]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/MobileProfile/mp-screen.css
Fixed notice-options
[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% 4% 4% 2%;
11 }
12
13 address {
14 margin:0 2% 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
30 #form_notice {
31 width:100%;
32 }
33
34 #form_notice textarea {
35 width:60%;
36 height:20px;
37 }
38
39 #notice_text-count {
40 position:absolute;
41 bottom:2px;
42 right:40%;
43 z-index:9;
44 }
45
46 #form_notice label[for="notice_data-attach"],
47 #form_notice #notice_data-attach {
48 top:0;
49 right:28%;
50 }
51
52 #form_notice #notice_action-submit {
53 width:20%;
54 right:4%;
55 text-align:center;
56 }
57
58
59 #site_nav_local_views li {
60 margin-left:1px;
61 margin-right:0;
62 }
63 #site_nav_local_views li:first-child {
64 margin-left:0;
65 }
66 #site_nav_local_views a {
67 padding:0 3%;
68 display:block;
69 }
70 #site_nav_local_views .current a {
71 text-shadow:none;
72 }
73 #site_nav_local_views li {
74 -moz-box-shadow:none;
75 -webkit-box-shadow:none;
76 box-shadow:none;
77 }
78
79
80 #content {
81 width:96.41%;
82 }
83
84
85 .notice-options {
86 width:90px;
87 margin-right:2%;
88 }
89