https://bugzilla.wikimedia.org/show_bug.cgi?id=22223

           Summary: Dodgy background image repeats behind bug titles
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: Bugzilla
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Pick any bug with a long title (that spills onto two lines) and the background
image for the title div repeats nastily.  Even for bugs with short titles, if
you increase the font size it still breaks.  Changing the declaration for 

.bz_alias_short_desc_container {
    ...
    background-image: url(images/block-base.png);
    ...
}

to:

    background:transparent url(images/block-base.png) repeat-x scroll center
bottom;

Fixes it for me.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to