From ae6504e2975ae86e0e1e530cb4635aebdee1b342 Mon Sep 17 00:00:00 2001 From: zhouruiyu Date: Fri, 14 Oct 2016 17:30:21 +0800 Subject: 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 --- openo-portal/portal-auth/src/main/webapp/user/css/component.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openo-portal/portal-auth/src/main/webapp/user/css') 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; -- cgit 1.2.3-korg