summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-11-21 16:09:31 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-11-21 16:09:31 +0000
commitf0f03fc0bc128a68fd41464daeb37dbb119c9ac4 (patch)
tree641f589dd9533f37a1ecd95afc690e02aa60c2ab
parent1a6ad11ecc79a6bfa3e0ed1a2cf6d5e0e9057081 (diff)
downloadbcfg2-f0f03fc0bc128a68fd41464daeb37dbb119c9ac4.tar.gz
bcfg2-f0f03fc0bc128a68fd41464daeb37dbb119c9ac4.tar.bz2
bcfg2-f0f03fc0bc128a68fd41464daeb37dbb119c9ac4.zip
changes to stylesheets
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2508 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--src/lib/Server/Hostbase/media/boxypastel.css2
-rw-r--r--src/lib/Server/Hostbase/media/layout.css36
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; }
+
+