[IMP] padding for print icons in sidebar
authorAntoine Huvelle <ahu@openerp.com>
Wed, 14 Dec 2011 13:10:50 +0000 (14:10 +0100)
committerAntoine Huvelle <ahu@openerp.com>
Wed, 14 Dec 2011 13:10:50 +0000 (14:10 +0100)
bzr revid: ahu@openerp.com-20111214131050-k7ggqxy89rhgbc0w

addons/web/static/src/css/base.css

index f4710bb..57eb6db 100644 (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,