diff --git a/core/public/css/browse/browse.selectitem.css b/core/public/css/browse/browse.selectitem.css index 1de848fc3..622c5739b 100644 --- a/core/public/css/browse/browse.selectitem.css +++ b/core/public/css/browse/browse.selectitem.css @@ -15,8 +15,17 @@ table#moveTable{ right: 10px!important; } +div.selectedItemContainer { + margin-bottom: 5px; +} + +div.bottomButtons { + float: right; + margin-top: 10px; +} + input#live_search_item { -background: white url(../../images/icons/search.png) no-repeat scroll 3px 1px; +background: white url(../../images/icons/search.png) no-repeat scroll 2px 1px; border: 1px solid white; -moz-border-radius: 4px; -webkit-border-radius: 4px; @@ -24,21 +33,19 @@ border: 1px solid white; border-radius: 4px; font-size: 12px; opacity: 0.9; -padding: 3px 10px 3px 24px; -width: 400px; +padding: 2px 10px 2px 22px; -webkit-box-shadow: #666 0 0 3px; box-shadow: #666 0 0 3px; -moz-box-shadow: 0px 0px 3px #666; -width:200px; +width:260px; } #searchloadingSelectItem{ - position:absolute; - background: url("../../images/icons/loading-small.gif") bottom center no-repeat; + display: inline-block; + background: url("../../images/icons/loading-small.gif") bottom center no-repeat; color:#FFFFFF; text-decoration:none; width: 16px; height: 16px; - top: 12px; - right: 7px; -} \ No newline at end of file + margin-left: 6px; +} diff --git a/core/public/images/icons/search.png b/core/public/images/icons/search.png index 79001bc9d..cf3d97f75 100644 Binary files a/core/public/images/icons/search.png and b/core/public/images/icons/search.png differ diff --git a/core/views/browse/selectitem.phtml b/core/views/browse/selectitem.phtml index 1f700cb38..04f02aca0 100644 --- a/core/views/browse/selectitem.phtml +++ b/core/views/browse/selectitem.phtml @@ -17,50 +17,53 @@ echo '