[IMP] notes

bzr revid: fp@tinyerp.com-20121026162640-0aury3pwyc5bo5nl
This commit is contained in:
Fabien Pinckaers 2012-10-26 18:26:40 +02:00
parent e6159de18f
commit 2aea3eae85
3 changed files with 27 additions and 9 deletions

View File

@ -117,7 +117,7 @@
<field name="tag_ids" widget="many2many_tags" class="oe_inline" placeholder="Tags"/>
<field name="stage_id" domain="[('user_id','=',uid)]" widget="statusbar" clickable="1"/>
</header>
<field name="memo" widget="html"/><!-- editor_width="100%%" editor_height="60%%" -->
<field name="memo" widget="html" class="oe_memo" editor_height="450px" />
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers"/>
<field class="oe_chatter" name="message_ids" widget="mail_thread"/>

View File

@ -3,6 +3,16 @@
text-decoration: line-through;
}
.openerp .oe_form .oe_form_field.oe_memo {
margin: 0 -16px 0 -16px;
padding: 0px;
width: 100%;
min-height: 200px;
}
.openerp .oe_form .oe_form_field.oe_memo .cleditorMain {
border: none;
padding: 0px;
}
.openerp .oe_kanban_view.oe_notes .oe_kanban_card_fancy.oe_kanban_color_0 {
box-shadow: 0px 4px 9px rgba(48, 48, 48, 0.15);
}

View File

@ -1,9 +1,5 @@
@charset "utf-8"
.oe_kanban_column
.note_text_line_through
text-decoration: line-through
@mixin rotate($a)
-webkit-transform: rotate($a)
-o-transform: rotate($a)
@ -15,8 +11,20 @@
-ms-transition: $what $duration cubic-bezier(0.5,0,0.5,1)
transition: $what $duration cubic-bezier(0.5,0,0.5,1)
.oe_kanban_column
.note_text_line_through
text-decoration: line-through
.openerp
.oe_form
.oe_form_field.oe_memo
margin: 0 -16px 0 -16px
padding: 0px
width: 100%
min-height: 200px
.cleditorMain
border: none
padding: 0px
.oe_kanban_view.oe_notes
.oe_kanban_card_fancy.oe_kanban_color_0
box-shadow: 0px 4px 9px rgba(48,48,48,0.15)
@ -39,7 +47,7 @@
.oe_kanban_card_fancy.oe_kanban_color_9
box-shadow: 0px 4px 9px rgba(102,0,116,0.15)
.oe_kanban_record
.oe_kanban_card_fancy
.oe_kanban_card_fancy
text-shadow: none
border-radius: 2px
padding: 12px
@ -48,9 +56,9 @@
padding-bottom: 16px
margin-bottom: 16px
@include rotate(-2deg)
@include transition($what:all, $duration:300ms)
@include transition(all, 300ms)
.oe_kanban_record:nth-of-type(even)
.oe_kanban_card_fancy
.oe_kanban_card_fancy
@include rotate(1deg)
.oe_kanban_record:nth-of-type(3n)
.oe_kanban_card_fancy
@ -87,7 +95,7 @@
position: relative
z-index: 5
border-color: rgba(0,0,0,0.4)
@include transition($what:all, $duration:150ms)
@include transition(all, 150ms)
-webkit-transform: rotate(0) !important
-o-transform: rotate(0) !important
-moz-transform: rotate(0) !important