Added 'dropdown' menu for Technical Features only (debug mode)

This commit is contained in:
Iván Todorovich
2018-02-12 21:02:10 -03:00
committed by Sylvain LE GAL
parent 0337d636a1
commit 75110f5bfc
3 changed files with 24 additions and 3 deletions

View File

@@ -58,3 +58,10 @@
/* hidden by default */
display: none;
}
/* Make dropdown menu button not affect text flow */
.o_kanban_view .oe_dashboard_tile .o_dropdown_kanban {
float: none;
position: absolute;
right: 8px;
}