From f643660f169a26d8c2e71d7496c981bc2c171421 Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Thu, 31 Jul 2014 16:06:05 +0200 Subject: [PATCH] [FIX] web: css tweaks --- addons/web/static/src/css/base.css | 24 +++++++++++++----------- addons/web/static/src/css/base.sass | 3 +-- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index b76bee2..00a1959 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -8,6 +8,7 @@ font-weight: normal; font-style: normal; } + @font-face { font-family: "EntypoRegular"; src: url("/web/static/src/font/entypo-webfont.eot") format("eot"); @@ -18,6 +19,7 @@ font-weight: normal; font-style: normal; } + #oe_main_menu_navbar { min-height: 34px; z-index: 1001; @@ -134,7 +136,6 @@ vertical-align: top; } .openerp .oe_title { - width: 38%; float: left; } .openerp .oe_title:after { @@ -369,6 +370,16 @@ .openerp .oe_form_dirty button.oe_highlight_on_dirty:hover { background: #ed6f6a; } +.openerp .oe_warning_redirect { + border: none !important; + padding: 0 !important; + margin-left: 20px !important; + background: #f5f7f9 !important; + box-shadow: none !important; +} +.openerp .oe_warning_redirect:hover { + text-decoration: underline !important; +} .openerp .oe_stat_button { font-weight: normal; width: 132px !important; @@ -407,16 +418,6 @@ display: inline; vertical-align: middle; } -.openerp .oe_warning_redirect { - border: none !important; - padding: 0 !important; - margin-left: 20px !important; - background: #f5f7f9 !important; - box-shadow: none !important; -} -.openerp .oe_warning_redirect:hover { - text-decoration: underline !important; -} .openerp .oe_stat_button:hover { background: #7c7bad; color: white; @@ -3001,6 +3002,7 @@ top: 0px; } } + .kitten-mode-activated { background-size: cover; background-attachment: fixed; diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index f1f9481..29eec8f 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -239,8 +239,7 @@ $sheet-padding: 16px td vertical-align: top .oe_title - width: 38% - float: left + float: left .oe_title:after content: "." display: block -- 1.7.10.4