You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2018/07/17 20:30:00 UTC

[jira] [Comment Edited] (OFBIZ-10466) UI issue on blog screens on storefront

    [ https://issues.apache.org/jira/browse/OFBIZ-10466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16546509#comment-16546509 ] 

Jacques Le Roux edited comment on OFBIZ-10466 at 7/17/18 8:29 PM:
------------------------------------------------------------------

Fixed in
trunk r1836107 
Backported to R17.12 r1836108

Thanks Pritam Kute for your contribution :)

When comparing with [stable|[https://demo-stable.ofbiz.apache.org/ecommerce/control/MainBlog?blogContentId=BLOGROOTBIGAL]] branch I think it was introduced with the new bootstrap theme work under OFBIZ-9760. Though as previously background colour and font colour were the same so title was already invisible. I will create a separate ticket for it.


was (Author: aditya.sharma):
Fixed in
trunk r1836107 
Backported to R17.12 r1836108

Thanks Pritam Kute for your contribution :)

When comparing with [stable|[https://demo-stable.ofbiz.apache.org/ecommerce/control/MainBlog?blogContentId=BLOGROOTBIGAL]] branch I think it was introduced with the new bootstrap theme work under [OFBIZ-9760|http://jira/browse/OFBIZ-9760]. Though as previously background colour and font colour were the same so title was already invisible. I will create a separate ticket for it.

> UI issue on blog screens on storefront
> --------------------------------------
>
>                 Key: OFBIZ-10466
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10466
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: Trunk
>            Reporter: Pritam Kute
>            Assignee: Aditya Sharma
>            Priority: Minor
>             Fix For: 17.12.01, Upcoming Branch
>
>         Attachments: OFBIZ-10466.patch
>
>
>  
> This issue is because of the CSS rule written for <hr> in [this commit|https://ofbiz.markmail.org/message/sgyeuxqvjviijb2k?q=implemented+blog+rss+feed+list:org%2Eapache%2Eofbiz%2Ecommits&page=1].
> {code:java}
> .bloghr {
> border: 0.1em solid #999999;
> color: white;
> background: #1C334D;
> padding: 4px;
> height: 13px;
> }
> {code}
> Increasing height property in the above rule will fix the UI of the blog header on all blog related screens.
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)