if the name of node is too longer, <div id="nrtree"> will invade the division on the right. So I

changed the css for "nrtree" on the "control" page;

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3935 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2009-08-04 09:42:55 +00:00
parent 2856ad6f56
commit 81e6176b6f
2 changed files with 10 additions and 3 deletions

View File

@ -119,11 +119,11 @@ a.button:active span {
#rangedisplay {
float: left;
text-align: left;
width: 700px;
width: auto;
}
#nrtree {
float: left;
width: 150px;
width: auto;
border-right: 1px dotted #555;
}
@ -318,3 +318,9 @@ padding:10px 2px;
paddint-right: 0;
}
#ositree {
float: left;
width: auto;
border-right: 1px dotted #555;
}

View File

@ -332,7 +332,8 @@ function displayNrTree(){
echo <<<EOS
<div id=nrtree></div>
<div id='rangedisplay' class='mContent'><h1>Please select a node or noderange on the left.</h1>
You can use ctrl-click to select more than one node grouping, or expand the noderanges to select individual nodes.</div>
<p>You can use ctrl-click to select more than one node grouping, </p>
<p>or expand the noderanges to select individual nodes.</p></div>
<script type="text/javascript" type"utf-8">
initTree();
</script>