mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 22:32:02 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
|
|
@ -0,0 +1,46 @@
|
|||
.o_dashboard {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.o-dashboard-layout {
|
||||
display: grid;
|
||||
}
|
||||
.o-dashboard-layout-1 {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.o-dashboard-layout-1-1 {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
.o-dashboard-layout-1-1-1 {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
.o-dashboard-layout-2-1 {
|
||||
grid-template-columns: 2fr 1fr;
|
||||
}
|
||||
.o-dashboard-layout-1-2 {
|
||||
grid-template-columns: 1fr 2fr;
|
||||
}
|
||||
|
||||
.o-dashboard-column {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.o-dashboard-action {
|
||||
align-self: start;
|
||||
|
||||
> .o_view_controller {
|
||||
padding: 0 12px 12px 12px;
|
||||
.o_graph_renderer canvas {
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.o_column_quick_create, .o_control_panel {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.o-dashboard-action > h3 > span > i {
|
||||
font-size: 12px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue