mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
simplier display of update result :
- number of new categories - number of new elements - number of deleted categories - number of deleted elements - only errors are fully listed git-svn-id: http://piwigo.org/svn/trunk@498 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -327,3 +327,15 @@ span.thumb_picture {
|
||||
span.thumb_category {
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
span.update_error_element, span.update_category_error {
|
||||
color:orange;
|
||||
}
|
||||
|
||||
.update_summary_new {
|
||||
color:#9cb4ce;
|
||||
}
|
||||
|
||||
.update_summary_del {
|
||||
color:#ffe1e1;
|
||||
}
|
||||
Reference in New Issue
Block a user