[IMP] graph dropdown menu css

bzr revid: fp@tinyerp.com-20121208173103-oq6s8gokh31f7uyh
This commit is contained in:
Fabien Pinckaers 2012-12-08 18:31:03 +01:00
parent 06b798fc5a
commit 1645327f8d
1 changed files with 9 additions and 7 deletions

View File

@ -42,7 +42,7 @@
position: relative;
display: block;
padding: 2px 4px 2px 20px;
line-height: 14px;
line-height: 12px;
color: #4c4c4c;
text-decoration: none;
}
@ -59,10 +59,12 @@
.openerp .open .graph-dropdown {
display: block;
}
.graph-menu {
padding: 3px;
.openerp .graph-menu {
padding: 0;
margin: 0;
}
.graph-menu .active:before {
.openerp .graph-menu .active:before {
content: "W";
font-family: "entypoRegular" !important;
font-size: 24px;
@ -72,7 +74,7 @@
left: 4px;
top: -2px;
}
.graph-menu li {
padding: 2px;
margin-left: 10px;
.openerp .graph-menu li {
padding: 0;
list-style-type: none;
}