2008-11-03 15:22:23 -08:00
|
|
|
%if 0
|
2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2008-11-03 15:22:23 -08:00
|
|
|
%endif
|
|
|
|
|
2009-01-01 22:37:04 -08:00
|
|
|
body.private > #errorPageContainer {
|
2008-11-03 15:22:23 -08:00
|
|
|
background-image: url("chrome://browser/skin/Privacy-48.png");
|
|
|
|
}
|
|
|
|
|
2009-01-01 22:37:04 -08:00
|
|
|
body.normal > #errorPageContainer {
|
|
|
|
background-image: url("chrome://global/skin/icons/question-48.png");
|
|
|
|
}
|
|
|
|
|
2008-11-03 15:22:23 -08:00
|
|
|
#clearRecentHistoryDesc {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
2009-01-01 22:37:04 -08:00
|
|
|
|
|
|
|
#clearRecentHistoryDesc > p {
|
|
|
|
font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
|
|
|
|
}
|
|
|
|
|
|
|
|
#startPrivateBrowsingDesc > button {
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footerDesc > p {
|
|
|
|
font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
|
|
|
|
}
|
2009-03-21 01:38:06 -07:00
|
|
|
|
2009-03-28 00:50:36 -07:00
|
|
|
#moreInfo {
|
2009-03-21 01:38:06 -07:00
|
|
|
font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
|
|
|
|
-moz-padding-start: 25px;
|
|
|
|
background: url("chrome://global/skin/icons/information-16.png") no-repeat top left;
|
|
|
|
}
|
|
|
|
|
2012-09-30 07:17:42 -07:00
|
|
|
#moreInfo:-moz-dir(rtl) {
|
2009-03-21 01:38:06 -07:00
|
|
|
background-position: top right;
|
|
|
|
}
|
2009-03-28 00:50:36 -07:00
|
|
|
|
|
|
|
#moreInfoText {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#moreInfoLinkContainer {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|