mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Fix images URL in CSS files
This commit is contained in:
parent
a7fea52c92
commit
4c344aa570
8 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue