fix: search results were covered by buybuttons

This commit is contained in:
Konrad Mohrfeldt 2011-10-16 21:12:29 +02:00
parent 4da11a6364
commit 671fcdd42c
2 changed files with 2 additions and 3 deletions

View File

@ -176,6 +176,7 @@ p {
#header {
margin-bottom: 20px;
position: relative;
z-index: 100;
}
#header > div {
padding: 5px 10px;
@ -636,9 +637,6 @@ table.itemListContainer > tbody > tr:first-child ~ tr > td {
color: inherit;
border-bottom: 0;
}
.error + .notice {
bottom: 40px;
}
.notice {
background-color: #FFF6BF;
border-color: #FFD324;

View File

@ -190,6 +190,7 @@ p {
#header {
margin-bottom: 20px;
position: relative;
z-index: 100;
> div {
padding: 5px 10px;