make network error reporting look a bit better
[themes.git] / LCARStrek / browser / aboutPrivateBrowsing.css
CommitLineData
9099c61d
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
319c6529
RK
4
5body.private > #errorPageContainer {
6 background-image: url("chrome://browser/skin/Privacy-48.png");
7}
8
9body.normal > #errorPageContainer {
10 background-image: url("chrome://global/skin/icons/alert-question.gif");
11}
12
13#clearRecentHistoryDesc {
14 margin-top: 2em;
15}
16
17#clearRecentHistoryDesc > p {
18 font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
19}
20
21#startPrivateBrowsingDesc > button {
22 -moz-margin-start: 0;
23}
24
25#footerDesc > p {
26 font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
27}
28
29#moreInfo {
30 font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
31 -moz-padding-start: 25px;
32 background: url("chrome://global/skin/icons/information-16.png") no-repeat top left;
33}
34
c29b709d 35#moreInfo:-moz-dir(rtl) {
319c6529
RK
36 background-position: top right;
37}
38
39#moreInfoText {
40 margin-bottom: 0;
41}
42
43#moreInfoLinkContainer {
44 margin-top: 0.5em;
45}