projects
/
themes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
try to fix Hello button styling for removing the badge container
[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
}