[11.0][FIX][web_group_expand] Fix issue #987 & Improvements (#993)

* Fixes issue #987
* Follow new readme structure
* Use Less
* Hide expand/collapse buttons if select a view type that isn't a 'list'
This commit is contained in:
QS5ELkMu
2018-07-17 21:24:50 +02:00
committed by Pedro M. Baeza
parent f0504cc235
commit 9decd5988d
6 changed files with 39 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
.o_favorites_menu {
+.toggle_buttons {
float: left;
padding-left: 5px;
button {
display: inline;
}
}
}