Search fixes

This commit is contained in:
magnolia-fan
2011-06-18 19:58:51 +04:00
parent aa5d5a51c6
commit 10aef4e15a
7 changed files with 64 additions and 46 deletions
+5 -4
View File
@@ -42,10 +42,8 @@
.suggestions {
display: none;
position: absolute;
left: 50%;
margin: 30px 0 0 -380px;
width: 400px;
margin: 30px 0 0 250px;
width: 500px;
text-align: left;
font-size: 24px;
}
@@ -61,4 +59,7 @@
color: #04F;
border-bottom: #04F 1px dotted;
cursor: pointer;
}
.suggestions li span {
font-size: 14px;
}