[IMP] padding for print icons in sidebar

bzr revid: ahu@openerp.com-20111214131050-k7ggqxy89rhgbc0w
This commit is contained in:
Antoine Huvelle 2011-12-14 14:10:50 +01:00
parent d578465ba4
commit 503c7d1feb
1 changed files with 8 additions and 3 deletions

View File

@ -1539,6 +1539,10 @@ label.error {
background: 1px 3px url(/web/static/src/img/icons/gtk-print.png) no-repeat;
}
.openerp .oe_sidebar_print ul {
padding-left:8px;
}
.openerp.kitten-mode-activated .main_table {
background: url(http://placekitten.com/g/1500/800) repeat;
}
@ -1781,6 +1785,7 @@ ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-after {
height: 21px;
border: none;
}
.openerp .oe_vm_switch button {
background-position:0px 0px;
}
@ -1794,16 +1799,16 @@ ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-after {
background-position:0px -21px;
}
.openerp .oe_vm_switch button[data-view-type="form"] {
background-position:-22px 0px;
background-position:-22px 0px;
}
.openerp .oe_vm_switch button[data-view-type="form"]:active,
.openerp .oe_vm_switch button[data-view-type="form"]:hover,
.openerp .oe_vm_switch button[data-view-type="form"]:focus,
.openerp .oe_vm_switch button[data-view-type="form"][disabled="disabled"] {
background-position:-22px -21px;
background-position:-22px -21px;
}
.openerp .oe_vm_switch button[data-view-type="graph"] {
background-position:-44px0px;
background-position:-44px 0px;
}
.openerp .oe_vm_switch button[data-view-type="graph"]:active,
.openerp .oe_vm_switch button[data-view-type="graph"]:hover,