mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug fix : errors.png and infos.png path was incorrect in default-colors.css
git-svn-id: http://piwigo.org/svn/trunk@970 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -33,7 +33,7 @@ input, select, textarea {
|
||||
text-align: left;
|
||||
margin: 5px;
|
||||
border: 1px solid red;
|
||||
background-image: url(../../template-common/icons/admin/errors.png);
|
||||
background-image: url(icon/admin/errors.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
padding: 10px 50px 10px 10px;
|
||||
@@ -50,7 +50,7 @@ input, select, textarea {
|
||||
.infos {
|
||||
text-align: left;
|
||||
background-color: palegreen;
|
||||
background-image: url(../../template-common/icons/admin/infos.png);
|
||||
background-image: url(icon/admin/infos.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
color: darkgreen;
|
||||
|
||||
Reference in New Issue
Block a user