]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/iconbaricns.css
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / styles / iconbaricns.css
diff --git a/webcit/static/styles/iconbaricns.css b/webcit/static/styles/iconbaricns.css
new file mode 100644 (file)
index 0000000..35f2d6c
--- /dev/null
@@ -0,0 +1,61 @@
+/*
+ * Copyright 2005 - 2009 The Citadel Team
+ * Licensed under the GPL V3
+ *
+ * Styles for the WebCit Iconbar.
+ */
+
+.ib_button {
+    min-height: 38px;
+    background-repeat: no-repeat !important;
+    background-position: 7px 3px;
+    vertical-align: middle;
+}
+.ib_button_link {
+    padding-top: 0.8em;
+    padding-left: 48px;
+    height: 100%;
+    min-height: 25px; /* Makes all of the 'button' to be clickable */
+}
+#ib_summary {
+    background-image: url("/static/webcit_icons/essen/32x32/summary.png");
+}
+#ib_inbox {
+    background-image: url("/static/webcit_icons/essen/32x32/email.png");
+}
+#ib_calendar {
+    background-image: url("/static/webcit_icons/essen/32x32/calendar.png");
+}
+#ib_contacts {
+    background-image: url("/static/webcit_icons/essen/32x32/contact.png");
+}
+#ib_notes {
+    background-image: url("/static/webcit_icons/essen/32x32/note.png");
+}
+#ib_tasks {
+    background-image: url("/static/webcit_icons/essen/32x32/task.png");
+}
+#ib_rooms {
+    background-image: url("/static/webcit_icons/essen/32x32/room.png");
+}
+#ib_users {
+    background-image: url("/static/webcit_icons/essen/32x32/user.png");
+}
+#ib_chat {
+    background-image: url("/static/webcit_icons/essen/32x32/chat.png");
+}
+#ib_advanced, #ib_admin {
+    background-image: url("/static/webcit_icons/essen/32x32/config.png");
+}
+#ib_aide {
+    background-image: url("/static/webcit_icons/essen/32x32/config.png");
+}
+#ib_logoff {
+    background-image: url("/static/webcit_icons/essen/32x32/logout.png");
+}
+#ib_login {
+    background-image: url("/static/webcit_icons/essen/32x32/login.png");
+}
+#citlogo {
+    display: block !important;
+}