sixth part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / aboutSocialError.css
1 @import url("chrome://global/skin/in-content/common.css");
2
3 #errorPageContainer {
4   min-width: 50%;
5 }
6
7
8 #button-box {
9   text-align: center;
10   width: 75%;
11   margin: 0 auto;
12 }
13
14 button {
15   width: auto !important;
16   min-width: 150px;
17 }
18
19 @media all and (max-width: 300px) {
20   body {
21     padding: 0px 10px;
22   }
23
24   #errorPageContainer {
25     min-width: 100%;
26   }
27   #errorTitle {
28     background: none;
29     -moz-padding-start: 0 !important;
30   }
31   button {
32     width: auto !important;
33     min-width: auto !important;
34   }
35 }