change copy right notice to include artwork trademark git-svn-id: svn://10.0.0.236/trunk@155194 18797224-902f-48f8-a5cc-f745e15eee43
47 lines
683 B
CSS
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;
|
|
}
|
|
|