Till Brehm
2015-11-14 576d93bb2585a659273c9fe03b2f6316a5b58121
Adjust height of Select2 boxes for forms only and not list headers.
1 files modified
9 ■■■■ changed files
interface/web/themes/default/assets/stylesheets/select2.css 9 ●●●● patch | view | raw | blame | history
interface/web/themes/default/assets/stylesheets/select2.css
@@ -27,14 +27,14 @@
.select2-container .select2-choice {
    display: block;
    height: 32px;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 32px;
    line-height: 26px;
    color: #444;
    text-decoration: none;
@@ -56,6 +56,11 @@
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
.tab-content .select2-container .select2-choice {
    height: 32px;
    line-height: 32px;
}
html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}