mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user