2004-03-16 06:51:17 +03:00
|
|
|
#aboutDialog {
|
|
|
|
padding: 0px 0px 10px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clientBox {
|
|
|
|
background-color: #FFFFFF;
|
2005-03-10 07:38:35 +03:00
|
|
|
background-image: url("chrome://branding/content/about-thunderbird.png");
|
2004-03-16 06:51:17 +03:00
|
|
|
background-repeat: no-repeat;
|
2004-04-20 04:29:50 +04:00
|
|
|
padding-top: 216px;
|
2004-03-16 06:51:17 +03:00
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2004-04-20 04:29:50 +04:00
|
|
|
#versionWrapper {
|
|
|
|
margin: 0px 0px 3px 20px;
|
2004-03-16 06:51:17 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#versionField {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
|
|
|
font-weight: bold;
|
2004-04-20 04:29:50 +04:00
|
|
|
color: #909090;
|
2004-03-16 06:51:17 +03:00
|
|
|
}
|
|
|
|
|
2004-04-20 04:29:50 +04:00
|
|
|
#copyright {
|
2004-03-16 06:51:17 +03:00
|
|
|
color: #909090;
|
2004-04-20 04:29:50 +04:00
|
|
|
margin: 0px 0px 3px 20px;
|
2004-03-16 06:51:17 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#groove {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#creditsIframe {
|
|
|
|
cursor: default;
|
|
|
|
-moz-user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[dlgtype="extra2"] {
|
|
|
|
margin-left: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[dlgtype="accept"] {
|
|
|
|
margin-right: 13px;
|
|
|
|
}
|
|
|
|
|