From 80f5ae518fe0789a957b0190e03faf0cdbe1162f Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Fri, 17 Jan 2014 16:31:51 +0100 Subject: [PATCH] Remove old CSS rules --- web/viewer.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index d33e56832..9c31d6a1e 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1207,22 +1207,6 @@ html[dir='rtl'] .outlineItem > a { cursor: default; } -#findScrollView { - position: absolute; - top: 10px; - bottom: 10px; - left: 10px; - width: 280px; -} - -#sidebarControls { - position:absolute; - width: 180px; - height: 32px; - left: 15px; - bottom: 35px; -} - .canvasWrapper { overflow: hidden; }