aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.selectmenu.css
blob: d64084d60efdec48f6a2b0b7e64b601359958944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * jQuery UI Selectmenu @VERSION
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectmenu#theming
 */
 
.ui-selectmenu-menu { padding: 0; margin: 0; position:absolute; top: 0; display: none; }
.ui-selectmenu-menu .ui-menu { padding: 0; }
.ui-selectmenu-open { display: block; }

.ui-button span.ui-icon { right: 0.5em; left: auto; }
.ui-button span.ui-button-text { text-align: left; padding: 0.4em 2.1em 0.4em 1em }