[FIX] Date[time] widget width issues on OSX

bzr revid: fme@openerp.com-20130404102306-hrinhnldt5dxqcy7
This commit is contained in:
Fabien Meghazi 2013-04-04 12:23:06 +02:00
parent 8a20760fc8
commit 30cce00296
2 changed files with 7 additions and 7 deletions

View File

@ -1269,7 +1269,7 @@
color: white; color: white;
padding: 2px 4px; padding: 2px 4px;
margin: 1px 6px 0 0; margin: 1px 6px 0 0;
border: 1px solid lightGray; border: 1px solid lightgrey;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
@ -1301,7 +1301,7 @@
transform: scale(1.1); transform: scale(1.1);
} }
.openerp .oe_secondary_submenu .oe_active { .openerp .oe_secondary_submenu .oe_active {
border-top: 1px solid lightGray; border-top: 1px solid lightgrey;
border-bottom: 1px solid #dedede; border-bottom: 1px solid #dedede;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2); -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2);
@ -2284,7 +2284,7 @@
} }
.openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span { .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
font-size: 80%; font-size: 80%;
color: darkGreen; color: darkgreen;
vertical-align: top; vertical-align: top;
position: relative; position: relative;
top: -4px; top: -4px;
@ -2468,10 +2468,10 @@
width: 7em; width: 7em;
} }
.openerp .oe_form_editable .oe_form .oe_form_field_date input { .openerp .oe_form_editable .oe_form .oe_form_field_date input {
width: 7.5em; width: 100px;
} }
.openerp .oe_form_editable .oe_form .oe_form_field_datetime input { .openerp .oe_form_editable .oe_form .oe_form_field_datetime input {
width: 11.5em; width: 150px;
} }
.openerp .oe_hidden_input_file { .openerp .oe_hidden_input_file {
position: relative; position: relative;

View File

@ -1955,9 +1955,9 @@ $sheet-padding: 16px
.oe_form_field_float input .oe_form_field_float input
width: 7em width: 7em
.oe_form_field_date input .oe_form_field_date input
width: 7.5em width: 100px
.oe_form_field_datetime input .oe_form_field_datetime input
width: 11.5em width: 150px
// }}} // }}}
// FormView.fields_binary {{{ // FormView.fields_binary {{{
/* http://www.quirksmode.org/dom/inputfile.html /* http://www.quirksmode.org/dom/inputfile.html