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;
|
2007-03-22 10:30:00 -07:00
|
|
|
width: 299px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#modes {
|
2009-01-01 21:36:07 -08:00
|
|
|
min-height: 400px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#clientBox {
|
2010-03-02 12:33:46 -08:00
|
|
|
/* Add a min-width equal to chrome://branding/content/about.png's
|
|
|
|
* width, to maintain the dialog layout on OS X where the dialog is
|
|
|
|
* align="end" to right-align the button.
|
|
|
|
*/
|
|
|
|
min-width: 300px;
|
2007-03-22 10:30:00 -07:00
|
|
|
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;
|
2010-03-19 18:43:13 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#userAgent {
|
2009-03-08 14:13:18 -07:00
|
|
|
direction: ltr;
|
2008-04-04 02:18:00 -07:00
|
|
|
margin-top: 10px;
|
|
|
|
-moz-margin-end: 13px;
|
2007-10-19 20:08:11 -07:00
|
|
|
margin-bottom: 0;
|
|
|
|
-moz-margin-start: 13px;
|
2007-03-22 10:30:00 -07:00
|
|
|
background-color: #FFFFFF;
|
|
|
|
color: #000000;
|
2007-10-19 20:08:11 -07:00
|
|
|
padding-top: 1px;
|
2008-04-04 02:18:00 -07:00
|
|
|
-moz-padding-end: 1px;
|
|
|
|
padding-bottom: 1px;
|
2007-10-19 20:08:11 -07:00
|
|
|
-moz-padding-start: 3px;
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-appearance: none;
|
|
|
|
overflow: hidden;
|
2007-10-19 20:08:11 -07:00
|
|
|
border: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#groove {
|
2007-10-19 20:08:11 -07:00
|
|
|
margin-top: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#creditsIframe {
|
|
|
|
cursor: default;
|
|
|
|
-moz-user-select: none;
|
2007-10-19 20:08:11 -07:00
|
|
|
border: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#version {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #909090;
|
2007-10-19 20:08:11 -07:00
|
|
|
margin-top: 1em;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
-moz-margin-start: 17px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-09-11 08:52:04 -07:00
|
|
|
#distribution {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #909090;
|
|
|
|
display: none;
|
2007-10-19 20:08:11 -07:00
|
|
|
margin-top: 0;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
-moz-margin-start: 17px;
|
2007-09-11 08:52:04 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#distributionId {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #909090;
|
|
|
|
display: none;
|
2007-10-19 20:08:11 -07:00
|
|
|
margin-top: 0;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
-moz-margin-start: 17px;
|
2007-09-11 08:52:04 -07:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#copyright {
|
2007-10-19 20:08:11 -07:00
|
|
|
margin-top: 0;
|
2008-01-19 18:56:41 -08:00
|
|
|
-moz-margin-end: 16px;
|
2007-10-19 20:08:11 -07:00
|
|
|
margin-bottom: 3px;
|
|
|
|
-moz-margin-start: 16px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
button[dlgtype="extra2"] {
|
2007-10-19 20:08:11 -07:00
|
|
|
-moz-margin-start: 13px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
button[dlgtype="accept"] {
|
2007-10-19 20:08:11 -07:00
|
|
|
-moz-margin-end: 13px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2009-01-01 21:36:07 -08:00
|
|
|
|
|
|
|
.text-link,
|
|
|
|
.text-link:focus {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
border: 0px;
|
|
|
|
}
|