reassign admin CSS for errors

git-svn-id: http://piwigo.org/svn/branches/release-1_3@340 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-01-31 21:00:23 +00:00
parent 3d239673ae
commit f27029ba30
+14
View File
@@ -76,4 +76,18 @@ border-color:#006699;
.commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent
{
color:#000000;
}
.errors {
text-align:left;
margin:25px;
background-color:#ffe1e1;
border:1px solid red;
color:black;
}
.errors_title {
margin:5px;
font-weight:bold;
font-size:120%;
text-align:center;
color:red;
}