From 1d3bda660c851e445388656f6753af137ceaf346 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Thu, 2 Jun 2011 08:07:44 +0000 Subject: [PATCH] modify the vertical seperator style git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9728 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 8a94dfa7f..98dc227bf 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -131,13 +131,10 @@ body { /*--------------- Groups ---------------*/ #groups { width: 150px; - min-height:570px; vertical-align: top; float: left; position: relative; - margin: 15px 0px 15px 15px; - padding: 0px 10px 0px 0px; - border-right: medium solid #E6E6F2; + margin: 15px 10px 15px 15px; } #groups ul { @@ -168,8 +165,11 @@ body { /*--------------- Nodes section ---------------*/ #nodes { width: 700px; - padding: 15px 0px 0px 10px; - display: inline-table; + min-height: 570px; + margin: 15px 0px 15px 0px; + padding: 0px 0px 0px 10px; + display: inline-block; + border-left: medium solid #E6E6F2; } /*--------------- Info/warning bar ---------------*/