From 3614295e1e61f8924101bfbeb84fa8229ff2bb47 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Sat, 7 Sep 2013 17:11:56 +0300 Subject: [PATCH] Reset toolbar padding. Closes #23 --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index e97f5535..cb292922 100755 --- a/css/style.css +++ b/css/style.css @@ -69,6 +69,7 @@ #odf-toolbar{ position: absolute; width: 100%; + padding:0; z-index: 500; }