[MOD] Description Css Changes For Index Page

This commit is contained in:
Gaurav Patel 2018-03-22 18:13:40 +05:30
parent a6c8f12991
commit 113dbd1a89
2 changed files with 14 additions and 4 deletions

View File

@ -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)

View File

@ -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 {