mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
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:
@@ -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;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user