[ADD] New module <web_group_expand>

This commit is contained in:
Mantavya Gajjar
2015-08-11 12:05:35 +02:00
committed by Jan Verbeek
parent aedb8b17c3
commit 493ca05e90
8 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
.openerp ul#oe_group_by li.oe_group_expand{
border: none;
border-top: 1px solid #ababab;
position:relative;
font-size:13px;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.openerp hr.oe_expand_button_hr{
height:2px;
visibility:hidden;
margin-bottom:-7px;
}
.openerp #oe_group_by_reset {
top:3px;
position:relative;
}