* restore context menu in online user list
[citadel.git] / webcit / static / iconbaricns.css
1 .ib_button {
2     min-height: 32px;
3     background-repeat: no-repeat !important;
4     vertical-align: middle;
5 }
6 .ib_button_link {
7     padding-top: 6px;
8     padding-left: 35px;
9     height: 100%;
10     min-height: 25px; /* Makes all of the 'button' to be clickable */
11 }
12 #ib_summary {
13     background-image: url("/static/summscreen_32x.gif");
14 }
15 #ib_inbox {
16     background-image: url("/static/privatemess_32x.gif");
17 }
18 #ib_calendar {
19     background-image: url("/static/calarea_32x.gif");
20 }
21 #ib_contacts {
22     background-image: url("/static/viewcontacts_32x.gif");
23 }
24 #ib_notes {
25     background-image: url("/static/storenotes_32x.gif");
26 }
27 #ib_tasks {
28     background-image: url("/static/taskmanag_32x.gif");
29 }
30 #ib_rooms {
31     background-image: url("/static/chatrooms_32x.gif");
32 }
33 #ib_users {
34     background-image: url("/static/usermanag_32x.gif");
35 }
36 #ib_chat {
37     background-image: url("/static/citadelchat_32x.gif");
38 }
39 #ib_advanced, #ib_admin {
40     background-image: url("/static/advanpage2_32x.gif");
41 }
42 #ib_aide {
43     background-image: url("/static/advanpage2_32x.gif");
44 }
45 #ib_logoff {
46     background-image: url("/static/logoff_32x.gif");
47 }
48 #citlogo {
49     display: block !important;
50 }