fixes #568, modernize Batch Manager

Fieldset legend now have a grey background.

Beta test for now. We will see what users think before applying on every page.
This commit is contained in:
plegall
2016-12-15 12:30:56 +01:00
parent 5f5aff1a04
commit 357ab963e3
+12
View File
@@ -336,6 +336,18 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;}
color:white;
}
/* beta-test begins: specific changes on Batch Manager */
#batchManagerGlobal legend {
background-color:#ddd;
color:#555;
padding:5px 10px;
}
#batchManagerGlobal fieldset {
margin-top:2em;
}
/* beta-test ends */
.slider-info {color:#ff7700;font-weight:bold;}