more font size tweaks.
[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: 38px;
10     background-repeat: no-repeat !important;
11     background-position: 7px 3px;
12     vertical-align: middle;
13 }
14 .ib_button_link {
15     padding-top: 0.8em;
16     padding-left: 48px;
17     height: 100%;
18     min-height: 25px; /* Makes all of the 'button' to be clickable */
19 }
20 #ib_summary {
21     background-image: url("/static/webcit_icons/essen/32x32/summary.png");
22 }
23 #ib_inbox {
24     background-image: url("/static/webcit_icons/essen/32x32/email.png");
25 }
26 #ib_calendar {
27     background-image: url("/static/webcit_icons/essen/32x32/calendar.png");
28 }
29 #ib_contacts {
30     background-image: url("/static/webcit_icons/essen/32x32/contact.png");
31 }
32 #ib_notes {
33     background-image: url("/static/webcit_icons/essen/32x32/note.png");
34 }
35 #ib_tasks {
36     background-image: url("/static/webcit_icons/essen/32x32/task.png");
37 }
38 #ib_rooms {
39     background-image: url("/static/webcit_icons/essen/32x32/room.png");
40 }
41 #ib_users {
42     background-image: url("/static/webcit_icons/essen/32x32/user.png");
43 }
44 #ib_chat {
45     background-image: url("/static/webcit_icons/essen/32x32/chat.png");
46 }
47 #ib_advanced, #ib_admin {
48     background-image: url("/static/webcit_icons/essen/32x32/config.png");
49 }
50 #ib_aide {
51     background-image: url("/static/webcit_icons/essen/32x32/config.png");
52 }
53 #ib_logoff {
54     background-image: url("/static/webcit_icons/essen/32x32/logout.png");
55 }
56 #ib_login {
57     background-image: url("/static/webcit_icons/essen/32x32/login.png");
58 }
59 #citlogo {
60     display: block !important;
61 }