fix: search results were covered by buybuttons

master
Konrad Mohrfeldt 13 years ago
parent 4da11a6364
commit 671fcdd42c

@ -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;

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

Loading…
Cancel
Save