[FIX] css: move ie9 targetted rules to ie.css

Moving existing rules targetting IE9 or less to addons/web/static/src/css/ie.css
This commit is contained in:
Nicolas Lempereur 2015-04-10 13:44:11 +02:00
parent 8a285e6a62
commit 00099db4f3
5 changed files with 19 additions and 12 deletions

View File

@ -903,7 +903,6 @@
}
.openerp .oe_leftbar > div > div > div > div.oe_secondary_menus_container {
position: absolute;
position: static\9;
top: 0;
bottom: 0;
left: 0;
@ -1064,7 +1063,6 @@
}
.openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div > .oe_view_manager_body {
position: absolute;
position: static\9;
top: 0;
bottom: 0;
left: 0;
@ -2794,6 +2792,7 @@
opacity: 0.5;
}
.openerp .oe_list_content > tbody > tr > td.oe_list_field_boolean input:-moz-read-only {
filter: alpha(opacity=100);
opacity: 1;
}
.openerp .oe_list_content > tbody > tr:nth-child(odd) {

View File

@ -785,7 +785,6 @@ $sheet-padding: 16px
height: 100%
> div.oe_secondary_menus_container
position: absolute
position: static\9
top: 0
bottom: 0
left: 0
@ -918,7 +917,6 @@ $sheet-padding: 16px
height: 100%
> .oe_view_manager_body
position: absolute
position: static\9
top: 0
bottom: 0
left: 0

View File

@ -2,13 +2,31 @@
.openerp .oe_form label + .oe_form_field.oe_form_field_one2many {
display: block;
}
.openerp .oe_leftbar > div > div > div > div.oe_secondary_menus_container {
position: static;
}
.openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div > .oe_view_manager_body {
position: static;
}
/** web_calendar */
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
display: none; /* for IE6/7/8. nested opacity filters while dragging don't work */
}
/** web_graph */
.openerp svg:not(:root) { /* width and height are not take in consideration */
overflow: visible;
}
.graph_main_content.graph_chart_mode > div > svg {
min-height: 521px;
}
/** web_kanban */
:root .openerp .oe_kanban_view .oe_kanban_group_title_vertical {
writing-mode: lr-tb;
}
.openerp .oe_kanban_column_cards {
min-height: 80px;
}

View File

@ -563,11 +563,6 @@ table.fc-border-separate {
filter: alpha(opacity=25);
}
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
}
/* resizable */
.fc-event-vert .ui-resizable-s {

View File

@ -204,9 +204,6 @@
opacity: 0.75;
top: 26px;
}
:root .openerp .oe_kanban_view .oe_kanban_group_title_vertical {
writing-mode: lr-tb\9;
}
.openerp .oe_kanban_view .oe_kanban_add, .openerp .oe_kanban_view .oe_kanban_header .oe_dropdown_toggle {
margin-left: 4px;
cursor: pointer;