]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/MobileProfile/mp-screen.css
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline 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:0;
11 padding:2%;
12 width:96%;
13 }
14
15 address {
16 margin:4% 0 0 0;
17 }
18 address .vcard .photo {
19 margin-right:0;
20 }
21
22 address img + .fn {
23 display:block;
24 margin-top:8%;
25 width:100%;
26 }
27
28 .vcard .photo {
29 margin-right:7px;
30 }
31
32
33 #site_nav_global_primary {
34 margin:0;
35 width:100%;
36 list-style-type:none;
37 position:absolute;
38 top:0;
39 left:0;
40 }
41 #site_nav_global_primary li {
42 margin-left:0;
43 margin-right:2%;
44 float:left;
45 font-size:0.9em;
46 }
47
48
49 #form_notice {
50 width:100%;
51 }
52
53 #form_notice textarea {
54 width:60%;
55 height:20px;
56 }
57
58 #notice_text-count {
59 position:absolute;
60 bottom:2px;
61 right:40%;
62 z-index:9;
63 }
64
65 /*input type=file no good in
66 iPhone/iPod Touch, Android, Opera Mini Simulator
67 */
68 #form_notice #notice_text-count + label,
69 #form_notice label[for="notice_data-attach"],
70 #form_notice #notice_data-attach {
71 top:0;
72 /*right:28%; Looks good but no good in iDevice, Android*/
73 right:40%;
74 }
75
76 #form_notice #notice_action-submit {
77 width:20%;
78 right:4%;
79 text-align:center;
80 }
81
82
83 #site_nav_local_views li {
84 margin-left:0;
85 margin-right:0;
86 }
87 #site_nav_local_views li:first-child {
88 margin-left:0;
89 }
90 #site_nav_local_views a {
91 padding:0;
92 display:block;
93 }
94 #site_nav_local_views .current a {
95 text-shadow:none;
96 }
97 #site_nav_local_views li {
98 -moz-box-shadow:none;
99 -webkit-box-shadow:none;
100 box-shadow:none;
101 }
102
103
104 #content {
105 width:96.41%;
106 }
107
108 h1 {
109 margin-bottom:0;
110 }
111
112 .notice,
113 .profile {
114 padding-top:4px;
115 padding-bottom:4px;
116 }
117 .notice .entry-title {
118
119 }
120 .notice div.entry-content {
121 margin-left:0;
122 width:75%;
123 }
124 .notice-options {
125 width:70px;
126 margin-right:2%;
127 }
128
129
130 #footer {
131 width:96%;
132 padding:2%;
133 }
134