Feature #1277 ยป mobile.css
1 |
BODY { |
---|---|
2 |
overflow-x: hidden; |
3 |
overflow-y: scroll; |
4 |
width: 320px; |
5 |
min-width: 0; |
6 |
font-size: 11px; |
7 |
}
|
8 |
|
9 |
UL { |
10 |
margin: 0; |
11 |
padding: 0; |
12 |
}
|
13 |
|
14 |
UL LI { |
15 |
margin-left: 25px; |
16 |
}
|
17 |
|
18 |
#wrapper { |
19 |
width: 320px; |
20 |
}
|
21 |
|
22 |
#top-menu { |
23 |
height: auto; |
24 |
border-bottom: 1px dotted #fff; |
25 |
height: 86px; |
26 |
font-size: 16px; |
27 |
}
|
28 |
|
29 |
#top-menu *, |
30 |
#top-menu #loggedas { |
31 |
float: none; |
32 |
}
|
33 |
|
34 |
#top-menu #loggedas { |
35 |
clear: left; |
36 |
padding: 6px 0 0 0; |
37 |
}
|
38 |
|
39 |
#top-menu UL { |
40 |
margin: 5px 0; |
41 |
}
|
42 |
|
43 |
#top-menu A.home, |
44 |
#top-menu A.projects, |
45 |
#top-menu A.help { |
46 |
font-weight: normal; |
47 |
}
|
48 |
|
49 |
#header { |
50 |
height: auto; |
51 |
padding-bottom: 5px; |
52 |
border-bottom: 1px dotted #fff; |
53 |
}
|
54 |
|
55 |
#quick-search { |
56 |
float: none; |
57 |
font: 11px Verdana; |
58 |
}
|
59 |
|
60 |
#quick-search SELECT { |
61 |
display: block; |
62 |
font: 14px Verdana; |
63 |
}
|
64 |
|
65 |
html > body #content { |
66 |
min-height: 0; |
67 |
}
|
68 |
|
69 |
#content { |
70 |
width: auto; |
71 |
}
|
72 |
|
73 |
#relations { |
74 |
}
|
75 |
|
76 |
#relations TABLE TD { |
77 |
padding: 0 0 3px; |
78 |
}
|
79 |
|
80 |
TABLE.attributes { |
81 |
}
|
82 |
|
83 |
TABLE.attributes TH { |
84 |
width: 35%; |
85 |
}
|
86 |
|
87 |
#related_arch_decisions { |
88 |
display: none; |
89 |
}
|
90 |
|
91 |
.issue .contextual { |
92 |
display: none; |
93 |
}
|
94 |
|
95 |
HR { |
96 |
display: none; |
97 |
}
|
98 |
|
99 |
H1 { |
100 |
display: none; |
101 |
}
|
102 |
|
103 |
.splitcontentleft, |
104 |
.splitcontentright { |
105 |
float: none; |
106 |
width: auto; |
107 |
}
|
108 |
|
109 |
.contextual { |
110 |
float: none; |
111 |
margin: 7px 0; |
112 |
}
|
113 |
|
114 |
#main-menu, |
115 |
.other-formats, |
116 |
#sidebar, |
117 |
.jstElements, |
118 |
.mobile_hide { |
119 |
display: none; |
120 |
}
|
121 |
|
122 |
.tabular P { |
123 |
padding: 0; |
124 |
}
|
125 |
|
126 |
.tabular LABEL { |
127 |
float: none; |
128 |
display: block; |
129 |
margin: 0; |
130 |
text-align: left; |
131 |
font-weight: normal; |
132 |
font-size: 10px; |
133 |
width: auto; |
134 |
}
|
135 |
|
136 |
#footer { |
137 |
font-size: 8px; |
138 |
}
|
139 |
|
140 |
#login-form table { |
141 |
margin: 10px auto 5px; |
142 |
}
|
143 |
|
144 |
#login-form input#username, |
145 |
#login-form input#password { |
146 |
width: auto; |
147 |
}
|
148 |
|
149 |
|
150 |
|
151 |
|
152 |
@media screen and (orientation:landscape) { |
153 |
|
154 |
|
155 |
|
156 |
#wrapper { |
157 |
width: 480px; |
158 |
}
|
159 |
|
160 |
|
161 |
|
162 |
}
|