]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/MobileProfile/mp-screen.css
Merge branch '0.9.x' into 0.9.x-mobile
[quix0rs-gnu-social.git] / plugins / MobileProfile / mp-screen.css
1 @import url(../../theme/base/css/display.css);
2 @import url(../../theme/identica/css/display.css);
3
4 #wrap {
5 min-width:0;
6 max-width:100%;
7 }
8
9 #header {
10 margin:2%;
11 }
12
13 address {
14 margin:0 1% 0;
15 }
16 address .vcard .photo {
17 margin-right:0;
18 }
19
20 #site_nav_global_primary {
21 margin-right:0;
22 width:35%;
23 list-style-type:none;
24 }
25 #site_nav_global_primary li {
26 margin-left:3%;
27 }
28
29 /*Remove this from HTML*/
30 #form_notice label[for=notice_data-text] {
31 display:none;
32 }
33
34 #form_notice {
35 width:100%;
36 }
37
38 #site_nav_local_views li {
39 margin-left:1px;
40 margin-right:0;
41 }
42 #site_nav_local_views li:first-child {
43 margin-left:0;
44 }
45 #site_nav_local_views a {
46 padding:0 3%;
47 display:block;
48 }
49 #site_nav_local_views .current a {
50 text-shadow:none;
51 }
52 #site_nav_local_views li {
53 -moz-box-shadow:none;
54 -webkit-box-shadow:none;
55 box-shadow:none;
56 }
57
58
59 #content {
60 width:96.41%;
61 }
62
63