summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile/mp-screen.css
blob: a8135e0b4549bef12f9850c209c480d0d90ad6a9 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
@import url(../../theme/base/css/display.css);
@import url(../../theme/identica/css/display.css);

#wrap {
min-width:0;
max-width:100%;
}

#header {
margin:2% 4% 4% 2%;
}

address {
margin:0 2% 0;
}
address .vcard .photo {
margin-right:0;
}

#site_nav_global_primary {
margin-right:0;
width:35%;
list-style-type:none;
}
#site_nav_global_primary li {
margin-left:3%;
}


#form_notice {
width:100%;
}

#form_notice textarea {
width:60%;
height:20px;
}

#notice_text-count {
position:absolute;
bottom:2px;
right:40%;
z-index:9;
}

#form_notice label[for="notice_data-attach"],
#form_notice #notice_data-attach {
top:0;
right:28%;
}

#form_notice #notice_action-submit {
width:20%;
right:4%;
text-align:center;
}


#site_nav_local_views li {
margin-left:1px;
margin-right:0;
}
#site_nav_local_views li:first-child {
margin-left:0;
}
#site_nav_local_views a {
padding:0 3%;
display:block;
}
#site_nav_local_views .current a {
text-shadow:none;
}
#site_nav_local_views li {
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}


#content {
width:96.41%;
}