- Fixed the search form, and also fixed the search/selection of objects to link (n:n links) that was broken on IE8.

SVN:trunk[925]
This commit is contained in:
Denis Flaven
2010-10-25 14:12:26 +00:00
parent a5d2d067ff
commit 7651aaed81
4 changed files with 23 additions and 8 deletions

View File

@@ -794,7 +794,7 @@ div#inner_menu {
}
div#logo {
height: 70px;
width: 100%;
nowidth: 100%;
text-align: center;
}
div#logo div {
@@ -810,7 +810,7 @@ div#logo div {
#global-search {
height: 55px;
float: right;
background: url(../images/banner-search.png) no-repeat left;
background: url(../images/banner-search.png) no-repeat;
nopadding-top: 15px;
text-align: right;
overflow-y: hidden;
@@ -830,7 +830,7 @@ div#logo div {
#global-search > form input[type="text"] {
border: 0;
height: 18px;
width: 180px;E8FFD3
width: 180px;
padding-top: 4;
background: transparent;
}