]> code.citadel.org Git - citadel.git/commit
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)
committerthe_mgt <themgt@ueberserver.de>
Mon, 4 Jul 2011 23:50:34 +0000 (01:50 +0200)
commite038741e713244c2f139c00a8d38c3ee84e715a0
treeb9035f55f07075c90871ffa4cf718a360ae4c95f
parentace817b513ebbb4ddfd4a612e3f566a792969ff2
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