From 5910f9375f2181da8f847738eb2118073986bc61 Mon Sep 17 00:00:00 2001 From: Gery Debongnie Date: Fri, 18 Apr 2014 11:34:53 +0200 Subject: [PATCH] [IMP] removes 2px to the stat button height, to save on vertical space (addon web) bzr revid: ged@openerp.com-20140418093453-4u0vcqbtj2pdqi69 --- addons/web/static/src/css/base.css | 2 +- addons/web/static/src/css/base.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index b9f681281bb..b0bfcda8b38 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -317,7 +317,7 @@ .openerp .oe_stat_button { font-weight: normal; width: 132px !important; - height: 42px; + height: 40px; color: #666666; margin: 0px -1px -1px 0px; padding: 0; diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index 3934f0f9acb..7b863cb1527 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -333,7 +333,7 @@ $sheet-padding: 16px .oe_stat_button font-weight: normal width: 132px !important - height: 42px + height: 40px color: #666 margin: 0px -1px -1px 0px padding: 0