aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-08-22 08:56:51 +0000
committerplegall <plg@piwigo.org>2014-08-22 08:56:51 +0000
commit3d362a235f0564dce11c1597e1ea7569db36365b (patch)
treec645bb9685ac3c258f08dfdb9aa3a65981547a0a /admin/themes/default/theme.css
parent0e20e01efbeea5f2d54b7d36fafe919051c0dc14 (diff)
feature 2810: for duplicates filter, add "date & time" (checked by default) and "width & height" as options.
Change algorithm for a single SQL query with GROUP_CONCAT instead of 2 queries. git-svn-id: http://piwigo.org/svn/trunk@29244 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r--admin/themes/default/theme.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 1dd29258f..262728f29 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -981,6 +981,8 @@ LEGEND {
#batchManagerGlobal blockquote {margin:5px 0 20px 15px;}
#batchManagerGlobal .ui-slider-horizontal {width:650px;margin:5px 0 10px 0;}
+#batchManagerGlobal #duplicates_options label {margin-left:10px;}
+
#order_filters a.addFilter {font-weight:normal;margin-left:20px;}
#order_filters a.removeFilter {font-weight:normal;}
#order_filters span.property span.filter:first-child a.removeFilter {display:none;} /* can't delete the first field */