From a264bf0074698c6ea4e6c86eafa9e74cd3144c04 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Mon, 16 Sep 2013 17:44:38 +0300 Subject: [PATCH] Revert editor. Override in own styles --- css/editor.css | 8 +++----- css/style.css | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/css/editor.css b/css/editor.css index c44feac6..71fea4be 100644 --- a/css/editor.css +++ b/css/editor.css @@ -17,7 +17,7 @@ html, body, #mainContainer { #editor { border: none; - box-shadow: 0px 0px 14px #555; + box-shadow: 0px 0px 14px black; overflow: hidden; padding: 0px !important; z-index: 4; @@ -25,16 +25,14 @@ html, body, #mainContainer { #toolbar { overflow: hidden; - border-bottom: none; - padding: 6px 0; } #container { text-align: center; - background-color: #ddd; + background-color: #FAFAFA; overflow: auto; position: absolute; - top: 38px; + top: 30px; bottom: 0; left: 0; right: 0; diff --git a/css/style.css b/css/style.css index d26a096e..a7763c8a 100755 --- a/css/style.css +++ b/css/style.css @@ -142,6 +142,22 @@ z-index: 999; } +/* override WebODF styling here */ + #members{ padding-top: 3em !important; } + +#editor { + box-shadow: 0px 0px 14px #555 !important; +} + +#toolbar { + border-bottom: none !important; + padding: 6px 0 !important; +} + +#container { + background-color: #ddd !important; + top: 38px !important; +} \ No newline at end of file