From e616e6afc6aeb248ad4de31e7a540e7d9643151a Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 2 Dec 2010 23:06:22 +0000 Subject: [PATCH] Used Eclipse's formatter and added comments. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8306 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 29 +++++++++++++++-------------- xCAT-UI/lib/getpath.php | 7 ++++--- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 53b147f56..53ae285ba 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -713,37 +713,38 @@ table a:hover { height: 5px; } -.discoverstep{ - width : 200px; +/*--------------- Discovery section ---------------*/ +.discoverstep { + width: 200px; vertical-align: top; float: left; position: relative; margin: 15px 0px 15px 15px; overflow: auto; - background-color : #CCCCFF; - padding : 10px 0px 0px 5px; + background-color: #CCCCFF; + padding: 10px 0px 0px 5px; -moz-border-radius: .5em; -webkit-border-radius: .5em; border-radius: .5em; } -.discoverstep span{ - font: normal bold 13px/35px verdana, arial, helvetica, sans-serif; +.discoverstep span { + font: normal bold 13px/ 35px verdana, arial, helvetica, sans-serif; margin: 0px 0px 10px 0px; } -.discovercontent{ - width : 700px; - display : inline-table; - padding : 20px; +.discovercontent { + width: 700px; + display: inline-table; + padding: 20px; } -.discovercontent td{ +.discovercontent td { font: 12px verdana, arial, helvetica, sans-serif; } -.discovercontent th{ - font : normal bold 15px verdana, arial, helvetica, sans-serif; +.discovercontent th { + font: normal bold 15px verdana, arial, helvetica, sans-serif; text-align: center; - padding : 20px 0px 10px 0px; + padding: 20px 0px 10px 0px; } \ No newline at end of file diff --git a/xCAT-UI/lib/getpath.php b/xCAT-UI/lib/getpath.php index 3c6c9cc2a..03b933495 100644 --- a/xCAT-UI/lib/getpath.php +++ b/xCAT-UI/lib/getpath.php @@ -1,11 +1,13 @@ \ No newline at end of file