trac.css icon alignment
Bug #941111 reported by
Johannes Ernst
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
trac (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
It says in 0.11.7-1:
trac.css:
@media screen {
a.ext-link .icon {
background: url(../extlink.gif) center center no-repeat;
padding-left: 12px;
I think this should read:
@media screen {
a.ext-link .icon {
background: url(../extlink.gif) left center no-repeat;
padding-left: 12px;
otherwise the icon sits underneath the text, instead of to the left where room was created with the padding-left.
To post a comment you must log in.
Upstream 0.11.7 has "center center", which was introduced in http:// trac.edgewall. org/changeset/ 7920
The change isn't in trunk, however.
What browser are you using? If you can provide that, and a screenshot, I'd suggest reporting upstream.