gecko-dev/mail/base/content/aboutDialog.css
scott%scott-macgregor.org 5414d72259 Bug #241029 --> polish the about dialog to account for the new branding artwork.
change copy right notice to include artwork trademark
2004-04-20 00:29:50 +00:00

47 lines
683 B
CSS

#aboutDialog {
padding: 0px 0px 10px 0px;
}
#clientBox {
background-color: #FFFFFF;
background-image: url("chrome://messenger/content/about-thunderbird.png");
background-repeat: no-repeat;
padding-top: 216px;
color: #000000;
}
#versionWrapper {
margin: 0px 0px 3px 20px;
}
#versionField {
background-color: #FFFFFF;
-moz-appearance: none;
border: none;
font-weight: bold;
color: #909090;
}
#copyright {
color: #909090;
margin: 0px 0px 3px 20px;
}
#groove {
margin-top: 0px;
}
#creditsIframe {
cursor: default;
-moz-user-select: none;
}
button[dlgtype="extra2"] {
margin-left: 13px;
}
button[dlgtype="accept"] {
margin-right: 13px;
}