bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and css

git-svn-id: http://piwigo.org/svn/trunk@963 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga
2005-12-03 18:53:56 +00:00
parent cc160b71b5
commit 61f5af5ab3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
<!-- END errors -->
<!-- BEGIN infos -->
<div id="infos">
<div class="infos">
<ul>
<!-- BEGIN info -->
<li>{infos.info.INFO}</li>
+3 -3
View File
@@ -26,7 +26,7 @@ input, select, textarea {
background-color: #d3d3d3; /* lightgrey */
}
#errors { /* Errors display */
.errors { /* Errors display */
color: red;
background-color: #ffe1e1;
font-weight: bold;
@@ -39,7 +39,7 @@ input, select, textarea {
padding: 10px 50px 10px 10px;
}
#errors ul li
.errors ul li
{
font-weight: normal;
}
@@ -47,7 +47,7 @@ input, select, textarea {
/**
* Informations box in administration
*/
#infos {
.infos {
text-align: left;
background-color: palegreen;
background-image: url(../../template-common/icons/admin/infos.png);