mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Left align chosen selectbox contents
This commit is contained in:
parent
4fc8903129
commit
1484e44c00
@ -4,6 +4,7 @@
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
text-align: left;
|
||||
}
|
||||
.chzn-container .chzn-drop {
|
||||
background: #fff;
|
||||
@ -44,6 +45,7 @@
|
||||
line-height: 17px;
|
||||
padding: 0 0 0 8px;
|
||||
text-decoration: none;
|
||||
font-family: Arial, Helvetica, sans-serif
|
||||
}
|
||||
.chzn-container-single .chzn-default {
|
||||
color: #999;
|
||||
|
Loading…
Reference in New Issue
Block a user