mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
new style for .errors and adding the CSS class .errors_title
git-svn-id: http://piwigo.org/svn/trunk@54 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -89,10 +89,16 @@
|
||||
.errors {
|
||||
text-align:left;
|
||||
margin:25px;
|
||||
background-color:red;
|
||||
background-color:#ffe1e1;
|
||||
border:1px solid red;
|
||||
color:black;
|
||||
}
|
||||
.errors_title {
|
||||
margin:5px;
|
||||
font-weight:bold;
|
||||
border:1px solid black;
|
||||
color:white;
|
||||
font-size:120%;
|
||||
text-align:center;
|
||||
color:red;
|
||||
}
|
||||
.info {
|
||||
color:darkblue;
|
||||
|
||||
Reference in New Issue
Block a user