Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/webapp/static/css/custom_admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/webapp/static/css/custom_admin.css')
-rw-r--r--webapp/webapp/static/css/custom_admin.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/webapp/webapp/static/css/custom_admin.css b/webapp/webapp/static/css/custom_admin.css
new file mode 100644
index 0000000..943fd6c
--- /dev/null
+++ b/webapp/webapp/static/css/custom_admin.css
@@ -0,0 +1,35 @@
+[class^="icon-"],
+[class*=" icon-"] {
+ display: inline-block;
+ width: 14px;
+ height: 14px;
+ margin-top: 1px;
+ *margin-right: .3em;
+ line-height: 14px;
+ vertical-align: text-top;
+ background-image: url("../img/glyphicons-halflings.png");
+ background-position: 14px 14px;
+ background-repeat: no-repeat;
+}
+
+/* White icons with optional class, or on hover/active states of certain elements */
+
+.icon-white,
+.nav > .active > a > [class^="icon-"],
+.nav > .active > a > [class*=" icon-"],
+.dropdown-menu > li > a:hover > [class^="icon-"],
+.dropdown-menu > li > a:hover > [class*=" icon-"],
+.dropdown-menu > .active > a > [class^="icon-"],
+.dropdown-menu > .active > a > [class*=" icon-"] {
+ background-image: url("../img/glyphicons-halflings-white.png");
+}
+
+.icon-chevron-left {
+ background-position: -432px -72px;
+}
+
+#header{ background-color: #333940; border-bottom: solid 3px #999; }
+
+#branding h1{ color: #fff; }
+.module h2, .module caption, .inline-group h2 { background:#ccc bottom left repeat-x; color: #333940; }
+a.section:link, a.section:visited { color: #666666; } \ No newline at end of file