From 828582ead262596180ed1b0466d9a6fe19ac4e61 Mon Sep 17 00:00:00 2001 From: huangjian Date: Fri, 23 Sep 2016 11:09:09 +0800 Subject: Modify thirdparty&image reference path Change-Id: If50fc897be1476836acaaf50ed3732e08700e756 Signed-off-by: huangjian --- .../src/main/webapp/common/about.html | 2 +- .../src/main/webapp/common/css/frame-style.css | 4 +- .../src/main/webapp/common/css/login-apk.css | 2 +- .../src/main/webapp/common/css/login.css | 2 +- .../src/main/webapp/common/css/ngict-component.css | 16 +- .../src/main/webapp/common/css/plugins.css | 8 +- .../src/main/webapp/common/css/style-custom.css | 10 +- .../main/webapp/common/css/style-ict-bootstrap.css | 22 +-- .../src/main/webapp/common/css/style-ict.css | 20 +-- .../src/main/webapp/common/css/style.css | 190 ++++++++++----------- .../src/main/webapp/common/css/themes/black.css | 12 +- .../src/main/webapp/common/css/themes/blue.css | 12 +- .../src/main/webapp/common/css/themes/brown.css | 12 +- .../src/main/webapp/common/css/themes/grey.css | 12 +- .../src/main/webapp/common/css/themes/light.css | 16 +- .../src/main/webapp/common/css/themes/purple.css | 12 +- .../src/main/webapp/common/css/themes/zteblue.css | 12 +- .../main/webapp/common/css/themes/ztebluelight.css | 12 +- .../webapp/common/css/themes/ztebluelight2.css | 14 +- .../webapp/common/css/themes/ztebluelight3.css | 16 +- .../webapp/common/css/themes/ztebluelight4.css | 16 +- .../src/main/webapp/common/default.html | 54 +++--- .../src/main/webapp/common/js/core/const.js | 2 +- .../src/main/webapp/common/js/login.js | 6 +- .../src/main/webapp/common/json/main-page.json | 2 +- .../src/main/webapp/common/login.html | 32 ++-- .../src/main/webapp/common/main-page.html | 14 +- .../bootstrap-fileinput/css/fileinput.min.css | 2 +- 28 files changed, 267 insertions(+), 267 deletions(-) (limited to 'openo-portal/portal-common/src/main') diff --git a/openo-portal/portal-common/src/main/webapp/common/about.html b/openo-portal/portal-common/src/main/webapp/common/about.html index 4cf0c678..77795cd5 100644 --- a/openo-portal/portal-common/src/main/webapp/common/about.html +++ b/openo-portal/portal-common/src/main/webapp/common/about.html @@ -24,7 +24,7 @@
- +
diff --git a/openo-portal/portal-common/src/main/webapp/common/css/frame-style.css b/openo-portal/portal-common/src/main/webapp/common/css/frame-style.css index d0a95ca2..31315483 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/frame-style.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/frame-style.css @@ -96,7 +96,7 @@ padding: 0px; cursor:pointer; position:absolute; display: block; - background:url(../img/icon-color.png) center no-repeat; + background:url(../image/icon-color.png) center no-repeat; } .zte-theme-panel > .toggler:hover { @@ -110,7 +110,7 @@ padding: 0px; padding:20px; cursor:pointer; position:absolute; - background: #3d3d3d url(../img/icon-color-close.png) center no-repeat !important; + background: #3d3d3d url(../image/icon-color-close.png) center no-repeat !important; } .zte-theme-panel > .toggler-close:hover { diff --git a/openo-portal/portal-common/src/main/webapp/common/css/login-apk.css b/openo-portal/portal-common/src/main/webapp/common/css/login-apk.css index 78e67838..4164406a 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/login-apk.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/login-apk.css @@ -31,7 +31,7 @@ Login page .login .content { - background: url(../../../framework/img/bg-white-lock.png) repeat; + background: url(../../../framework/image/bg-white-lock.png) repeat; width: 360px; margin: 0 auto; margin-bottom: 0px; diff --git a/openo-portal/portal-common/src/main/webapp/common/css/login.css b/openo-portal/portal-common/src/main/webapp/common/css/login.css index 1ec3e348..4894c02a 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/login.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/login.css @@ -31,7 +31,7 @@ Login page .login .content { - background: url(../img/bg-white-lock.png) repeat; + background: url(../image/bg-white-lock.png) repeat; width: 360px; margin: 0 auto; margin-bottom: 0px; diff --git a/openo-portal/portal-common/src/main/webapp/common/css/ngict-component.css b/openo-portal/portal-common/src/main/webapp/common/css/ngict-component.css index 3950a836..93ddbb8b 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/ngict-component.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/ngict-component.css @@ -708,7 +708,7 @@ border-bottom-width:1px; /*checkbox & radio*/ input[type="checkbox"] { -webkit-appearance: none; - background: #fff url(../img/checkbox-radio/checkbox-init.png); + background: #fff url(../image/checkbox-radio/checkbox-init.png); height: 18px; vertical-align: middle; width: 18px; @@ -718,7 +718,7 @@ input[type="checkbox"] { input[type="checkbox"]:checked { -webkit-appearance: none; - background: #fff url(../img/checkbox-radio/checkbox-checked.png); + background: #fff url(../image/checkbox-radio/checkbox-checked.png); height: 18px; vertical-align: middle; width: 18px; @@ -731,7 +731,7 @@ input[type="checkbox"]:hover { input[type="checkbox"][disabled] { -webkit-appearance: none; - background: #fff url(../img/checkbox-radio/checkbox-disabled.png); + background: #fff url(../image/checkbox-radio/checkbox-disabled.png); height: 18px; vertical-align: middle; width: 18px; @@ -741,7 +741,7 @@ input[type="checkbox"][disabled] { input[type="checkbox"][disabled]:checked { -webkit-appearance: none; - background: #fff url(../img/checkbox-radio/checkbox-checked-disabled.png); + background: #fff url(../image/checkbox-radio/checkbox-checked-disabled.png); height: 18px; vertical-align: middle; width: 18px; @@ -749,7 +749,7 @@ input[type="checkbox"][disabled]:checked { input[type="radio"] { -webkit-appearance: none; - background: #fff url(../img/checkbox-radio/radio-init.png); + background: #fff url(../image/checkbox-radio/radio-init.png); height: 18px; vertical-align: middle; width: 18px; @@ -759,7 +759,7 @@ input[type="radio"] { input[type="radio"]:checked { -webkit-appearance: none; - background: #fff url(../img/checkbox-radio/radio-checked.png); + background: #fff url(../image/checkbox-radio/radio-checked.png); height: 18px; vertical-align: middle; width: 18px; @@ -772,7 +772,7 @@ input[type="radio"]:hover { input[type="radio"][disabled] { -webkit-appearance: none; - background: #fff url(../img/checkbox-radio/radio-disabled.png); + background: #fff url(../image/checkbox-radio/radio-disabled.png); height: 18px; vertical-align: middle; width: 18px; @@ -782,7 +782,7 @@ input[type="radio"][disabled] { input[type="radio"][disabled]:checked { -webkit-appearance: none; - background: #fff url(../img/checkbox-radio/radio-checked-disabled.png); + background: #fff url(../image/checkbox-radio/radio-checked-disabled.png); height: 18px; vertical-align: middle; width: 18px; diff --git a/openo-portal/portal-common/src/main/webapp/common/css/plugins.css b/openo-portal/portal-common/src/main/webapp/common/css/plugins.css index 6fd6fb4f..0abc096a 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/plugins.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/plugins.css @@ -705,11 +705,11 @@ Datatables Plugin(in v1.3) } .dataTable .row-details.row-details-close { - background: url("../img/datatable-row-openclose.png") no-repeat 0 0; + background: url("../image/datatable-row-openclose.png") no-repeat 0 0; } .dataTable .row-details.row-details-open { - background: url("../img/datatable-row-openclose.png") no-repeat 0 -23px ; + background: url("../image/datatable-row-openclose.png") no-repeat 0 -23px ; } .dataTable .details { @@ -1228,7 +1228,7 @@ Toastr Notifications width: 11px; height: 16px; background-repeat: no-repeat !important; - background-image: url("../img/portlet-remove-icon-white.png") !important; + background-image: url("../image/portlet-remove-icon-white.png") !important; } .toast-top-center { @@ -1362,7 +1362,7 @@ jQuery File Upload ***/ .blueimp-gallery .close { - background-image: url("../img/portlet-remove-icon-white.png") !important; + background-image: url("../image/portlet-remove-icon-white.png") !important; margin-top: -2px; } diff --git a/openo-portal/portal-common/src/main/webapp/common/css/style-custom.css b/openo-portal/portal-common/src/main/webapp/common/css/style-custom.css index e327a31b..0cae5197 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/style-custom.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/style-custom.css @@ -323,7 +323,7 @@ Metro icons margin-top: 3px; line-height: 14px; vertical-align: top; - background-image: url(../img/syncfusion-icons.png); + background-image: url(../image/syncfusion-icons.png); background-position: 0 0; background-repeat: no-repeat; } @@ -334,7 +334,7 @@ Metro icons height: 30px; margin: 6px; vertical-align: middle; - background-image: url(../img/syncfusion-icons.png); + background-image: url(../image/syncfusion-icons.png); background-position: 0 0px; background-repeat: no-repeat; } @@ -371,7 +371,7 @@ Metro icons /* white icon */ .m-icon-white { - background-image: url(../img/syncfusion-icons-white.png); + background-image: url(../image/syncfusion-icons-white.png); } /* Misc */ @@ -867,7 +867,7 @@ input[type="url"].spinner, input[type="search"].spinner, input[type="tel"].spinner, input[type="color"].spinner { - background-image: url("../img/input-spinner.gif") !important; + background-image: url("../image/input-spinner.gif") !important; background-repeat: no-repeat; background-position: right 8px; } @@ -1469,7 +1469,7 @@ Bootstrap Panel } .accordion .accordion-toggle.accordion-toggle-styled { - background: url("../img/accordion-plusminus.png") no-repeat; + background: url("../image/accordion-plusminus.png") no-repeat; background-position: right -19px; margin-right: 15px; } diff --git a/openo-portal/portal-common/src/main/webapp/common/css/style-ict-bootstrap.css b/openo-portal/portal-common/src/main/webapp/common/css/style-ict-bootstrap.css index b65cefa9..cbf38b49 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/style-ict-bootstrap.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/style-ict-bootstrap.css @@ -714,7 +714,7 @@ body{ background: linear-gradient(to bottom right,#bca374, #d9cf7a); } .manLieONCloud-image{ - background-image: url('../img/mainpage/pic/1.png'); + background-image: url('../image/mainpage/pic/1.png'); } .orange-mainpage{ background-image: -moz-linear-gradient(left top, #f09c0a, #f4be35); @@ -729,10 +729,10 @@ body{ background: linear-gradient(to bottom right,#e03655, #ef3a5b); } .magicCube-image{ - background-image: url('../img/mainpage/pic/4.png'); + background-image: url('../image/mainpage/pic/4.png'); } .magicThought-image{ - background-image: url('../img/mainpage/pic/5.png'); + background-image: url('../image/mainpage/pic/5.png'); } .grassGreen-mainpage{ background-image: -moz-linear-gradient(left top, #008b04, #03a501); @@ -741,48 +741,48 @@ body{ background: linear-gradient(to bottom right,#008b04, #03a501); } .meeting-image{ - background-image: url('../img/mainpage/pic/3.png'); + background-image: url('../image/mainpage/pic/3.png'); } .earth-image{ - background-image: url('../img/mainpage/pic/2.png'); + background-image: url('../image/mainpage/pic/2.png'); } .toolsImageBrokenLine{ - background-image: url('../img/mainpage/icon/1.png'); + background-image: url('../image/mainpage/icon/1.png'); height: 150px; width: 120px; margin-top: 15%; margin-left:-5px; } .toolsImageHierachy{ - background-image: url('../img/mainpage/icon/2.png'); + background-image: url('../image/mainpage/icon/2.png'); height: 150px; width: 120px; margin-top: 15%; margin-left:-5px; } .toolsImageGear{ - background-image: url('../img/mainpage/icon/3.png'); + background-image: url('../image/mainpage/icon/3.png'); height: 150px; width: 120px; margin-top: 15%; margin-left:-5px; } .toolsImagePresent{ - background-image: url('../img/mainpage/icon/4.png'); + background-image: url('../image/mainpage/icon/4.png'); height: 150px; width: 120px; margin-top: 15%; margin-left:-5px; } .toolsImageFile{ - background-image: url('../img/mainpage/icon/5.png'); + background-image: url('../image/mainpage/icon/5.png'); height: 150px; width: 120px; margin-top: 15%; margin-left:-5px; } .toolsImageBriefcase{ - background-image: url('../img/mainpage/icon/6.png'); + background-image: url('../image/mainpage/icon/6.png'); height: 150px; width: 120px; margin-top: 15%; diff --git a/openo-portal/portal-common/src/main/webapp/common/css/style-ict.css b/openo-portal/portal-common/src/main/webapp/common/css/style-ict.css index 9912f226..d1c70489 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/style-ict.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/style-ict.css @@ -704,7 +704,7 @@ body{ background: linear-gradient(to bottom right,#bca374, #d9cf7a); } .manLieONCloud-image{ - background-image: url('../img/mainpage/pic/1.png'); + background-image: url('../image/mainpage/pic/1.png'); } .orange-mainpage{ background-image: -moz-linear-gradient(left top, #f09c0a, #f4be35); @@ -719,7 +719,7 @@ body{ background: linear-gradient(to bottom right,#e03655, #ef3a5b); } .magicCube-image{ - background-image: url('../img/mainpage/pic/4.png'); + background-image: url('../image/mainpage/pic/4.png'); } .grassGreen-mainpage{ background-image: -moz-linear-gradient(left top, #008b04, #03a501); @@ -728,48 +728,48 @@ body{ background: linear-gradient(to bottom right,#008b04, #03a501); } .meeting-image{ - background-image: url('../img/mainpage/pic/3.png'); + background-image: url('../image/mainpage/pic/3.png'); } .earth-image{ - background-image: url('../img/mainpage/pic/2.png'); + background-image: url('../image/mainpage/pic/2.png'); } .toolsImageBrokenLine{ - background-image: url('../img/mainpage/icon/1.png'); + background-image: url('../image/mainpage/icon/1.png'); height: 150px; width: 120px; top: 30px; position: absolute; } .toolsImageHierachy{ - background-image: url('../img/mainpage/icon/2.png'); + background-image: url('../image/mainpage/icon/2.png'); height: 150px; width: 120px; top: 30px; position: absolute; } .toolsImageGear{ - background-image: url('../img/mainpage/icon/3.png'); + background-image: url('../image/mainpage/icon/3.png'); height: 150px; width: 120px; top: 30px; position: absolute; } .toolsImagePresent{ - background-image: url('../img/mainpage/icon/4.png'); + background-image: url('../image/mainpage/icon/4.png'); height: 150px; width: 120px; top: 30px; position: absolute; } .toolsImageFile{ - background-image: url('../img/mainpage/icon/5.png'); + background-image: url('../image/mainpage/icon/5.png'); height: 150px; width: 120px; top: 30px; position: absolute; } .toolsImageBriefcase{ - background-image: url('../img/mainpage/icon/6.png'); + background-image: url('../image/mainpage/icon/6.png'); height: 150px; width: 120px; top: 30px; diff --git a/openo-portal/portal-common/src/main/webapp/common/css/style.css b/openo-portal/portal-common/src/main/webapp/common/css/style.css index ade2221f..fc070b9d 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/style.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/style.css @@ -306,7 +306,7 @@ Close icon used for modal dialog and other UI element close buttons background-repeat: no-repeat !important; text-indent: -10000px; outline: none; - background-image: url("../img/remove-icon-small.png") !important; + background-image: url("../image/remove-icon-small.png") !important; } .about{ @@ -315,11 +315,11 @@ Close icon used for modal dialog and other UI element close buttons } .aboutmain{ - background-image: url("../img/about/about-bg-light.png"); + background-image: url("../image/about/about-bg-light.png"); } .aboutinfo{ - background-image: url("../img/about/about-bg-dark.png"); + background-image: url("../image/about/about-bg-dark.png"); } .about a{ @@ -841,7 +841,7 @@ Page sidebar display: block; width: 8px; height: 25px; - background-image: url("../img/sidebar-menu-arrow.png"); + background-image: url("../image/sidebar-menu-arrow.png"); float: right; position: absolute; right:0px; @@ -849,7 +849,7 @@ Page sidebar } .page-sidebar-reversed .page-sidebar-menu > li.active > a .selected { - background-image: url("../img/sidebar-menu-arrow-reverse.png"); + background-image: url("../image/sidebar-menu-arrow-reverse.png"); right: auto; left:0; } @@ -1477,33 +1477,33 @@ Portlets .portlet > .portlet-title > .tools > a.remove { margin-bottom: 2px; - background-image:url(../img/portlet-remove-icon.png); + background-image:url(../image/portlet-remove-icon.png); background-repeat: no-repeat; width: 11px; } .portlet > .portlet-title > .tools > a.config { margin-bottom: 2px; - background-image:url(../img/portlet-config-icon.png); + background-image:url(../image/portlet-config-icon.png); background-repeat: no-repeat; width: 12px; } .portlet > .portlet-title > .tools > a.reload { margin-bottom: 2px; - background-image:url(../img/portlet-reload-icon.png); + background-image:url(../image/portlet-reload-icon.png); width: 13px; } .portlet > .portlet-title > .tools > a.expand { margin-bottom: 2px; - background-image:url(../img/portlet-expand-icon.png); + background-image:url(../image/portlet-expand-icon.png); width: 14px; } .portlet > .portlet-title > .tools > a.collapse { margin-bottom: 2px; - background-image:url(../img/portlet-collapse-icon.png); + background-image:url(../image/portlet-collapse-icon.png); width: 14px; } @@ -1695,27 +1695,27 @@ Box portlet .portlet.box > .portlet-title > .tools > a.remove, .portlet.solid > .portlet-title > .tools > a.remove { - background-image:url(../img/portlet-remove-icon-white.png); + background-image:url(../image/portlet-remove-icon-white.png); } .portlet.box > .portlet-title > .tools > a.config, .portlet.solid > .portlet-title > .tools > a.config { - background-image:url(../img/portlet-config-icon-white.png); + background-image:url(../image/portlet-config-icon-white.png); } .portlet.box > .portlet-title > .tools > a.reload, .portlet.solid > .portlet-title > .tools > a.reload { - background-image:url(../img/portlet-reload-icon-white.png); + background-image:url(../image/portlet-reload-icon-white.png); } .portlet.box > .portlet-title > .tools > a.expand, .portlet.solid > .portlet-title > .tools > a.expand { - background-image:url(../img/portlet-expand-icon-white.png); + background-image:url(../image/portlet-expand-icon-white.png); } .portlet.box > .portlet-title > .tools > a.collapse, .portlet.solid > .portlet-title > .tools > a.collapse { - background-image:url(../img/portlet-collapse-icon-white.png); + background-image:url(../image/portlet-collapse-icon-white.png); } /* portlet buttons */ @@ -2284,7 +2284,7 @@ Zoom icon overlay on images } .zoom .zoom-icon { - background-image:url("../img/overlay-icon.png"); + background-image:url("../image/overlay-icon.png"); background-color: #222; background-repeat: no-repeat; background-position: 50%; @@ -3321,7 +3321,7 @@ Theme Panel padding:20px; cursor:pointer; position:absolute; - background:#c9c9c9 url(../img/icon-color.png) center no-repeat; + background:#c9c9c9 url(../image/icon-color.png) center no-repeat; } .theme-panel > .toggler:hover { @@ -3335,7 +3335,7 @@ Theme Panel padding:20px; cursor:pointer; position:absolute; - background: #3d3d3d url(../img/icon-color-close.png) center no-repeat !important; + background: #3d3d3d url(../image/icon-color-close.png) center no-repeat !important; } .theme-panel > .toggler-close:hover { @@ -3610,7 +3610,7 @@ Horezantal Menu(new in v1.2) display: inline-block; padding: 12px 22px 12px 22px !important; cursor: pointer; - background: url(../img/hor-menu-search.png) no-repeat center; + background: url(../image/hor-menu-search.png) no-repeat center; } .header.navbar .hor-menu .hor-menu-search-form-toggler:hover { @@ -3806,43 +3806,43 @@ Social Icons(new in v1.2.2) opacity: 1; } -.social-icons .amazon {background: url(../img/social/amazon.png) no-repeat;} -.social-icons .behance {background: url(../img/social/behance.png) no-repeat;} -.social-icons .blogger {background: url(../img/social/blogger.png) no-repeat;} -.social-icons .deviantart {background: url(../img/social/deviantart.png) no-repeat;} -.social-icons .dribbble {background: url(../img/social/dribbble.png) no-repeat;} -.social-icons .dropbox {background: url(../img/social/dropbox.png) no-repeat;} -.social-icons .evernote {background: url(../img/social/evernote.png) no-repeat;} -.social-icons .facebook {background: url(../img/social/facebook.png) no-repeat;} -.social-icons .forrst {background: url(../img/social/forrst.png) no-repeat;} -.social-icons .github {background: url(../img/social/github.png) no-repeat;} -.social-icons .googleplus {background: url(../img/social/googleplus.png) no-repeat;} -.social-icons .jolicloud {background: url(../img/social/jolicloud.png) no-repeat;} -.social-icons .last-fm {background: url(../img/social/last-fm.png) no-repeat;} -.social-icons .linkedin {background: url(../img/social/linkedin.png) no-repeat;} -.social-icons .picasa {background: url(../img/social/picasa.png) no-repeat;} -.social-icons .pintrest {background: url(../img/social/pintrest.png) no-repeat;} -.social-icons .rss {background: url(../img/social/rss.png) no-repeat;} -.social-icons .skype {background: url(../img/social/skype.png) no-repeat;} -.social-icons .spotify {background: url(../img/social/spotify.png) no-repeat;} -.social-icons .stumbleupon {background: url(../img/social/stumbleupon.png) no-repeat;} -.social-icons .tumblr {background: url(../img/social/tumblr.png) no-repeat;} -.social-icons .twitter {background: url(../img/social/twitter.png) no-repeat;} -.social-icons .vimeo {background: url(../img/social/vimeo.png) no-repeat;} -.social-icons .wordpress {background: url(../img/social/wordpress.png) no-repeat;} -.social-icons .xing {background: url(../img/social/xing.png) no-repeat;} -.social-icons .yahoo {background: url(../img/social/yahoo.png) no-repeat;} -.social-icons .youtube {background: url(../img/social/youtube.png) no-repeat;} -.social-icons .vk {background: url(../img/social/vk.png) no-repeat;} -.social-icons .instagram {background: url(../img/social/instagram.png) no-repeat;} -.social-icons .reddit {background: url(../img/social/reddit.png) no-repeat;} -.social-icons .aboutme {background: url(../img/social/aboutme.png) no-repeat;} -.social-icons .flickr {background: url(../img/social/flickr.png) no-repeat;} -.social-icons .foursquare {background: url(../img/social/foursquare.png) no-repeat;} -.social-icons .gravatar {background: url(../img/social/gravatar.png) no-repeat;} -.social-icons .klout {background: url(../img/social/klout.png) no-repeat;} -.social-icons .myspace {background: url(../img/social/myspace.png) no-repeat;} -.social-icons .quora {background: url(../img/social/quora.png) no-repeat;} +.social-icons .amazon {background: url(../image/social/amazon.png) no-repeat;} +.social-icons .behance {background: url(../image/social/behance.png) no-repeat;} +.social-icons .blogger {background: url(../image/social/blogger.png) no-repeat;} +.social-icons .deviantart {background: url(../image/social/deviantart.png) no-repeat;} +.social-icons .dribbble {background: url(../image/social/dribbble.png) no-repeat;} +.social-icons .dropbox {background: url(../image/social/dropbox.png) no-repeat;} +.social-icons .evernote {background: url(../image/social/evernote.png) no-repeat;} +.social-icons .facebook {background: url(../image/social/facebook.png) no-repeat;} +.social-icons .forrst {background: url(../image/social/forrst.png) no-repeat;} +.social-icons .github {background: url(../image/social/github.png) no-repeat;} +.social-icons .googleplus {background: url(../image/social/googleplus.png) no-repeat;} +.social-icons .jolicloud {background: url(../image/social/jolicloud.png) no-repeat;} +.social-icons .last-fm {background: url(../image/social/last-fm.png) no-repeat;} +.social-icons .linkedin {background: url(../image/social/linkedin.png) no-repeat;} +.social-icons .picasa {background: url(../image/social/picasa.png) no-repeat;} +.social-icons .pintrest {background: url(../image/social/pintrest.png) no-repeat;} +.social-icons .rss {background: url(../image/social/rss.png) no-repeat;} +.social-icons .skype {background: url(../image/social/skype.png) no-repeat;} +.social-icons .spotify {background: url(../image/social/spotify.png) no-repeat;} +.social-icons .stumbleupon {background: url(../image/social/stumbleupon.png) no-repeat;} +.social-icons .tumblr {background: url(../image/social/tumblr.png) no-repeat;} +.social-icons .twitter {background: url(../image/social/twitter.png) no-repeat;} +.social-icons .vimeo {background: url(../image/social/vimeo.png) no-repeat;} +.social-icons .wordpress {background: url(../image/social/wordpress.png) no-repeat;} +.social-icons .xing {background: url(../image/social/xing.png) no-repeat;} +.social-icons .yahoo {background: url(../image/social/yahoo.png) no-repeat;} +.social-icons .youtube {background: url(../image/social/youtube.png) no-repeat;} +.social-icons .vk {background: url(../image/social/vk.png) no-repeat;} +.social-icons .instagram {background: url(../image/social/instagram.png) no-repeat;} +.social-icons .reddit {background: url(../image/social/reddit.png) no-repeat;} +.social-icons .aboutme {background: url(../image/social/aboutme.png) no-repeat;} +.social-icons .flickr {background: url(../image/social/flickr.png) no-repeat;} +.social-icons .foursquare {background: url(../image/social/foursquare.png) no-repeat;} +.social-icons .gravatar {background: url(../image/social/gravatar.png) no-repeat;} +.social-icons .klout {background: url(../image/social/klout.png) no-repeat;} +.social-icons .myspace {background: url(../image/social/myspace.png) no-repeat;} +.social-icons .quora {background: url(../image/social/quora.png) no-repeat;} /*** Inline Social Icons @@ -3861,43 +3861,43 @@ Inline Social Icons -webkit-transition: all 0.3s ease-in-out; } -.social-icon.amazon {background: url(../img/social/amazon.png) no-repeat;} -.social-icon.behance {background: url(../img/social/behance.png) no-repeat;} -.social-icon.blogger {background: url(../img/social/blogger.png) no-repeat;} -.social-icon.deviantart {background: url(../img/social/deviantart.png) no-repeat;} -.social-icon.dribbble {background: url(../img/social/dribbble.png) no-repeat;} -.social-icon.dropbox {background: url(../img/social/dropbox.png) no-repeat;} -.social-icon.evernote {background: url(../img/social/evernote.png) no-repeat;} -.social-icon.facebook {background: url(../img/social/facebook.png) no-repeat;} -.social-icon.forrst {background: url(../img/social/forrst.png) no-repeat;} -.social-icon.github {background: url(../img/social/github.png) no-repeat;} -.social-icon.googleplus {background: url(../img/social/googleplus.png) no-repeat;} -.social-icon.jolicloud {background: url(../img/social/jolicloud.png) no-repeat;} -.social-icon.last-fm {background: url(../img/social/last-fm.png) no-repeat;} -.social-icon.linkedin {background: url(../img/social/linkedin.png) no-repeat;} -.social-icon.picasa {background: url(../img/social/picasa.png) no-repeat;} -.social-icon.pintrest {background: url(../img/social/pintrest.png) no-repeat;} -.social-icon.rss {background: url(../img/social/rss.png) no-repeat;} -.social-icon.skype {background: url(../img/social/skype.png) no-repeat;} -.social-icon.spotify {background: url(../img/social/spotify.png) no-repeat;} -.social-icon.stumbleupon {background: url(../img/social/stumbleupon.png) no-repeat;} -.social-icon.tumblr {background: url(../img/social/tumblr.png) no-repeat;} -.social-icon.twitter {background: url(../img/social/twitter.png) no-repeat;} -.social-icon.vimeo {background: url(../img/social/vimeo.png) no-repeat;} -.social-icon.wordpress {background: url(../img/social/wordpress.png) no-repeat;} -.social-icon.xing {background: url(../img/social/xing.png) no-repeat;} -.social-icon.yahoo {background: url(../img/social/yahoo.png) no-repeat;} -.social-icon.youtube {background: url(../img/social/youtube.png) no-repeat;} -.social-icon.vk {background: url(../img/social/vk.png) no-repeat;} -.social-icon.instagram {background: url(../img/social/instagram.png) no-repeat;} -.social-icon.reddit {background: url(../img/social/reddit.png) no-repeat;} -.social-icon.aboutme {background: url(../img/social/aboutme.png) no-repeat;} -.social-icon.flickr {background: url(../img/social/flickr.png) no-repeat;} -.social-icon.foursquare {background: url(../img/social/foursquare.png) no-repeat;} -.social-icon.gravatar {background: url(../img/social/gravatar.png) no-repeat;} -.social-icon.klout {background: url(../img/social/klout.png) no-repeat;} -.social-icon.myspace {background: url(../img/social/myspace.png) no-repeat;} -.social-icon.quora {background: url(../img/social/quora.png) no-repeat;} +.social-icon.amazon {background: url(../image/social/amazon.png) no-repeat;} +.social-icon.behance {background: url(../image/social/behance.png) no-repeat;} +.social-icon.blogger {background: url(../image/social/blogger.png) no-repeat;} +.social-icon.deviantart {background: url(../image/social/deviantart.png) no-repeat;} +.social-icon.dribbble {background: url(../image/social/dribbble.png) no-repeat;} +.social-icon.dropbox {background: url(../image/social/dropbox.png) no-repeat;} +.social-icon.evernote {background: url(../image/social/evernote.png) no-repeat;} +.social-icon.facebook {background: url(../image/social/facebook.png) no-repeat;} +.social-icon.forrst {background: url(../image/social/forrst.png) no-repeat;} +.social-icon.github {background: url(../image/social/github.png) no-repeat;} +.social-icon.googleplus {background: url(../image/social/googleplus.png) no-repeat;} +.social-icon.jolicloud {background: url(../image/social/jolicloud.png) no-repeat;} +.social-icon.last-fm {background: url(../image/social/last-fm.png) no-repeat;} +.social-icon.linkedin {background: url(../image/social/linkedin.png) no-repeat;} +.social-icon.picasa {background: url(../image/social/picasa.png) no-repeat;} +.social-icon.pintrest {background: url(../image/social/pintrest.png) no-repeat;} +.social-icon.rss {background: url(../image/social/rss.png) no-repeat;} +.social-icon.skype {background: url(../image/social/skype.png) no-repeat;} +.social-icon.spotify {background: url(../image/social/spotify.png) no-repeat;} +.social-icon.stumbleupon {background: url(../image/social/stumbleupon.png) no-repeat;} +.social-icon.tumblr {background: url(../image/social/tumblr.png) no-repeat;} +.social-icon.twitter {background: url(../image/social/twitter.png) no-repeat;} +.social-icon.vimeo {background: url(../image/social/vimeo.png) no-repeat;} +.social-icon.wordpress {background: url(../image/social/wordpress.png) no-repeat;} +.social-icon.xing {background: url(../image/social/xing.png) no-repeat;} +.social-icon.yahoo {background: url(../image/social/yahoo.png) no-repeat;} +.social-icon.youtube {background: url(../image/social/youtube.png) no-repeat;} +.social-icon.vk {background: url(../image/social/vk.png) no-repeat;} +.social-icon.instagram {background: url(../image/social/instagram.png) no-repeat;} +.social-icon.reddit {background: url(../image/social/reddit.png) no-repeat;} +.social-icon.aboutme {background: url(../image/social/aboutme.png) no-repeat;} +.social-icon.flickr {background: url(../image/social/flickr.png) no-repeat;} +.social-icon.foursquare {background: url(../image/social/foursquare.png) no-repeat;} +.social-icon.gravatar {background: url(../image/social/gravatar.png) no-repeat;} +.social-icon.klout {background: url(../image/social/klout.png) no-repeat;} +.social-icon.myspace {background: url(../image/social/myspace.png) no-repeat;} +.social-icon.quora {background: url(../image/social/quora.png) no-repeat;} .social-icon:hover { background-position:0 -38px; @@ -4638,11 +4638,11 @@ height:26px !important; } .aboutmain{ - background-image: url("../img/about/about-bg-light.png"); + background-image: url("../image/about/about-bg-light.png"); } .aboutinfo{ - background-image: url("../img/about/about-bg-dark.png"); + background-image: url("../image/about/about-bg-dark.png"); } .about a{ diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/black.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/black.css index 35572e3e..c8350009 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/black.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/black.css @@ -71,7 +71,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon-light.png); + background: url(../../image/search-icon-light.png); } /*** @@ -109,7 +109,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #383838 url(../../img/hor-menu-search-close.png) no-repeat center; + background: #383838 url(../../image/hor-menu-search-close.png) no-repeat center; } .header .hor-menu .search-form { @@ -122,7 +122,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #999; - background: url(../../img/search-icon.png) no-repeat center; + background: url(../../image/search-icon.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ @@ -239,13 +239,13 @@ ul.page-sidebar-menu > li.active > a .arrow.open:before { border-bottom: 1px solid #7d7d7d !important; } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon.png); + background-image: url(../../image/search-icon.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler.jpg); + background-image: url(../../image/sidebar-toggler.jpg); background-color: #242424; } /* search box bg color on expanded */ @@ -253,7 +253,7 @@ Sidebar toggler background-color: #3d3d3d !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close.png"); + background-image: url("../../image/sidebar-search-close.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css index 72102571..ac651e70 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css @@ -58,7 +58,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon-blue.png); + background: url(../../image/search-icon-blue.png); } /*** @@ -96,7 +96,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #146a9d url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #146a9d url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -109,7 +109,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #ccc; - background: url(../../img/search-icon-white.png) no-repeat center; + background: url(../../image/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ @@ -225,13 +225,13 @@ ul.page-sidebar-menu > li.active > a .arrow.open:before { border-bottom: 1px solid #51b1e9 !important; } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon-blue.png); + background-image: url(../../image/search-icon-blue.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler-blue.jpg); + background-image: url(../../image/sidebar-toggler-blue.jpg); background-color: #0f5179; } /* search box bg color on expanded */ @@ -239,7 +239,7 @@ Sidebar toggler background-color: #1570a6 !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close-blue.png"); + background-image: url("../../image/sidebar-search-close-blue.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/brown.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/brown.css index 7fb90fba..8a9339e2 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/brown.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/brown.css @@ -60,7 +60,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon-brown.png); + background: url(../../image/search-icon-brown.png); } /*** Hor menu @@ -98,7 +98,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #5a3a16 url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #5a3a16 url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -111,7 +111,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #ccc; - background: url(../../img/search-icon-white.png) no-repeat center; + background: url(../../image/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ @@ -227,13 +227,13 @@ ul.page-sidebar-menu > li.active > a .arrow.open:before { border-bottom: 1px solid #845f36 !important; } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon-brown.png); + background-image: url(../../image/search-icon-brown.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler-brown.jpg); + background-image: url(../../image/sidebar-toggler-brown.jpg); background-color: #39250e; } /* search box bg color on expanded */ @@ -241,7 +241,7 @@ Sidebar toggler background-color: #623f18 !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close-brown.png"); + background-image: url("../../image/sidebar-search-close-brown.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/grey.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/grey.css index dffb7cdb..2524bc53 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/grey.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/grey.css @@ -57,7 +57,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon-light.png); + background: url(../../image/search-icon-light.png); } /*** Hor menu @@ -94,7 +94,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #616161 url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #616161 url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -107,7 +107,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #ccc; - background: url(../../img/search-icon-white.png) no-repeat center; + background: url(../../image/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ @@ -223,13 +223,13 @@ ul.page-sidebar-menu > li.active > a .arrow.open:before { border-bottom: 1px solid #a6a6a6 !important; } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon.png); + background-image: url(../../image/search-icon.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler.jpg); + background-image: url(../../image/sidebar-toggler.jpg); background-color: #4d4d4d; } /* search box bg color on expanded */ @@ -237,7 +237,7 @@ Sidebar toggler background-color: #666666 !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close.png"); + background-image: url("../../image/sidebar-search-close.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/light.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/light.css index 49939fad..f918f725 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/light.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/light.css @@ -61,7 +61,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon.png); + background: url(../../image/search-icon.png); } /*** Hor menu @@ -102,7 +102,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #4f4f4f url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #4f4f4f url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -115,7 +115,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #ccc; - background: url(../../img/search-icon-white.png) no-repeat center; + background: url(../../image/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ @@ -192,12 +192,12 @@ ul.page-sidebar-menu > li.active > a .selected { top:0px; width: 7px; height: 39px; - background-image: url("../../img/sidebar-menu-arrow-green.png"); + background-image: url("../../image/sidebar-menu-arrow-green.png"); } .page-sidebar-reversed ul.page-sidebar-menu > li.active > a .selected { right: auto; left:-7px; - background-image: url("../../img/sidebar-menu-arrow-green-reverse.png"); + background-image: url("../../image/sidebar-menu-arrow-green-reverse.png"); } ul.page-sidebar-menu > li.active i { color: #fff !important; @@ -269,14 +269,14 @@ ul.page-sidebar-menu ul.sub-menu > li > a i { border-bottom: 1px solid #e2e2e2 !important; } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon-white.png); + background-image: url(../../image/search-icon-white.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler-light.jpg); + background-image: url(../../image/sidebar-toggler-light.jpg); background-color: #333; } /* search box bg color on expanded */ @@ -284,7 +284,7 @@ Sidebar toggler background-color: #fbfbfb !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close-light.png"); + background-image: url("../../image/sidebar-search-close-light.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/purple.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/purple.css index b4e20d60..f108f79f 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/purple.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/purple.css @@ -60,7 +60,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon-purple.png); + background: url(../../image/search-icon-purple.png); } /*** Hor menu @@ -97,7 +97,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #69147b url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #69147b url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -110,7 +110,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #ccc; - background: url(../../img/search-icon-white.png) no-repeat center; + background: url(../../image/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ @@ -226,13 +226,13 @@ ul.page-sidebar-menu > li.active > a .arrow.open:before { border-bottom: 1px solid #a93bc1 !important; } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon-purple.png); + background-image: url(../../image/search-icon-purple.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler-purple.jpg); + background-image: url(../../image/sidebar-toggler-purple.jpg); background-color: #4b0e58; } /* search box bg color on expanded */ @@ -240,7 +240,7 @@ Sidebar toggler background-color: #701584 !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close-purple.png"); + background-image: url("../../image/sidebar-search-close-purple.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/zteblue.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/zteblue.css index a3d71015..051ad182 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/zteblue.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/zteblue.css @@ -64,7 +64,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon-blue.png); + background: url(../../image/search-icon-blue.png); } .zte-theme-panel > .toggler:hover { background-color: #146a9d !important; @@ -107,7 +107,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #146a9d url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #146a9d url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -120,7 +120,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #ccc; - background: url(../../img/search-icon-white.png) no-repeat center; + background: url(../../image/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ @@ -240,13 +240,13 @@ ul.page-sidebar-menu > li.active > a .arrow.open:before { border-bottom: 1px solid #0d638f !important; } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon-blue.png); + background-image: url(../../image/search-icon-blue.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler-grey.jpg); + background-image: url(../../image/sidebar-toggler-grey.jpg); background-color: #0f5179; } /* search box bg color on expanded */ @@ -254,7 +254,7 @@ Sidebar toggler background-color: #1b8fd3 !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close-blue.png"); + background-image: url("../../image/sidebar-search-close-blue.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css index 7146d910..7dfbb0c6 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css @@ -27,7 +27,7 @@ body { background-color:#f1f3fa !important; } .page-sidebar-menu > li.active > a .selected{ -background-image:url("../../img/sidebar-menu-arrow-bluelight.png") +background-image:url("../../image/sidebar-menu-arrow-bluelight.png") } /*** Page header @@ -74,7 +74,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon-blue.png); + background: url(../../image/search-icon-blue.png); } /*** @@ -123,7 +123,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #4d7ee1 url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #4d7ee1 url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -277,13 +277,13 @@ ul.page-sidebar-menu > li.active > a .arrow.open:before { border-bottom: 1px solid #000000 !important; } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon-blue.png); + background-image: url(../../image/search-icon-blue.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler-grey.jpg); + background-image: url(../../image/sidebar-toggler-grey.jpg); background-color: #0f5179; } /* search box bg color on expanded */ @@ -291,7 +291,7 @@ Sidebar toggler background-color: #3366CC !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close-blue.png"); + background-image: url("../../image/sidebar-search-close-blue.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight2.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight2.css index 57ee2096..e06872a4 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight2.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight2.css @@ -81,7 +81,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon-blue.png); + background: url(../../image/search-icon-blue.png); } /*** @@ -137,7 +137,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #126ed8 url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #126ed8 url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -150,7 +150,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #ccc; - background: url(../../img/search-icon-white.png) no-repeat center; + background: url(../../image/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { @@ -280,7 +280,7 @@ ul.page-sidebar-menu > li > ul.sub-menu li.open > a { } .page-sidebar-menu > li.active > a .selected { - /* background-image: url(../../img/sidebar-menu-arrow-blue.png) !important;*/ + /* background-image: url(../../image/sidebar-menu-arrow-blue.png) !important;*/ border-right: 2px solid #1178ee !important; height: 37px !important; top: 2px !important; @@ -338,14 +338,14 @@ ul.page-sidebar-menu > li.active > a .arrow.open:before { } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon-blue.png); + background-image: url(../../image/search-icon-blue.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler-grey.jpg); + background-image: url(../../image/sidebar-toggler-grey.jpg); background-color: #0f5179; } @@ -355,7 +355,7 @@ Sidebar toggler } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close-blue.png"); + background-image: url("../../image/sidebar-search-close-blue.png"); } /* sub menu bg color on hover menu item */ diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css index 1e250004..4462c0a6 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css @@ -66,7 +66,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon.png); + background: url(../../image/search-icon.png); } /*** @@ -107,7 +107,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #4399bd url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #4399bd url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -120,7 +120,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #ccc; - background: url(../../img/search-icon-white.png) no-repeat center; + background: url(../../image/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ @@ -199,12 +199,12 @@ ul.page-sidebar-menu > li:hover > a { top:0px; width: 7px; height: 39px; - background-image: url("../../img/sidebar-menu-arrow-green.png"); + background-image: url("../../image/sidebar-menu-arrow-green.png"); } */ .page-sidebar-reversed ul.page-sidebar-menu > li.active > a .selected { right: auto; left:-7px; - background-image: url("../../img/sidebar-menu-arrow-green-reverse.png"); + background-image: url("../../image/sidebar-menu-arrow-green-reverse.png"); } ul.page-sidebar-menu > li.active i { color: #fff !important; @@ -280,14 +280,14 @@ ul.page-sidebar-menu ul.sub-menu > li > a i { border-bottom: 1px solid #e2e2e2 !important; } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon-white.png); + background-image: url(../../image/search-icon-white.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler-light.jpg); + background-image: url(../../image/sidebar-toggler-light.jpg); background-color: #333; } /* search box bg color on expanded */ @@ -295,7 +295,7 @@ Sidebar toggler background-color: #fbfbfb !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close-light.png"); + background-image: url("../../image/sidebar-search-close-light.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight4.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight4.css index 646fdc43..c3908245 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight4.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight4.css @@ -83,7 +83,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon.png); + background: url(../../image/search-icon.png); } /*** @@ -127,7 +127,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #4f4f4f url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #4f4f4f url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -140,7 +140,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #ccc; - background: url(../../img/search-icon-white.png) no-repeat center; + background: url(../../image/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { @@ -256,13 +256,13 @@ ul.page-sidebar-menu > li.active > a:hover { top:0px; width: 7px; height: 39px; - background-image: url("../../img/sidebar-menu-arrow-green.png");*/ + background-image: url("../../image/sidebar-menu-arrow-green.png");*/ } .page-sidebar-reversed ul.page-sidebar-menu > li.active > a .selected { right: auto; left: -7px; - background-image: url("../../img/sidebar-menu-arrow-green-reverse.png"); + background-image: url("../../image/sidebar-menu-arrow-green-reverse.png"); } /*ul.page-sidebar-menu > li.active i { @@ -356,14 +356,14 @@ ul.page-sidebar-menu > li.active > a:hover { } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon-white.png); + background-image: url(../../image/search-icon-white.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler-light.jpg); + background-image: url(../../image/sidebar-toggler-light.jpg); background-color: #333; } @@ -373,7 +373,7 @@ Sidebar toggler } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close-light.png"); + background-image: url("../../image/sidebar-search-close-light.png"); } /* sub menu bg color on hover menu item */ diff --git a/openo-portal/portal-common/src/main/webapp/common/default.html b/openo-portal/portal-common/src/main/webapp/common/default.html index a26b13f4..4c3719e7 100644 --- a/openo-portal/portal-common/src/main/webapp/common/default.html +++ b/openo-portal/portal-common/src/main/webapp/common/default.html @@ -26,14 +26,14 @@ - - - - - - - - + + + + + + + + @@ -41,7 +41,7 @@ - + @@ -53,7 +53,7 @@