[IMP] CSS of etherpad

bzr revid: fp@tinyerp.com-20121215110758-3ahwmk20uh5kt6g7
This commit is contained in:
Fabien Pinckaers 2012-12-15 12:07:58 +01:00
parent b8008dc7e4
commit bdc7dcd539
2 changed files with 2 additions and 5 deletions

View File

@ -112,7 +112,7 @@
<field name="name">note.note.form</field>
<field name="model">note.note</field>
<field name="arch" type="xml">
<form string="Note" version="7.0">
<form string="Note" version="7.0" class="oe_form_nomargin">
<header>
<field name="tag_ids" widget="many2many_tags" class="oe_inline" placeholder="Tags"/>
<field name="stage_id" domain="[('user_id','=',uid)]" widget="statusbar" clickable="1"/>

View File

@ -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);