Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
576d93bb
Commit
576d93bb
authored
Nov 14, 2015
by
Till Brehm
Browse files
Adjust height of Select2 boxes for forms only and not list headers.
parent
cc636e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default/assets/stylesheets/select2.css
View file @
576d93bb
...
...
@@ -27,14 +27,14 @@ Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 EDT 2014
.select2-container
.select2-choice
{
display
:
block
;
height
:
3
2px
;
height
:
2
6
px
;
padding
:
0
0
0
8px
;
overflow
:
hidden
;
position
:
relative
;
border
:
1px
solid
#aaa
;
white-space
:
nowrap
;
line-height
:
3
2px
;
line-height
:
2
6
px
;
color
:
#444
;
text-decoration
:
none
;
...
...
@@ -56,6 +56,11 @@ Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 EDT 2014
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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment