first part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / browser / aboutProviderDirectory.css
1 %include aboutSocialError.css
2
3 body {
4   width: 310px;
5   margin: 1em auto;
6 }
7
8 #message-box {
9   margin-top: 2em;
10   background: url('chrome://global/skin/icons/information-24.png') no-repeat left 4px;
11   -moz-padding-start: 30px;
12 }
13
14 #activation-frame {
15   border: none;
16   margin: 0;
17   width: 310px;
18   height: 200px;
19 }
20 #activation > p {
21   width: 100%;
22   text-align: center;
23   margin: 0;
24   line-height: 2em;
25 }
26 .link {
27   text-decoration: none;
28   color: #3333FF;
29   cursor: pointer;
30 }