Closed
Bug 549016
Opened 16 years ago
Closed 16 years ago
center text in badges for some locales
Categories
(Websites Graveyard :: opentochoice.org, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fiotakis, Assigned: juan.gomez)
References
()
Details
(Whiteboard: [per-locale])
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); el; rv:1.9.3a2pre) Gecko/20100225 Minefield/3.7a2pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686 (x86_64); el; rv:1.9.3a2pre) Gecko/20100225 Minefield/3.7a2pre
The strings displayed in the badges look much better if the text align is center - specially for locales that the text takes two rows.
Reproducible: Always
| Reporter | ||
Comment 1•16 years ago
|
||
That would be bg and el as far as i can see.
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•16 years ago
|
||
Could someone confirm if this will be done? if so, please add all the locales to which it has to be implemented.
Updated•16 years ago
|
Comment 3•16 years ago
|
||
We can use the per-locale CSS rules for this, just like we did for 0.75.
Something lke this should work:
div#content-wrapper.locale-X .badge a .content {
padding:0 20px;
text-align:center;
}
where X is "el" and "bg_BG".
Priority: -- → P2
Updated•16 years ago
|
Whiteboard: [per-locale]
Updated•16 years ago
|
Assignee: nobody → juan.gomez
| Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•