From b5dc5012ba77f3a317a9ffde2e78f59f79a53aff Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 3 Dec 2013 15:41:48 +0100 Subject: [PATCH] let the core CSS handle the toolbar stuff --- css/viewer/odfviewer.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/css/viewer/odfviewer.css b/css/viewer/odfviewer.css index 6eea0b80..ed5f570d 100644 --- a/css/viewer/odfviewer.css +++ b/css/viewer/odfviewer.css @@ -8,13 +8,3 @@ -moz-box-shadow: 0px 4px 10px #000; -webkit-box-shadow: 0px 4px 10px #000; } - -#odf_close{ - top: 0px; - position: absolute; - left: 10px; -} - -#odf-toolbar{ - padding: 0 0 0 1em -}