From dedcbbefbecf0f4adda9456853aceb05101d72d8 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 18 Sep 2014 10:37:15 +0000 Subject: 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 --- admin/themes/default/theme.css | 5 +++++ themes/default/theme.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 721a0100a..2e5ab357c 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1039,6 +1039,10 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;} -webkit-animation: animatedBackground 1s linear infinite; } +/* Selectize */ +.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header { + padding: 0px 5px !important; +} /* Tag Manager */ .warningDeletion {display:none;font-style:italic;} @@ -1272,6 +1276,7 @@ table.qsearch_help_table td { font-size:16px; line-height:16px; margin-right:0; + margin-left:0; } .font-checkbox .icon-check-empty { position:relative; 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; +} -- cgit v1.2.3