]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/facebookapp.css
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into 0.7.x
[quix0rs-gnu-social.git] / theme / base / css / facebookapp.css
1 @import url("display.css");
2 @import url("../../identica/css/display.css");
3
4 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 }
5
6 span.facebook-button a { color:#fff }
7
8 .notice div.entry-content dl,
9 .notice div.entry-content dt, 
10 .notice div.entry-content dd {
11 margin-right:5px;
12 }
13
14 #content_inner p {
15 margin-bottom:18px;
16 }
17
18 #content_inner ul {
19 list-style-type:none;
20 }
21
22 .facebook_guide p {
23 margin-bottom:18px;
24 font-size:1.3em;
25 font-weight:bold;
26 }
27
28 .form_settings label {
29 margin-right:18px;
30 }