From 11355fe8a267c5fb947e021c9c9495ebf2768332 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Thu, 26 Aug 2010 05:26:14 +0000 Subject: [PATCH] rmc monitor page git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7247 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index e2389d90a..589b1f164 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -712,4 +712,16 @@ div.cleanblue button:hover { .monitor a:hover { color: #FF0000; +} + +.monitorsumdiv{ + width : 300px; + height : 150px; + float : left; + margin : 0px 0px 10px 0px; +} + +.monitornodediv{ + width : 240px; + height : 120px; } \ No newline at end of file