diff options
author | plegall <plg@piwigo.org> | 2014-08-21 17:10:15 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-08-21 17:10:15 +0000 |
commit | 83ed6f8009cb99be29aeb17f848e76bb4d52ff8f (patch) | |
tree | d8adcbcdaaead909a2f1d828e705b01702f853e2 /admin/themes/default/theme.css | |
parent | b1c6c5624932e6204cf82ae9b5336167552f3fa5 (diff) |
feature 2791: batch manager, filter by filesize
git-svn-id: http://piwigo.org/svn/trunk@29238 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 05f7282f0..1dd29258f 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -978,8 +978,8 @@ LEGEND { #batchManagerGlobal #applyFilterBlock {margin-top:20px;} #batchManagerGlobal .useFilterCheckbox {display:none;} -#batchManagerGlobal #filter_dimension blockquote {margin:5px 0 20px 15px;} -#batchManagerGlobal #filter_dimension .ui-slider-horizontal {width:650px;margin:5px 0 10px 0;} +#batchManagerGlobal blockquote {margin:5px 0 20px 15px;} +#batchManagerGlobal .ui-slider-horizontal {width:650px;margin:5px 0 10px 0;} #order_filters a.addFilter {font-weight:normal;margin-left:20px;} #order_filters a.removeFilter {font-weight:normal;} |