[FIX] > There is a field to add a subtitle but no way to do that'

Title not visible on white background

bzr revid: aja@tinyerp.com-20140305121925-8k6h4s5jj7kiwd11
This commit is contained in:
ajay javiya (OpenERP) 2014-03-05 17:49:25 +05:30
parent 6f4df8a689
commit 3e7d57c134
3 changed files with 7 additions and 0 deletions

View File

@ -290,6 +290,7 @@ class WebsiteBlog(http.Controller):
request.cr, request.uid, {
'blog_id': blog_id,
'name': _("Blog Post Title"),
'sub_title': _("Subtitle"),
'content': '',
'website_published': False,
}, context=create_context)

View File

@ -27,6 +27,9 @@ p.post-meta {
-o-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: black;
opacity: 0.8;
}
.cover_header {

View File

@ -25,6 +25,9 @@ p.post-meta
-o-background-size: cover
background-size: cover
background-position: center
background-repeat: no-repeat
background-color: #000
opacity : 0.8
.cover_header
color: white