From 113dbd1a89d777ac6e29f38cc3cd0f1149e942cb Mon Sep 17 00:00:00 2001 From: Gaurav Patel Date: Thu, 22 Mar 2018 18:13:40 +0530 Subject: [PATCH] [MOD] Description Css Changes For Index Page --- flectra/addons/base/module/module.py | 2 +- .../addons/base/static/src/css/description.css | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/flectra/addons/base/module/module.py b/flectra/addons/base/module/module.py index 88433411..30704988 100644 --- a/flectra/addons/base/module/module.py +++ b/flectra/addons/base/module/module.py @@ -283,7 +283,7 @@ class Module(models.Model): ('LGPL-3', 'LGPL Version 3'), ('Other OSI approved licence', 'Other OSI Approved Licence'), ('OEEL-1', 'Flectra Enterprise Edition License v1.0'), - ('OPL-1', 'Flectra Proprietary License v1.0'), + ('FPL-1', 'Flectra Proprietary License v1.0'), ('Other proprietary', 'Other Proprietary') ], string='License', default='LGPL-3', readonly=True) menus_by_module = fields.Text(string='Menus', compute='_get_views', store=True) diff --git a/flectra/addons/base/static/src/css/description.css b/flectra/addons/base/static/src/css/description.css index bf525843..0f3c15bb 100644 --- a/flectra/addons/base/static/src/css/description.css +++ b/flectra/addons/base/static/src/css/description.css @@ -498,14 +498,24 @@ } .oe_styling_v8 h2.oe_slogan { font-size: 40px; - font-weight: 300; + font-weight: 500; } -.oe_styling_v8 h3.oe_slogan { +/*.oe_styling_v8 h3.oe_slogan { font-size: 26px; font-weight: 300; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; +}*/ + +/*As Per Flectra Changes*/ +.oe_styling_v8 h3.oe_slogan { + font-size: 32px; + font-weight: 500; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); } +/*As Per Flectra Changes*/ + + .oe_styling_v8 h4.oe_slogan { font-size: 24px; font-weight: 300; @@ -577,7 +587,7 @@ display: block; max-width: 100%; max-height: 400px; - margin: 16px auto; + margin: 0px auto; } .oe_screenshot {