xaver
2011-09-14 4ade63d826c6886850ba7fd70cfbcfb3a817f730
ouline in all browser none, added float to combobox
2 files modified
4 ■■■ changed files
interface/web/themes/default/css/screen/uni-form.css 2 ●●● patch | view | raw | blame | history
interface/web/themes/default_combobox/templates/main.tpl.htm 2 ●●●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/uni-form.css
@@ -10,7 +10,7 @@
    .uniForm .ctrlHolder{ padding: 3px; border-bottom: 1px dotted #dfdfdf; }
    
    .uniForm .buttonHolder{ 
        text-align: right;
        text-align: left;
        background: #CEDEEF url("../../images/buttonHolder_bg.gif") no-repeat right;
        margin: 3em 0 1em;
        padding: 8px;
interface/web/themes/default_combobox/templates/main.tpl.htm
@@ -91,6 +91,7 @@
                    .insertAfter( select )
                    .width( oldWidth )
                    .val( value )
                    .css("float","left")
                    .autocomplete({
                        delay: 0,
                        minLength: 0,
@@ -150,6 +151,7 @@
                    .attr( "tabIndex", -1 )
                    .attr( "title", "Show All Items" )
                    .height($(input).outerHeight())
                    .css("float","left")
                    .insertAfter( input )
                    .button({
                        icons: {