-
+
+EOS;
- array("$TOPDIR/softmaint", 'MS Software'),
'addnodes' => array("$TOPDIR/addnodes.php", 'Add Nodes'),
@@ -203,9 +203,9 @@ $plusgif = "$TOPDIR/images/plus-sign.gif";
echo <<
-
+
+ $title |
+
EOS;
diff --git a/xCAT-web/images/background.gif b/xCAT-web/images/background.gif
new file mode 100644
index 000000000..adcb5649e
Binary files /dev/null and b/xCAT-web/images/background.gif differ
diff --git a/xCAT-web/menu.css b/xCAT-web/menu.css
index fbdd60cec..f61d1fed6 100644
--- a/xCAT-web/menu.css
+++ b/xCAT-web/menu.css
@@ -55,14 +55,15 @@ tr.indent td { padding:0px 0 0px 10px; }
}
#menu_level1 {
- float: left;
+ /* float: left; */
color: white; /* #3F5B7F; */
/* background: #C2CEDE; */
font-weight: bold;
font-size:12px;
width: 100%;
- height:100%;
+ /* height:100%; */
padding: 0px 5px 0px 0px;
+ border-bottom: 1px solid white;
}
/* menu_level1 rows are not links or lists, they are collapseable sections...
#menu_level1 li { list-style: none; }
@@ -75,13 +76,13 @@ tr.indent td { padding:0px 0 0px 10px; }
*/
#menu_level2 {
- float: left;
+ /* float: left; */
color: white; /* #3F5B7F; */
/* background: #BDBDBD ; */
font-weight: bold;
font-size: 11px;
padding: 0px 5px 0px 3px;
- border-bottom: 1px solid #fff;
+ border-bottom: 1px solid white;
}
/* menu_level2 rows are not links or lists, they are collapseable sections...
#menu_level2 li { list-style: none; }
@@ -113,7 +114,7 @@ tr.indent td { padding:0px 0 0px 10px; }
#menu_level3 a:link, a:visited {
display: block;
/* color: #3F5B7F; width: 110px; font-weight: bold; background: #CCCCCC; */
- height:100%;
+ /* height:100%; */
text-decoration: none;
}
#menu_level3 a img { border: 0 none; }
diff --git a/xCAT-web/style.css b/xCAT-web/style.css
index 704ea3144..99e23035e 100644
--- a/xCAT-web/style.css
+++ b/xCAT-web/style.css
@@ -105,7 +105,7 @@ TABLE {font-size : 10pt; font-family : Arial;}
.Font8 {font-size : 8pt;}
.Boxed { border: 1px solid gray; }
.NoMargin { margin: 0px; }
-.NoPadding { padding: 0px; margin: 0px; }
+.NoPadding { padding: 0px; margin: 0px; border: 0px none white; }
.Hidden { visibility : hidden ;}
| |