Fix images URL in CSS files

This commit is contained in:
Benjamin Renard 2020-05-05 11:42:32 +02:00
parent a7fea52c92
commit 4c344aa570
8 changed files with 8 additions and 8 deletions

View file

@ -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;

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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;

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {