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