aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-09-18 10:37:15 +0000
committerplegall <plg@piwigo.org>2014-09-18 10:37:15 +0000
commitdedcbbefbecf0f4adda9456853aceb05101d72d8 (patch)
treec96395f71b98bc30f702d72d9113feb2f5012bd4 /themes
parentd16180d73196546d4597034186d8be9eeef36c76 (diff)
smaller line height in selectize
no left-margin on font-icon checkboxes git-svn-id: http://piwigo.org/svn/trunk@29617 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/theme.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index 9fa267473..3a68f1577 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -773,3 +773,8 @@ LEGEND {
.imageInfo {display:table-row; line-height:20px;}
.imageInfo dt {display:table-cell; text-align:right; font-weight:bold; padding-right:0.5em;}
.imageInfo dd {display:table-cell; text-align:left; font-weight:normal;}
+
+/* Selectize */
+.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
+ padding: 0px 5px !important;
+}