[FIX] css: overflow-x: auto should be on modal-body

This commit is contained in:
Cedric Snauwaert 2014-09-24 15:38:14 +02:00
parent 176404dd14
commit aa6af7608a
2 changed files with 5 additions and 2 deletions

View File

@ -3361,6 +3361,9 @@ body.oe_single_form .oe_single_form_container {
height: 18px;
font-size: 20px;
}
.modal .modal-body {
overflow-x: auto;
}
.modal .modal-footer {
text-align: left;
}
@ -3369,7 +3372,6 @@ body.oe_single_form .oe_single_form_container {
}
.modal .oe_act_window.modal-body {
padding: 0;
overflow-x: auto;
}
.ui-datepicker {

View File

@ -2751,13 +2751,14 @@ body.oe_single_form
padding: 1px
height: 18px
font-size: 20px
.modal-body
overflow-x: auto
.modal-footer
text-align: left
.oe_button
margin: 0 4px 0 0
.oe_act_window.modal-body
padding: 0
overflow-x: auto
.ui-datepicker
z-index: 1500 !important