mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-15 20:01:03 +00:00
whitespace in select structure css
This commit is contained in:
parent
93a1b47bde
commit
ffbedd6c3a
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
@-moz-document url-prefix() {.ui-select .ui-btn select { opacity: 0.0001; }}
|
||||
.ui-select .ui-btn select.ui-select-nativeonly { opacity: 1; text-indent: 0; }
|
||||
|
||||
.ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
|
||||
.ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
|
||||
.ui-select .ui-btn-icon-right .ui-icon { right: 15px; }
|
||||
|
||||
/* labels */
|
||||
|
|
@ -33,10 +33,10 @@ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margi
|
|||
.ui-li.ui-selectmenu-placeholder { display: none; }
|
||||
.ui-selectmenu .ui-header .ui-title { margin: 0.6em 46px 0.8em; }
|
||||
|
||||
@media all and (min-width: 450px){
|
||||
@media all and (min-width: 450px){
|
||||
.ui-field-contain label.ui-select { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
|
||||
.ui-field-contain .ui-select { width: 60%; display: inline-block; }
|
||||
}
|
||||
}
|
||||
|
||||
/* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
|
||||
.ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }
|
||||
Loading…
Reference in a new issue