From 4c344aa570b4e6459914345eda01bf403593b5dd Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 5 May 2020 11:42:32 +0200 Subject: [PATCH] Fix images URL in CSS files --- public_html/css/default/LSconfirmBox.css | 2 +- public_html/css/default/LSformElement_select_object.css | 2 +- .../css/default/LSformElement_supannCompositeAttribute.css | 2 +- public_html/css/default/LSformElement_supannLabeledValue.css | 2 +- public_html/css/default/LSsmoothbox.css | 2 +- public_html/css/default/base.css | 2 +- public_html/css/default/login.css | 2 +- public_html/css/default/recoverpassword.css | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public_html/css/default/LSconfirmBox.css b/public_html/css/default/LSconfirmBox.css index 83e133b5..3bd5f72f 100644 --- a/public_html/css/default/LSconfirmBox.css +++ b/public_html/css/default/LSconfirmBox.css @@ -31,7 +31,7 @@ } #closeBtn-LSconfirmBox { - background: url(../../images/default/close.png) no-repeat; + background: url(../image/close) no-repeat; width: 20px; height: 20px; position: absolute; diff --git a/public_html/css/default/LSformElement_select_object.css b/public_html/css/default/LSformElement_select_object.css index 7c3d5ac7..6d241fd3 100644 --- a/public_html/css/default/LSformElement_select_object.css +++ b/public_html/css/default/LSformElement_select_object.css @@ -41,7 +41,7 @@ img.LSformElement_select_object_deleteBtn { input.LSformElement_select_object_searchAdd { border: 1px solid #ccc; width: 140px !important; - background: #fff url(../../images/default/find.png) !important; + background: #fff url(../image/find) !important; background-repeat: no-repeat !important; padding-left: 18px; } diff --git a/public_html/css/default/LSformElement_supannCompositeAttribute.css b/public_html/css/default/LSformElement_supannCompositeAttribute.css index 214c2936..0a9f91ff 100644 --- a/public_html/css/default/LSformElement_supannCompositeAttribute.css +++ b/public_html/css/default/LSformElement_supannCompositeAttribute.css @@ -18,7 +18,7 @@ ul.LSformElement_supannCompositeAttribute p label { input.LSformElement_supannCompositeAttribute_search { border: 1px solid #CCC; width: 200px; - background: url('../../images/default/find.png') no-repeat scroll 0% 0% #FFF !important; + background: url('../image/find') no-repeat scroll 0% 0% #FFF !important; padding-left: 18px; } diff --git a/public_html/css/default/LSformElement_supannLabeledValue.css b/public_html/css/default/LSformElement_supannLabeledValue.css index 603dd7d8..2496bb35 100644 --- a/public_html/css/default/LSformElement_supannLabeledValue.css +++ b/public_html/css/default/LSformElement_supannLabeledValue.css @@ -1,7 +1,7 @@ input.LSformElement_supannLabeledValue_search { border: 1px solid #CCC; width: 200px; - background: url('../../images/default/find.png') no-repeat scroll 0% 0% #FFF !important; + background: url('../image/find') no-repeat scroll 0% 0% #FFF !important; padding-left: 18px; } diff --git a/public_html/css/default/LSsmoothbox.css b/public_html/css/default/LSsmoothbox.css index 2993d4de..cdc246a4 100644 --- a/public_html/css/default/LSsmoothbox.css +++ b/public_html/css/default/LSsmoothbox.css @@ -24,7 +24,7 @@ } #closeBtn-LSsmoothbox { - background: url(../../images/default/close.png) no-repeat; + background: url(../image/close) no-repeat; width: 20px; height: 20px; position: absolute; diff --git a/public_html/css/default/base.css b/public_html/css/default/base.css index 6172f3f5..736fd495 100644 --- a/public_html/css/default/base.css +++ b/public_html/css/default/base.css @@ -131,7 +131,7 @@ form.LSglobal_search input[type='image'] { } ul.menu { - list-style-image: url(../../images/default/puce.png); + list-style-image: url(../image/puce); } li.menu { diff --git a/public_html/css/default/login.css b/public_html/css/default/login.css index 98e2c8d3..d672c305 100644 --- a/public_html/css/default/login.css +++ b/public_html/css/default/login.css @@ -8,7 +8,7 @@ div.loginform { border: 1px solid #4096b8; padding: 1em; width: 30em; - background: transparent url(../../images/default/login_fd.png) no-repeat scroll 98% 98%; + background: transparent url(../image/login_fd) no-repeat scroll 98% 98%; } dl.loginform { diff --git a/public_html/css/default/recoverpassword.css b/public_html/css/default/recoverpassword.css index 67bfab68..49a7d94f 100644 --- a/public_html/css/default/recoverpassword.css +++ b/public_html/css/default/recoverpassword.css @@ -8,7 +8,7 @@ div.recoverpasswordform { border: 1px solid #4096b8; padding: 1em; width: 30em; - background: transparent url(../../images/default/login_fd.png) no-repeat scroll 98% 98%; + background: transparent url(../image/login_fd) no-repeat scroll 98% 98%; } dl.recoverpasswordform {