fix: search results were covered by buybuttons

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

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

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

Loading…
Cancel
Save