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