mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 10:42:59 +02:00
- errors and informations boxes : management centralized in admin.php,
$errors and $infos arrays replaced by $page['errors'] and $page['infos'], special management for admin/update.php (more complex management) git-svn-id: http://piwigo.org/svn/trunk@792 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -381,3 +381,35 @@ pre { text-align:left; }
|
||||
label:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Errors box in administration
|
||||
*/
|
||||
#errors {
|
||||
text-align: left;
|
||||
background-color: red;
|
||||
background-image: url(admin/images/errors.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
margin: 5px;
|
||||
border:1px solid black;
|
||||
padding: 10px 50px 10px 10px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Informations box in administration
|
||||
*/
|
||||
#infos {
|
||||
text-align: left;
|
||||
background-color: #eee;
|
||||
background-image: url(admin/images/infos.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
margin: 5px;
|
||||
border:1px solid gray;
|
||||
padding: 10px 50px 10px 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user