Added the id #room_ROOMNAME to the body tag, this enables us to use some conditionals...
authorthe_mgt <themgt@ueberserver.de>
Mon, 4 Jul 2011 23:50:34 +0000 (01:50 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:30:29 +0000 (21:30 +0000)
commit2a8236fee8ae386dbc23fb3cc8de2456d53d45f5
treead0c59e66249ce10661fa6a1363e745f6605b890
parente75cb80bd5a572c619d0b1227ee2e9e8cc67330a
Added the id #room_ROOMNAME to the body tag, this enables us to use some conditionals throughout the whole webcit like:
body#room_ROOMNAME #some_id { whatever-css: youlike; }

Made the file chooser input selector bigger so that you can actually read the filename
Added class .bio to the bio view and a service.css to style it
webcit/static/styles/service.css [new file with mode: 0644]
webcit/static/styles/webcit.css
webcit/static/t/files.html
webcit/static/t/head.html
webcit/userlist.c