update css properties with px based values

This commit is contained in:
Jörn Friedrich Dreyer 2013-07-31 17:05:24 +02:00
parent 627fd8ba8d
commit cbf17617b0
1 changed files with 4 additions and 4 deletions

View File

@ -4,18 +4,18 @@
#searchresults {
background-color:#fff;
border-bottom-left-radius:1em;
border-bottom-left-radius:11px;
box-shadow:0 0 10px #000;
list-style:none;
max-height:80%;
overflow-x:hidden;
overflow-y: scroll;
padding-bottom:1em;
padding-bottom:6px;
position:fixed;
right:0;
text-overflow:ellipsis;
top:3.5em;
width:26.5em;
top:20px;
width:380px;
z-index:75;
}