[MOD] Description Css Changes For Index Page
This commit is contained in:
parent
a6c8f12991
commit
113dbd1a89
@ -283,7 +283,7 @@ class Module(models.Model):
|
|||||||
('LGPL-3', 'LGPL Version 3'),
|
('LGPL-3', 'LGPL Version 3'),
|
||||||
('Other OSI approved licence', 'Other OSI Approved Licence'),
|
('Other OSI approved licence', 'Other OSI Approved Licence'),
|
||||||
('OEEL-1', 'Flectra Enterprise Edition License v1.0'),
|
('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')
|
('Other proprietary', 'Other Proprietary')
|
||||||
], string='License', default='LGPL-3', readonly=True)
|
], string='License', default='LGPL-3', readonly=True)
|
||||||
menus_by_module = fields.Text(string='Menus', compute='_get_views', store=True)
|
menus_by_module = fields.Text(string='Menus', compute='_get_views', store=True)
|
||||||
|
@ -498,14 +498,24 @@
|
|||||||
}
|
}
|
||||||
.oe_styling_v8 h2.oe_slogan {
|
.oe_styling_v8 h2.oe_slogan {
|
||||||
font-size: 40px;
|
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-size: 26px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
|
||||||
opacity: 0.5;
|
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 {
|
.oe_styling_v8 h4.oe_slogan {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
@ -577,7 +587,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
margin: 16px auto;
|
margin: 0px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oe_screenshot {
|
.oe_screenshot {
|
||||||
|
Loading…
Reference in New Issue
Block a user