mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
first release of web_dashboard_tile
This commit is contained in:
75
web_dashboard_tile/static/src/css/tile.css
Normal file
75
web_dashboard_tile/static/src/css/tile.css
Normal file
@@ -0,0 +1,75 @@
|
||||
.openerp .oe_kanban_view .oe_dashbaord_tile{
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_dashbaord_tile .tile_count{
|
||||
font-size: 48px;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
left: 9px;
|
||||
bottom: 9px;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_dashbaord_tile .tile_label{
|
||||
padding: 9px;
|
||||
font-size: 15px;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_dashbaord_tile a{
|
||||
color: #fff;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_dashbaord_tile.oe_tile_color_,
|
||||
.openerp .oe_kanban_view .oe_dashbaord_tile.oe_tile_color_ a,
|
||||
.openerp .oe_kanban_view .oe_dashbaord_tile .oe_dropdown_menu a{
|
||||
color: #000;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_tile_color_1,
|
||||
.openerp .oe_dashbaord_tile a.oe_kanban_color_1{
|
||||
background: #CD2513;
|
||||
color: #fff;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_tile_color_2,
|
||||
.openerp .oe_dashbaord_tile a.oe_kanban_color_2{
|
||||
background: #CDC713;
|
||||
color: #fff;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_tile_color_3,
|
||||
.openerp .oe_dashbaord_tile a.oe_kanban_color_3{
|
||||
background: #57158A;
|
||||
color: #fff;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_tile_color_4,
|
||||
.openerp .oe_dashbaord_tile a.oe_kanban_color_4{
|
||||
background: #0E9B2D;
|
||||
color: #fff;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_tile_color_5,
|
||||
.openerp .oe_dashbaord_tile a.oe_kanban_color_5{
|
||||
background: #7F0C00;
|
||||
color: #fff;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_tile_color_6,
|
||||
.openerp .oe_dashbaord_tile a.oe_kanban_color_6{
|
||||
background: #7F7B00;
|
||||
color: #fff;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_tile_color_7,
|
||||
.openerp .oe_dashbaord_tile a.oe_kanban_color_7{
|
||||
background: #320455;
|
||||
color: #fff;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_tile_color_8,
|
||||
.openerp .oe_dashbaord_tile a.oe_kanban_color_8{
|
||||
background: #CD6E13;
|
||||
color: #fff;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_tile_color_9,
|
||||
.openerp .oe_dashbaord_tile a.oe_kanban_color_9{
|
||||
background: #0E6C7E;
|
||||
color: #fff;
|
||||
}
|
||||
.openerp .oe_kanban_view .oe_tile_color_0,
|
||||
.openerp .oe_dashbaord_tile a.oe_kanban_color_0{
|
||||
background: #006015;
|
||||
color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user