Bug 604540 - [RTL] The update button overlaps the LTR Fennec title/logo in about: fennec [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2010-10-18 23:13:54 +02:00
parent 3b8174dff2
commit e6584c2413

View File

@ -51,6 +51,10 @@
margin-top: -32px;
}
body[dir="rtl"] #update {
float: left;
}
#update-message-checking,
#update-message-none,
#update-message-found {
@ -85,6 +89,10 @@
background: url("images/arrowright-16.png") right center no-repeat;
}
body[dir="rtl"] #aboutLinks > li > a {
background: url("images/arrowleft-16.png") left center no-repeat;
}
#aboutDetails {
margin-top: 15px;
font-size: 18px;