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:
Teatek
2019-01-27 17:16:13 +01:00
committed by Pierrick Le Gall
parent beec234478
commit b8d6f01b38
7 changed files with 151 additions and 24 deletions
+9
View File
@@ -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;}