Bug 399825 - don't hang rtl text off the right edge of the About dialog, r=mkmelin
git-svn-id: svn://10.0.0.236/trunk@237945 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
85ebda38e3
commit
f6cca5926c
@ -1,5 +1,8 @@
|
||||
#aboutDialog {
|
||||
padding: 0px 0px 10px 0px;
|
||||
padding-top: 0;
|
||||
-moz-padding-end: 0;
|
||||
padding-bottom: 10px;
|
||||
-moz-padding-start: 0;
|
||||
}
|
||||
|
||||
#modes {
|
||||
@ -15,7 +18,10 @@
|
||||
}
|
||||
|
||||
#versionWrapper {
|
||||
margin: 0px 0px 3px 20px;
|
||||
margin-top: 0;
|
||||
-moz-margin-end: 0;
|
||||
margin-bottom: 3px;
|
||||
-moz-margin-start: 20px;
|
||||
}
|
||||
|
||||
#versionField {
|
||||
@ -28,7 +34,10 @@
|
||||
|
||||
#copyright {
|
||||
color: #909090;
|
||||
margin: 0px 0px 3px 20px;
|
||||
margin-top: 0;
|
||||
-moz-margin-end: 0;
|
||||
margin-bottom: 3px;
|
||||
-moz-margin-start: 20px;
|
||||
}
|
||||
|
||||
#groove {
|
||||
@ -41,10 +50,10 @@
|
||||
}
|
||||
|
||||
button[dlgtype="extra2"] {
|
||||
margin-left: 13px;
|
||||
-moz-margin-start: 13px;
|
||||
}
|
||||
|
||||
button[dlgtype="accept"] {
|
||||
margin-right: 13px;
|
||||
-moz-margin-end: 13px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user