Mozilla/mozilla/browser/base/content/aboutDialog.css
philringnalda%gmail.com 85ebda38e3 Bug 399829 - don't hang rtl text off the right edge of the About dialog, r=mano, a1.9=mconnor
git-svn-id: svn://10.0.0.236/trunk@237944 18797224-902f-48f8-a5cc-f745e15eee43
2007-10-20 03:08:11 +00:00

94 lines
1.5 KiB
CSS

#aboutDialog {
padding-top: 0;
-moz-padding-end: 0;
padding-bottom: 10px;
-moz-padding-start: 0;
width: 299px;
}
#modes {
min-height: 380px;
}
#clientBox {
background-image: url("chrome://branding/content/about.png");
background-repeat: no-repeat;
background-color: #FFFFFF;
padding-top: 203px;
color: #000000;
}
#brandName {
font-weight: bold; font-size: larger;
}
#userAgent {
margin-top: 11px;
-moz-margin-end: 20px;
margin-bottom: 0;
-moz-margin-start: 13px;
background-color: #FFFFFF;
color: #000000;
padding-top: 1px;
-moz-padding-end: 0;
padding-bottom: 0;
-moz-padding-start: 3px;
-moz-appearance: none;
overflow: hidden;
border: 0;
}
#groove {
margin-top: 0;
}
#creditsIframe {
cursor: default;
-moz-user-select: none;
border: 0;
}
#version {
font-weight: bold;
color: #909090;
margin-top: 1em;
-moz-margin-end: 0;
margin-bottom: 10px;
-moz-margin-start: 17px;
}
#distribution {
font-weight: bold;
color: #909090;
display: none;
margin-top: 0;
-moz-margin-end: 0;
margin-bottom: 0;
-moz-margin-start: 17px;
}
#distributionId {
font-weight: bold;
color: #909090;
display: none;
margin-top: 0;
-moz-margin-end: 0;
margin-bottom: 10px;
-moz-margin-start: 17px;
}
#copyright {
margin-top: 0;
-moz-margin-end: 0;
margin-bottom: 3px;
-moz-margin-start: 16px;
}
button[dlgtype="extra2"] {
-moz-margin-start: 13px;
}
button[dlgtype="accept"] {
-moz-margin-end: 13px;
}