aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-auth/src/main/webapp/user/css
diff options
context:
space:
mode:
authorzhouruiyu <zhouruiyu@huawei.com>2016-10-14 17:30:21 +0800
committerzhouruiyu <zhouruiyu@huawei.com>2016-10-14 17:30:21 +0800
commitae6504e2975ae86e0e1e530cb4635aebdee1b342 (patch)
tree83846c12f568c26032fbb06a63e7f90e8325b95c /openo-portal/portal-auth/src/main/webapp/user/css
parent044aaaa01c29c34b18c2370e81a8e5b6252782dd (diff)
integration with CMCC portal.
1. change the import js and css path into the right one ; https://jira.open-o.org/browse/OCS-113 Change-Id: I40bd3fe5e8cd532f260db1275292a7c0f9e3f4a9 Signed-off-by: zhouruiyu <zhouruiyu@huawei.com>
Diffstat (limited to 'openo-portal/portal-auth/src/main/webapp/user/css')
-rw-r--r--openo-portal/portal-auth/src/main/webapp/user/css/component.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/openo-portal/portal-auth/src/main/webapp/user/css/component.css b/openo-portal/portal-auth/src/main/webapp/user/css/component.css
index 9c81d666..13566b98 100644
--- a/openo-portal/portal-auth/src/main/webapp/user/css/component.css
+++ b/openo-portal/portal-auth/src/main/webapp/user/css/component.css
@@ -33,7 +33,7 @@
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#fafafa));
background: -webkit-linear-gradient(top,#fff,#fafafa);
background: linear-gradient(to bottom,#fff,#fafafa);
- border-radius: 6px;
+ border-radius: 6px!important;
}
.fk_button:hover {
color: #009ae7;
@@ -48,10 +48,10 @@
margin-right: 10px;
}
.add_imag {
- background-image: url(/openoui/auth/v1/user/images/add.png);
+ background-image: url(/openoui/user/images/add.png);
}
.delete_imag {
- background-image: url(/openoui/auth/v1/user/images/delete.png);
+ background-image: url(/openoui/user/images/delete.png);
}
.button_imag {
padding-left: 25px;