summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/resmgr.css
diff options
context:
space:
mode:
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>2016-09-23 21:52:17 +0800
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>2016-09-23 21:52:17 +0800
commit985b2108a6437173d4364238c13a98d13d1c7083 (patch)
tree6e0f3def4d538cc27bd622c0e165fd66548df1d0 /openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/resmgr.css
parent540f0bf70e65f982bdae95d3fb3a95db5a66bbe7 (diff)
formatting the code, removing unnecessary imports and URL patterns correction
Change-Id: I44ef8d3318e222cf6cdbccfb717f22b05dd6cb01 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/resmgr.css')
-rw-r--r--openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/resmgr.css28
1 files changed, 16 insertions, 12 deletions
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/resmgr.css b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/resmgr.css
index 6163952f..e79d125a 100644
--- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/resmgr.css
+++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/resmgr.css
@@ -1,20 +1,24 @@
-fieldset{ width: 680px; }
+fieldset {
+ width: 680px;
+}
-legend{ margin-left: 8px; }
+legend {
+ margin-left: 8px;
+}
-.item{
+.item {
height: 56px;
line-height: 36px;
margin: 10px;
}
-.item .item-label{
+.item .item-label {
float: left;
width: 80px;
text-align: right;
}
-.item-text{
+.item-text {
float: left;
width: 244px;
height: 16px;
@@ -24,7 +28,7 @@ legend{ margin-left: 8px; }
overflow: hidden;
}
-.item-select{
+.item-select {
float: left;
height: 34px;
border: 1px solid #ccc;
@@ -33,19 +37,19 @@ legend{ margin-left: 8px; }
padding: 6px 0px;
}
-.item-submit{
+.item-submit {
margin-left: 88px;
}
-input.error{
+input.error {
border: 1px solid #E6594E;
}
-input.highlight{
+input.highlight {
border: 1px solid #7abd54;
}
-label.error,label.tip{
+label.error, label.tip {
float: left;
height: 32px;
line-height: 32px;
@@ -57,12 +61,12 @@ label.error,label.tip{
background: url('error.png') no-repeat left center;
}
-label.tip{
+label.tip {
color: #aaa;
background: url('tip.png') no-repeat left center;
}
-label.valid{
+label.valid {
background: url('valid.png') no-repeat left center;
width: 32px;
} \ No newline at end of file