Began removing $Id$ tags. This will be an ongoing process.
[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     vertical-align: middle;
12 }
13 .ib_button_link {
14     padding-top: 6px;
15     padding-left: 35px;
16     height: 100%;
17     min-height: 25px; /* Makes all of the 'button' to be clickable */
18 }
19 #ib_summary {
20     background-image: url("/static/summscreen_32x.gif");
21 }
22 #ib_inbox {
23     background-image: url("/static/privatemess_32x.gif");
24 }
25 #ib_calendar {
26     background-image: url("/static/calarea_32x.gif");
27 }
28 #ib_contacts {
29     background-image: url("/static/viewcontacts_32x.gif");
30 }
31 #ib_notes {
32     background-image: url("/static/storenotes_32x.gif");
33 }
34 #ib_tasks {
35     background-image: url("/static/taskmanag_32x.gif");
36 }
37 #ib_rooms {
38     background-image: url("/static/chatrooms_32x.gif");
39 }
40 #ib_users {
41     background-image: url("/static/usermanag_32x.gif");
42 }
43 #ib_chat {
44     background-image: url("/static/citadelchat_32x.gif");
45 }
46 #ib_advanced, #ib_admin {
47     background-image: url("/static/advanpage2_32x.gif");
48 }
49 #ib_aide {
50     background-image: url("/static/advanpage2_32x.gif");
51 }
52 #ib_logoff {
53     background-image: url("/static/logoff_32x.gif");
54 }
55 #citlogo {
56     display: block !important;
57 }