mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
23 lines
No EOL
1.1 KiB
CSS
23 lines
No EOL
1.1 KiB
CSS
/*
|
|
* jQuery Mobile Framework
|
|
* Copyright (c) jQuery Project
|
|
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
|
|
*/
|
|
.ui-select select { position: absolute; left: -99999px; }
|
|
.ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
|
|
.ui-select .ui-btn-icon-right .ui-icon { right: 15px; }
|
|
/* labels */
|
|
label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; }
|
|
|
|
/*listbox*/
|
|
.ui-listbox { position: relative; margin: 8px; padding: 0; z-index: 100; }
|
|
.ui-page-content-hidden, .ui-listbox-hidden { display: none; }
|
|
.ui-listbox-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
|
.ui-listbox-overlay { position: absolute; z-index: 999; width: 300px; margin-left: -150px; }
|
|
.ui-listbox-header { background: none; border: 0; }
|
|
.ui-listbox-overlay .ui-listbox-header { display: none; }
|
|
.ui-listbox-list { list-style: none; margin: 5px; padding: 0; }
|
|
.ui-listbox .ui-listbox-option { margin: 0; text-align: left; }
|
|
|
|
/*used in listbox - to be removed/replaced with page-style hiding*/
|
|
.ui-helper-hidden,.ui-mobile .ui-content-hidden { display: none; } |