diff options
author | Felix Nagel <info@felixnagel.com> | 2010-08-07 01:35:18 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2010-08-07 01:35:18 +0200 |
commit | 316b15cd57a2f6fc0f05ae5fac520c5d4569b6ca (patch) | |
tree | c221ac93aee5d42406e58f4e77adb92e231eb777 /themes | |
parent | 3be11051735106b99fdde69878bb7aeb372efeb8 (diff) | |
download | jquery-ui-316b15cd57a2f6fc0f05ae5fac520c5d4569b6ca.tar.gz jquery-ui-316b15cd57a2f6fc0f05ae5fac520c5d4569b6ca.zip |
init: fork of latest jQuery UI with selectmenu from http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/
added: *.db to gitignore (Im using Windows)
added: readme for gitHub
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.selectmenu.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.selectmenu.css b/themes/base/jquery.ui.selectmenu.css new file mode 100644 index 000000000..087e25911 --- /dev/null +++ b/themes/base/jquery.ui.selectmenu.css @@ -0,0 +1,24 @@ +/* Selectmenu +----------------------------------*/ +.ui-selectmenu { display: block; position:relative; height:2em; text-decoration: none; overflow:hidden;} +.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; } +.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; } +.ui-selectmenu-open { visibility: visible; } +.ui-selectmenu-menu-popup { margin-top: -1px; } +.ui-selectmenu-menu-dropdown { } +.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; } +.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none; } +.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, +.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; } +.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; } +.ui-selectmenu-status { line-height: 1.4em; } +.ui-selectmenu-open li.ui-selectmenu-item-focus a { } +.ui-selectmenu-open li.ui-selectmenu-item-selected { } +.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; } +.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; } +.ui-selectmenu-menu li .ui-selectmenu-item-content { } +.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; } +/*for optgroups*/ +.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; } +.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; } +.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
\ No newline at end of file |