mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] New module <web_group_expand>
This commit is contained in:
committed by
Jan Verbeek
parent
aedb8b17c3
commit
493ca05e90
18
web_group_expand/static/src/css/expand_buttons.css
Normal file
18
web_group_expand/static/src/css/expand_buttons.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user