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