Bhumi Thakkar (Open ERP) has proposed merging 
lp:~openerp-dev/openerp-web/7.0-bug-1097738-bth into lp:openerp-web/7.0.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1097738 in OpenERP Web: "[7.0] fields.html required: background not blue"
  https://bugs.launchpad.net/openerp-web/+bug/1097738

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1097738-bth/+merge/143238

Hello,

   Fix: fields.html required: background not blue

To Reproduce:
1.Messaging => Inbox => click on compose a new message button
2. Give required="1' to body field which has type="html"

Observed: body field should have background blue as it is required field.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1097738-bth/+merge/143238
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/7.0-bug-1097738-bth.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2013-01-09 13:18:48 +0000
+++ addons/web/static/src/css/base.css	2013-01-15 07:31:28 +0000
@@ -2423,6 +2423,9 @@
   margin-bottom: 32px;
   text-align: justify;
 }
+.openerp .oe_form .oe_form_field_html.oe_form_required iframe {
+  background-color: #d2d2ff;
+}
 .openerp .oe_form_editable .oe_form .oe_form_field_integer input {
   width: 6em;
 }

=== modified file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass	2013-01-09 13:18:48 +0000
+++ addons/web/static/src/css/base.sass	2013-01-15 07:31:28 +0000
@@ -1919,7 +1919,8 @@
             margin-top: 32px
             margin-bottom: 32px
             text-align: justify
-
+        .oe_form_field_html.oe_form_required iframe
+            background-color: #d2d2ff
     .oe_form_editable
         .oe_form
             .oe_form_field_integer input

=== modified file 'addons/web_kanban/static/src/css/kanban.sass'
--- addons/web_kanban/static/src/css/kanban.sass	2013-01-09 09:44:51 +0000
+++ addons/web_kanban/static/src/css/kanban.sass	2013-01-15 07:31:28 +0000
@@ -119,11 +119,11 @@
             overflow: hidden
             text-overflow: ellipsis
         .oe_kanban_group_length
-          position: absolute
-          top: -1px
-          right: -14px
-          text-align: center
-          float: right
+            position: absolute
+            top: -1px
+            right: -14px
+            text-align: center
+            float: right
     &.oe_kanban_grouped
         .oe_kanban_column, .oe_kanban_group_header
             width: 185px

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to