forked from Techsystech/web
Fix styles (MIG 9.0)
parent
0ba6806149
commit
9683b3f117
|
@ -1,28 +1,32 @@
|
||||||
.openerp .oe_kanban_view .oe_dashboard_tile {
|
/* custom kanban style */
|
||||||
|
.o_kanban_view .oe_dashboard_tile {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
border: 0;
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Disable default kanban style */
|
.o_kanban_view.o_kanban_ungrouped .o_kanban_record.oe_dashboard_tile {
|
||||||
.openerp .oe_kanban_view .oe_dashboard_tile .oe_kanban_content div:first-child {
|
/* override max-width rules */
|
||||||
margin-right: inherit!important;
|
margin: 4px !important;
|
||||||
|
/* flex width */
|
||||||
|
-ms-flex: 1 1 150px;
|
||||||
|
-moz-flex: 1 1 150px;
|
||||||
|
-webkit-flex: 1 1 150px;
|
||||||
|
flex: 1 1 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openerp .oe_kanban_view .oe_dashboard_tile .tile_label,
|
.o_kanban_view .oe_dashboard_tile .tile_label,
|
||||||
.openerp .oe_kanban_view .oe_dashboard_tile .tile_primary_value,
|
.o_kanban_view .oe_dashboard_tile .tile_primary_value,
|
||||||
.openerp .oe_kanban_view .oe_dashboard_tile .tile_secondary_value {
|
.o_kanban_view .oe_dashboard_tile .tile_secondary_value {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openerp .oe_kanban_view .oe_dashboard_tile .tile_label {
|
.o_kanban_view .oe_dashboard_tile .tile_label {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openerp .oe_kanban_view .oe_dashboard_tile .tile_primary_value{
|
.o_kanban_view .oe_dashboard_tile .tile_primary_value{
|
||||||
font-size: 54px;
|
font-size: 54px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 5px;
|
left: 5px;
|
||||||
|
@ -30,7 +34,7 @@
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openerp .oe_kanban_view .oe_dashboard_tile .tile_secondary_value{
|
.o_kanban_view .oe_dashboard_tile .tile_secondary_value{
|
||||||
display: none;
|
display: none;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -40,20 +44,20 @@
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openerp .oe_kanban_view .oe_dashboard_tile .with_secondary .tile_primary_value{
|
.o_kanban_view .oe_dashboard_tile .with_secondary .tile_primary_value{
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
bottom: 30px;
|
bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openerp .oe_kanban_view .oe_dashboard_tile .with_secondary .tile_secondary_value{
|
.o_kanban_view .oe_dashboard_tile .with_secondary .tile_secondary_value{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SearchView Drawer */
|
/* SearchView Drawer */
|
||||||
.openerp .oe_searchview_drawer .oe_searchview_dashboard .oe_dashboard_tile_form {
|
.oe_searchview_drawer .oe_searchview_dashboard .oe_dashboard_tile_form {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openerp .oe_searchview_drawer .oe_opened .oe_dashboard_tile_form {
|
.oe_searchview_drawer .oe_opened .oe_dashboard_tile_form {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue