From 671fcdd42c9387bef45ca567a37c24b73141d364 Mon Sep 17 00:00:00 2001 From: Konrad Mohrfeldt Date: Sun, 16 Oct 2011 21:12:29 +0200 Subject: [PATCH] fix: search results were covered by buybuttons --- k4ever/media/css/style.css | 4 +--- k4ever/media/css/style.less | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/k4ever/media/css/style.css b/k4ever/media/css/style.css index 54979bc..6dd00a2 100644 --- a/k4ever/media/css/style.css +++ b/k4ever/media/css/style.css @@ -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; diff --git a/k4ever/media/css/style.less b/k4ever/media/css/style.less index a9cec8d..e7c07ed 100644 --- a/k4ever/media/css/style.less +++ b/k4ever/media/css/style.less @@ -190,6 +190,7 @@ p { #header { margin-bottom: 20px; position: relative; + z-index: 100; > div { padding: 5px 10px;