From 862e9f80138bf0f25ad33a34365123afac151502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 20 Sep 2012 18:19:50 +0200 Subject: [PATCH] change a little bit the position of the pdf preview --- server/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/style.css b/server/style.css index a2af390..30fe8f1 100644 --- a/server/style.css +++ b/server/style.css @@ -156,8 +156,10 @@ div#debug { #preview { position: absolute; - top: 200px; + z-index: 10; + top: 140px; left: 400px; + border: 1px solid gray; } a.nav.next {