bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and css
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@964 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
c7571979dd
commit
0e02f343e8
2 changed files with 4 additions and 4 deletions
|
@ -77,7 +77,7 @@
|
||||||
<!-- END errors -->
|
<!-- END errors -->
|
||||||
|
|
||||||
<!-- BEGIN infos -->
|
<!-- BEGIN infos -->
|
||||||
<div id="infos">
|
<div class="infos">
|
||||||
<ul>
|
<ul>
|
||||||
<!-- BEGIN info -->
|
<!-- BEGIN info -->
|
||||||
<li>{infos.info.INFO}</li>
|
<li>{infos.info.INFO}</li>
|
||||||
|
|
|
@ -122,7 +122,7 @@ input, select, textarea {
|
||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#errors { /* Errors display */
|
.errors { /* Errors display */
|
||||||
color: red;
|
color: red;
|
||||||
background-color: #ffe1e1;
|
background-color: #ffe1e1;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -135,7 +135,7 @@ input, select, textarea {
|
||||||
padding: 10px 50px 10px 10px;
|
padding: 10px 50px 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#errors ul li
|
.errors ul li
|
||||||
{
|
{
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -143,7 +143,7 @@ input, select, textarea {
|
||||||
/**
|
/**
|
||||||
* Informations box in administration
|
* Informations box in administration
|
||||||
*/
|
*/
|
||||||
#infos {
|
.infos {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: palegreen;
|
background-color: palegreen;
|
||||||
background-image: url(admin/images/infos.png);
|
background-image: url(admin/images/infos.png);
|
||||||
|
|
Loading…
Add table
Reference in a new issue