summaryrefslogtreecommitdiffstats
path: root/webui_content
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-11-20 11:34:29 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-11-20 11:34:29 -0500
commit68ac68a382ed65735b77d1f420275c3640c8a18c (patch)
treefb96d27e801868ab579064a7eaad25a07c9a7707 /webui_content
parent449e6d5d20c44a9198729b44f5fd099dbadc1b7c (diff)
downloadcobbler-68ac68a382ed65735b77d1f420275c3640c8a18c.tar.gz
cobbler-68ac68a382ed65735b77d1f420275c3640c8a18c.tar.xz
cobbler-68ac68a382ed65735b77d1f420275c3640c8a18c.zip
Peter Vreman's patch to clean up the web sidebar
Diffstat (limited to 'webui_content')
-rw-r--r--webui_content/style.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/webui_content/style.css b/webui_content/style.css
index e950d4da..33aba615 100644
--- a/webui_content/style.css
+++ b/webui_content/style.css
@@ -67,12 +67,20 @@ ul#nav li a {
text-decoration: none;
}
-ul#nav li#active {
- list-style-image: url('http://cobbler.et.redhat.com/img/current-page.png');
+ul#nav li#active a, ul#nav li#active a:link, ul#nav li#active a:visited { */
+ list-style-image: url('/cobbler/webui/current-page.png');
+ color: white;
}
-ul#nav li#active a, ul#nav li#active a:link, ul#nav li#active a:visited {
- color: white;
+ul#navaction {
+ margin-left: 1em;
+ padding-left: 0;
+ list-style-type: none;
+}
+
+ul#navaction li a {
+ color: #C8C800;
+ text-decoration: none;
}
div#feed {
@@ -159,7 +167,7 @@ dd {
}
.back-to-top {
- background: url('http://cobbler.et.redhat.com/img/up-arrow.gif') left no-repeat;
+ background: url('/cobbler/webui/up-arrow.gif') left no-repeat;
padding-left: 20px;
font-size: small;
}
@@ -222,5 +230,3 @@ span.tip p {
background-image: url('icon-tip.png');
background-repeat: no-repeat;
}
-
-