summaryrefslogtreecommitdiff
path: root/theme/base/css/facebookapp.css
blob: af188ad7a1106c185945809ed14751697ea4a291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@import url("display.css");
@import url("../../identica/css/display.css");

span.facebook-button { border: 2px solid #777; padding: 5px; display: block; float: left; margin-right: 20px; -moz-border-radius: 4px; border-radius:4px; -webkit-border-radius:4px; font-weight: bold; background-color:#A9BF4F; color:#fff; font-size:1.2em }

span.facebook-button a { color:#fff }

.notice div.entry-content dl,
.notice div.entry-content dt, 
.notice div.entry-content dd {
margin-right:5px;
}

#content_inner p {
margin-bottom:18px;
}

#content_inner ul {
list-style-type:none;
}

.facebook_guide p {
margin-bottom:18px;
font-size:1.3em;
font-weight:bold;
}

.form_settings label {
margin-right:18px;
}