From 81e6176b6f0aa936d3567c266784aaa380a29fdb Mon Sep 17 00:00:00 2001 From: mxi1 Date: Tue, 4 Aug 2009 09:42:55 +0000 Subject: [PATCH] if the name of node is too longer,
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 --- xCAT-UI/css/main.css | 10 ++++++++-- xCAT-UI/lib/display.php | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/xCAT-UI/css/main.css b/xCAT-UI/css/main.css index 6f684a650..ece578ddb 100644 --- a/xCAT-UI/css/main.css +++ b/xCAT-UI/css/main.css @@ -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; +} \ No newline at end of file diff --git a/xCAT-UI/lib/display.php b/xCAT-UI/lib/display.php index 0f199fd55..39b4c4016 100644 --- a/xCAT-UI/lib/display.php +++ b/xCAT-UI/lib/display.php @@ -332,7 +332,8 @@ function displayNrTree(){ echo <<

Please select a node or noderange on the left.

-You can use ctrl-click to select more than one node grouping, or expand the noderanges to select individual nodes.
+

You can use ctrl-click to select more than one node grouping,

+

or expand the noderanges to select individual nodes.