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