Further work on the iconbar menu: button images have a little more space to the left...
[citadel.git] / webcit / static / styles / iconbaricns.css
1 /*
2  * Copyright 2005 - 2009 The Citadel Team
3  * Licensed under the GPL V3
4  *
5  * Styles for the WebCit Iconbar.
6  */
7
8 .ib_button {
9     min-height: 32px;
10     background-repeat: no-repeat !important;
11     background-position: 3px 0px;
12     vertical-align: middle;
13 }
14 .ib_button_link {
15     padding-top: 8px;
16     padding-left: 37px;
17     height: 100%;
18     min-height: 25px; /* Makes all of the 'button' to be clickable */
19 }
20 #ib_summary {
21     background-image: url("/static/summscreen_32x.gif");
22 }
23 #ib_inbox {
24     background-image: url("/static/privatemess_32x.gif");
25 }
26 #ib_calendar {
27     background-image: url("/static/calarea_32x.gif");
28 }
29 #ib_contacts {
30     background-image: url("/static/viewcontacts_32x.gif");
31 }
32 #ib_notes {
33     background-image: url("/static/storenotes_32x.gif");
34 }
35 #ib_tasks {
36     background-image: url("/static/taskmanag_32x.gif");
37 }
38 #ib_rooms {
39     background-image: url("/static/chatrooms_32x.gif");
40 }
41 #ib_users {
42     background-image: url("/static/usermanag_32x.gif");
43 }
44 #ib_chat {
45     background-image: url("/static/citadelchat_32x.gif");
46 }
47 #ib_advanced, #ib_admin {
48     background-image: url("/static/advanpage2_32x.gif");
49 }
50 #ib_aide {
51     background-image: url("/static/advanpage2_32x.gif");
52 }
53 #ib_logoff {
54     background-image: url("/static/logoff_32x.gif");
55 }
56 #citlogo {
57     display: block !important;
58 }