From 65147fbaa927dbe48d42897681d8a51d3c709798 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 27 Jan 2012 17:05:33 +0100 Subject: [PATCH] fix --- wolnelektury/static/css/book_box.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolnelektury/static/css/book_box.css b/wolnelektury/static/css/book_box.css index 49399845c..0ba168c9b 100755 --- a/wolnelektury/static/css/book_box.css +++ b/wolnelektury/static/css/book_box.css @@ -163,7 +163,7 @@ .book-box-download a { position: relative; - z-index: 1; + z-index: 101; } .book-box-formats { @@ -178,7 +178,7 @@ -webkit-box-shadow: 2px 2px 2px #ddd; box-shadow: 2px 2px 2px #ddd; - z-index: 0; + z-index: 100; top: -1.454em; left: -1.727em; } -- 2.20.1