Skip to content

Commit 4ade63d

Browse files
author
xaver
committed
ouline in all browser none, added float to combobox
1 parent bfc22ec commit 4ade63d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

interface/web/themes/default/css/screen/uni-form.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.uniForm .ctrlHolder{ padding: 3px; border-bottom: 1px dotted #dfdfdf; }
1111

1212
.uniForm .buttonHolder{
13-
text-align: right;
13+
text-align: left;
1414
background: #CEDEEF url("../../images/buttonHolder_bg.gif") no-repeat right;
1515
margin: 3em 0 1em;
1616
padding: 8px;

interface/web/themes/default_combobox/templates/main.tpl.htm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
.insertAfter( select )
9292
.width( oldWidth )
9393
.val( value )
94+
.css("float","left")
9495
.autocomplete({
9596
delay: 0,
9697
minLength: 0,
@@ -150,6 +151,7 @@
150151
.attr( "tabIndex", -1 )
151152
.attr( "title", "Show All Items" )
152153
.height($(input).outerHeight())
154+
.css("float","left")
153155
.insertAfter( input )
154156
.button({
155157
icons: {

0 commit comments

Comments
 (0)