2007-03-22 10:30:00 -07:00
|
|
|
#aboutDialog {
|
2007-10-19 20:08:11 -07:00
|
|
|
padding-top: 0;
|
|
|
|
-moz-padding-end: 0;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
-moz-padding-start: 0;
|
2010-09-14 16:17:59 -07:00
|
|
|
width: 600px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#clientBox {
|
2010-09-14 16:17:59 -07:00
|
|
|
background-color: #F7F7F7;
|
|
|
|
color: #222222;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-09-14 16:17:59 -07:00
|
|
|
#leftBox {
|
|
|
|
background-image: url("chrome://branding/content/about-logo.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
/* min-width and min-height create room for the logo */
|
|
|
|
min-width: 210px;
|
|
|
|
min-height: 210px;
|
|
|
|
margin-top:20px;
|
|
|
|
-moz-margin-start: 30px;
|
2010-03-19 18:43:13 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-09-14 16:17:59 -07:00
|
|
|
#rightBox {
|
|
|
|
background-image: url("chrome://branding/content/about-wordmark.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
/* padding-top creates room for the wordmark */
|
|
|
|
padding-top: 38px;
|
|
|
|
margin-top:20px;
|
|
|
|
-moz-margin-end: 30px;
|
|
|
|
-moz-margin-start: 30px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-09-14 16:17:59 -07:00
|
|
|
#rightBox:-moz-locale-dir(rtl) {
|
|
|
|
background-position: 100% 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-09-14 16:17:59 -07:00
|
|
|
#bottomBox {
|
|
|
|
padding: 15px 10px 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#version {
|
2010-09-14 16:17:59 -07:00
|
|
|
margin-top: 5px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-09-14 16:17:59 -07:00
|
|
|
#released {
|
|
|
|
color: #666666;
|
2007-09-11 08:52:04 -07:00
|
|
|
}
|
|
|
|
|
2010-09-14 16:17:59 -07:00
|
|
|
#distribution,
|
2007-09-11 08:52:04 -07:00
|
|
|
#distributionId {
|
|
|
|
font-weight: bold;
|
|
|
|
display: none;
|
2007-10-19 20:08:11 -07:00
|
|
|
margin-top: 0;
|
2010-09-14 16:17:59 -07:00
|
|
|
margin-bottom: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-09-14 16:17:59 -07:00
|
|
|
#checkForUpdatesButton,
|
|
|
|
.text-blurb {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
-moz-padding-start: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2009-01-01 21:36:07 -08:00
|
|
|
|
2010-09-14 16:17:59 -07:00
|
|
|
.version-label,
|
|
|
|
.trademark-label,
|
2009-01-01 21:36:07 -08:00
|
|
|
.text-link,
|
|
|
|
.text-link:focus {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2010-09-14 16:17:59 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-link,
|
|
|
|
.bottom-link:focus {
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#trademark {
|
|
|
|
font-size: xx-small;
|
|
|
|
text-align: center;
|
|
|
|
color: #999999;
|
|
|
|
margin-top: 10px;
|
2009-01-01 21:36:07 -08:00
|
|
|
}
|