mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
fixes #966 progression bar for sync metadata
* [Batch Manager] adding progression bar for metadata sync action * [Batch Manager] display the number of synchronized photos in the success message
This commit is contained in:
@@ -860,6 +860,15 @@ h2:lang(en) { text-transform:capitalize; }
|
||||
border-left:4px solid #00529b;
|
||||
}
|
||||
|
||||
.badge {
|
||||
background-color:#0a0;
|
||||
color:white;
|
||||
padding:1px 5px;
|
||||
border-radius:10px;
|
||||
-moz-border-radius:10px;
|
||||
-webkit-border-radius:10px;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
.infos li, .errors li, .warnings li, .messages li { list-style-type:none; }
|
||||
.infos .submit {margin-left:30px;}
|
||||
|
||||
Reference in New Issue
Block a user