mcramer
2012-10-17 2c5cdd5a836faa07f1837397d5522147093fb062
Fixed (1st part): auto responder select boxes

1 files modified
2 ■■■ changed files
interface/web/themes/default/css/styles.css 2 ●●● patch | view | raw | blame | history
interface/web/themes/default/css/styles.css
@@ -1771,7 +1771,7 @@
}
.ui-widget { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 100%; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 100%; }
ul.ui-autocomplete { max-height: 250px; overflow-y: auto; }
ul.ui-autocomplete { max-height: 250px; overflow-y: auto; min-width: 50px;}
.ui-combobox { position: relative; display: inline-block; margin-right: 17px; }
.ui-combobox-toggle { position: absolute !important; top: 0; bottom: 0; margin-left: -1px; padding: 1px !important; background: none repeat scroll 0 0 #FFFFFF !important; border: 1px solid #DFDFDF !important;}
.ui-combobox-input { background: none repeat scroll 0 0 #FFFFFF !important; border: 1px solid #DFDFDF !important; padding: 1px; font-weight: normal !important; }