From dd8f05b673c18fbb6f3207c33af821989fc85bbd Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 25 Apr 2011 23:31:38 -0400 Subject: [PATCH] Initial workup of click-to-expand iconbar wholist. --- webcit/static/styles/webcit.css | 38 ++++++++++++++++++------------- webcit/static/t/iconbar.html | 4 ++-- webcit/static/t/iconbar/edit.html | 3 +-- webcit/static/t/iconbar/user.css | 2 +- webcit/static/wclib.js | 5 ++-- 5 files changed, 28 insertions(+), 24 deletions(-) diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 8440aeeee..eba1618be 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -39,8 +39,6 @@ html, body { .mailbox_summary { font-size: 80% } -#online_users li a { font-size: 80% !important } - /* Color */ body { @@ -62,18 +60,31 @@ body { background-color: #CCC; } -#online_users li.inactiveuser a { background-color: transparent } +#online_users li a { font-size: 80% !important } + +#online_users li.inactiveuser { + background-color: transparent; +} + +#online_users li.activeuser { + background-color: #8B8B8B; +} + +#online_users li hover { /* separate in order for override */ + background-color: #AAAAAA !important; + color: #333 !important; +} + +#online_users li { + border: none; + border-top: 1px solid #AAA; +} #room_infos, #address_book_popup, .roomops_cell, .roomops_cell_edit, .mimepart { background-color: #F0FFFF; color: #333; } -#online_users:hover { /* separate in order for override */ - background-color: #F0FFFF !important; - color: #333 !important; -} - #room_infos, #address_book_popup, .mimepart, .room_actions form select { border: 1px solid #333; overflow: scroll; @@ -84,11 +95,6 @@ body { font-weight: 700; } -#online_users li { - border: none; - border-top: 1px solid #AAA; -} - .mimepart div,.required { font-weight: 700 } .selector_top,.selector_bottom { @@ -393,13 +399,13 @@ a:visited { color: purple} color: black; } -#important_message, .buttons a:hover, #button li:hover, #online_users li a:hover { +#important_message, .buttons a:hover, #button li:hover { background-color: #3E65AF; color: #3E65AF; } -.button_link a, input, select, li.activeuser, .room_actions form select, .room_actions li.search input, .address_book_popup_title, input#delbutton,.attachfile, .logbuttons input,.buttons input { - background-color: #fbf4ca !important; /* needed for li.activeuser */ +.button_link a, input, select, .room_actions form select, .room_actions li.search input, .address_book_popup_title, input#delbutton,.attachfile, .logbuttons input,.buttons input { + background-color: #fbf4ca; } .button_link a, input, select, .room_actions form select, .room_actions li.search input, .address_book_popup_title, input#delbutton,.attachfile, .logbuttons input,.buttons input { diff --git a/webcit/static/t/iconbar.html b/webcit/static/t/iconbar.html index abae0cd37..038d0d8d4 100644 --- a/webcit/static/t/iconbar.html +++ b/webcit/static/t/iconbar.html @@ -44,13 +44,13 @@
  • "> - +
  • "> - +