mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
align text and arrow in choosen (selectbox search="true") with regular selectboxes
This commit is contained in:
parent
f9429b7c86
commit
1f861f7650
@ -57,6 +57,7 @@
|
|||||||
margin-right: 26px;
|
margin-right: 26px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
.chzn-container-single .chzn-single-with-deselect span {
|
.chzn-container-single .chzn-single-with-deselect span {
|
||||||
margin-right: 38px;
|
margin-right: 38px;
|
||||||
@ -89,7 +90,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: url('chosen-sprite.png') no-repeat 0px 2px;
|
background: url('chosen-sprite.png') no-repeat 0px 4px;
|
||||||
}
|
}
|
||||||
.chzn-container-single .chzn-search {
|
.chzn-container-single .chzn-search {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -420,7 +421,7 @@
|
|||||||
/* @end */
|
/* @end */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Egw customizations for Chosen widget
|
* Egw customizations for Chosen widget
|
||||||
*/
|
*/
|
||||||
.chzn-container {
|
.chzn-container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user