From bdc7dcd5390d5c19d94caa0364fe6c638b23d1b7 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Sat, 15 Dec 2012 12:07:58 +0100 Subject: [PATCH] [IMP] CSS of etherpad bzr revid: fp@tinyerp.com-20121215110758-3ahwmk20uh5kt6g7 --- addons/note/note_view.xml | 2 +- addons/pad/static/src/css/etherpad.css | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/addons/note/note_view.xml b/addons/note/note_view.xml index d11ea6f351d..49a154d10cc 100644 --- a/addons/note/note_view.xml +++ b/addons/note/note_view.xml @@ -112,7 +112,7 @@ note.note.form note.note -
+
diff --git a/addons/pad/static/src/css/etherpad.css b/addons/pad/static/src/css/etherpad.css index 6d27b527383..d2e60414b99 100644 --- a/addons/pad/static/src/css/etherpad.css +++ b/addons/pad/static/src/css/etherpad.css @@ -1,6 +1,3 @@ -.oe_pad { - margin-top: 16px; -} .oe_pad_switch_positioner { position: relative; @@ -48,7 +45,7 @@ .oe_pad.oe_configured .oe_pad_content.oe_editing{ border: solid 1px #c4c4c4; - height:300px; + height:500px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1); -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1); -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.1);