[FIX] Issue #79
This commit is contained in:
parent
9959cf5279
commit
960f252c84
@ -16,6 +16,17 @@ body {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
body {
|
||||
overflow: auto !important;
|
||||
.o_main_content {
|
||||
overflow: visible !important;
|
||||
.o_content {
|
||||
overflow: visible !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.o_web_client {
|
||||
background-color: #ffffff;
|
||||
|
@ -35,6 +35,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
.o_group_col_6, .o_inner_group {
|
||||
width: 50%;
|
||||
}
|
||||
.nav.nav-tabs.hidden-xs {
|
||||
display: block !important;
|
||||
.tab-pane {
|
||||
display: block;
|
||||
min-height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.o_form_view {
|
||||
|
@ -11,6 +11,31 @@
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.o_checkbox {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.o_group_pager {
|
||||
cursor: text;
|
||||
.user-select(none);
|
||||
text-align: right;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
.o_pager_counter {
|
||||
white-space:nowrap;
|
||||
}
|
||||
.o_pager_previous, .o_pager_next {
|
||||
color: @brand-primary;
|
||||
padding: 0 5px;
|
||||
margin: 0 0 4px 4px;
|
||||
&:hover {
|
||||
color: darken(@brand-primary, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//To Remove Sorting Arrow In List View
|
||||
.o-sort-up.o_column_sortable:after{
|
||||
opacity:0;
|
||||
|
@ -4,6 +4,9 @@
|
||||
background-color: @flectra-color-silver;
|
||||
.o_view_manager_content {
|
||||
background-color: @flectra-color-silver;
|
||||
> div > .table-responsive {
|
||||
overflow-x: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
.f_launcher_close {
|
||||
|
Loading…
Reference in New Issue
Block a user