From f0f03fc0bc128a68fd41464daeb37dbb119c9ac4 Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Tue, 21 Nov 2006 16:09:31 +0000 Subject: changes to stylesheets git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2508 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Hostbase/media/boxypastel.css | 2 +- src/lib/Server/Hostbase/media/layout.css | 36 +++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/src/lib/Server/Hostbase/media/boxypastel.css b/src/lib/Server/Hostbase/media/boxypastel.css index 73362c29a..d7be13147 100644 --- a/src/lib/Server/Hostbase/media/boxypastel.css +++ b/src/lib/Server/Hostbase/media/boxypastel.css @@ -2,7 +2,7 @@ body { background-color: #fff; color: #000; font: 12px 'Lucida Grande', Arial, Helvetica, sans-serif; - margin-left:25px; + margin-left:0px; margin-right:100px; } /* links */ diff --git a/src/lib/Server/Hostbase/media/layout.css b/src/lib/Server/Hostbase/media/layout.css index 753c0c688..99f61da8f 100644 --- a/src/lib/Server/Hostbase/media/layout.css +++ b/src/lib/Server/Hostbase/media/layout.css @@ -5,7 +5,11 @@ #content-main { float:left; } /* HEADER */ -#header { background:#000; color:#ffc; position:absolute;} +#header { +background:#000; +color:#ffc; +position:absolute; +} #header a:link, #header a:visited { color:white; } #header a:hover { text-decoration:underline; } #branding h1 { padding:0 10px; font-size:18px; margin:8px 0; font-weight:normal; color:#f4f379; } @@ -13,12 +17,25 @@ #user-tools { position:absolute; top:0; right:0; padding:1.2em 10px; font-size:11px; text-align:right; } /*SIDEBAR*/ -#sidebar {float: left; position: relative; width: auto; height: 100%; margin-top: 3em; padding-right: 1.5em; padding --left: 1.5em; padding-top: 1em; padding-bottom:3em; background: #000; color:ffc; } +#sidebar { + float:left; + position: relative; + width: auto; + height: 100%; + margin-top: 3em; + padding-right: 1.5em; + padding-left: 1.5em; + padding-top: 1em; + padding-bottom:3em; + background: #000; + color:ffc; +} + a.sidebar:link {color: #fff;} a.sidebar:active {color: #fff;} a.sidebar:visited {color: #fff;} a.sidebar:hover {color: #fff;} + ul.sidebar { color: #ffc; text-decoration: none; @@ -30,3 +47,16 @@ ul.sidebar-level2 { list-style-type: none; font-size: 11px; } + +/* ALIGNED FIELDSETS */ +.aligned label { display:block; padding:0 1em 3px 0; float:left; width:8em; } +.aligned label.inline { display:inline; float:none; } +.colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField { width:350px; } +form .aligned p, form .aligned ul { margin-left:7em; padding-left:30px; } +form .aligned table p { margin-left:0; padding-left:0; } +form .aligned p.help { padding-left:38px; } +.aligned .vCheckboxLabel { float:none !important; display:inline; padding-left:4px; } +.colM .aligned .vLargeTextField, colM .aligned .vXMLLargeTextField { width:610px; } +.checkbox-row p.help { margin-left:0; padding-left:0 !important; } + + -- cgit v1.2.3-1-g7c22