2006-03-14 20:44:37 +00:00
|
|
|
#aboutDialog {
|
2007-10-20 03:08:11 +00:00
|
|
|
padding-top: 0;
|
|
|
|
-moz-padding-end: 0;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
-moz-padding-start: 0;
|
2006-03-14 20:44:37 +00:00
|
|
|
width: 299px;
|
|
|
|
}
|
|
|
|
|
2006-08-30 23:30:33 +00:00
|
|
|
#modes {
|
2009-01-02 05:36:07 +00:00
|
|
|
min-height: 400px;
|
2006-08-30 23:30:33 +00:00
|
|
|
}
|
|
|
|
|
2006-03-14 20:44:37 +00:00
|
|
|
#clientBox {
|
2010-03-02 20:33:46 +00: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;
|
2006-03-14 20:44:37 +00: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-20 01:43:13 +00:00
|
|
|
}
|
2006-03-14 20:44:37 +00:00
|
|
|
|
|
|
|
#userAgent {
|
2009-03-08 21:13:18 +00:00
|
|
|
direction: ltr;
|
2008-04-04 09:18:00 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
-moz-margin-end: 13px;
|
2007-10-20 03:08:11 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
-moz-margin-start: 13px;
|
2006-03-14 20:44:37 +00:00
|
|
|
background-color: #FFFFFF;
|
|
|
|
color: #000000;
|
2007-10-20 03:08:11 +00:00
|
|
|
padding-top: 1px;
|
2008-04-04 09:18:00 +00:00
|
|
|
-moz-padding-end: 1px;
|
|
|
|
padding-bottom: 1px;
|
2007-10-20 03:08:11 +00:00
|
|
|
-moz-padding-start: 3px;
|
2006-03-14 20:44:37 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
overflow: hidden;
|
2007-10-20 03:08:11 +00:00
|
|
|
border: 0;
|
2006-03-14 20:44:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#groove {
|
2007-10-20 03:08:11 +00:00
|
|
|
margin-top: 0;
|
2006-03-14 20:44:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#creditsIframe {
|
|
|
|
cursor: default;
|
|
|
|
-moz-user-select: none;
|
2007-10-20 03:08:11 +00:00
|
|
|
border: 0;
|
2006-03-14 20:44:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#version {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #909090;
|
2007-10-20 03:08:11 +00:00
|
|
|
margin-top: 1em;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
-moz-margin-start: 17px;
|
2006-03-14 20:44:37 +00:00
|
|
|
}
|
|
|
|
|
2007-09-11 15:52:04 +00:00
|
|
|
#distribution {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #909090;
|
|
|
|
display: none;
|
2007-10-20 03:08:11 +00:00
|
|
|
margin-top: 0;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
-moz-margin-start: 17px;
|
2007-09-11 15:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#distributionId {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #909090;
|
|
|
|
display: none;
|
2007-10-20 03:08:11 +00:00
|
|
|
margin-top: 0;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
-moz-margin-start: 17px;
|
2007-09-11 15:52:04 +00:00
|
|
|
}
|
|
|
|
|
2006-03-14 20:44:37 +00:00
|
|
|
#copyright {
|
2007-10-20 03:08:11 +00:00
|
|
|
margin-top: 0;
|
2008-01-20 02:56:41 +00:00
|
|
|
-moz-margin-end: 16px;
|
2007-10-20 03:08:11 +00:00
|
|
|
margin-bottom: 3px;
|
|
|
|
-moz-margin-start: 16px;
|
2006-03-14 20:44:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button[dlgtype="extra2"] {
|
2007-10-20 03:08:11 +00:00
|
|
|
-moz-margin-start: 13px;
|
2006-03-14 20:44:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button[dlgtype="accept"] {
|
2007-10-20 03:08:11 +00:00
|
|
|
-moz-margin-end: 13px;
|
2006-03-14 20:44:37 +00:00
|
|
|
}
|
2009-01-02 05:36:07 +00:00
|
|
|
|
|
|
|
.text-link,
|
|
|
|
.text-link:focus {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
border: 0px;
|
|
|
|
}
|