rev |
line source |
bsw@1604
|
1 @font-face {
|
bsw@1604
|
2 font-family: "Roboto";
|
bsw@1604
|
3 src: url("font/Roboto-Regular.ttf");
|
bsw@1604
|
4 }
|
bsw@1604
|
5 @font-face {
|
bsw@1604
|
6 font-family: "Roboto Bold";
|
bsw@1604
|
7 src: url("font/Roboto-Bold.ttf");
|
bsw@1604
|
8 }
|
bsw@1604
|
9 @font-face {
|
bsw@1604
|
10 font-family: "Roboto Slab";
|
bsw@1604
|
11 src: url("font/RobotoSlab-Regular.ttf");
|
bsw@1604
|
12 }
|
bsw@1604
|
13 @font-face {
|
bsw@1604
|
14 font-family: 'Material Icons';
|
bsw@1604
|
15 font-style: normal;
|
bsw@1604
|
16 font-weight: 400;
|
bsw@1604
|
17 src: url("font/material.woff2") format('woff2');
|
bsw@1604
|
18 }
|
bsw@1604
|
19
|
bsw@1604
|
20 .material-icons {
|
bsw@1604
|
21 font-family: 'Material Icons';
|
bsw@1604
|
22 font-weight: normal;
|
bsw@1604
|
23 font-style: normal;
|
bsw@1604
|
24 font-size: 24px;
|
bsw@1604
|
25 line-height: 1;
|
bsw@1604
|
26 letter-spacing: normal;
|
bsw@1604
|
27 text-transform: none;
|
bsw@1604
|
28 display: inline-block;
|
bsw@1604
|
29 white-space: nowrap;
|
bsw@1604
|
30 word-wrap: normal;
|
bsw@1604
|
31 direction: ltr;
|
bsw@1604
|
32 -webkit-font-feature-settings: 'liga';
|
bsw@1604
|
33 -webkit-font-smoothing: antialiased;
|
bsw@1604
|
34 }
|
bsw@1604
|
35 .material-icons.icon-green {
|
bsw@1604
|
36 color: #4CAF50;
|
bsw@1604
|
37 }
|
bsw@1604
|
38 .material-icons.icon-yellow {
|
bsw@1604
|
39 color: #FFEB3B;
|
bsw@1604
|
40 }
|
bsw@1604
|
41 .material-icons.icon-red {
|
bsw@1604
|
42 color: #F44336;
|
bsw@1604
|
43 }
|
bsw@1604
|
44 .mapboxgl-popup-content {
|
bsw@1604
|
45 max-width: 200px;
|
bsw@1604
|
46 }
|
bsw@1604
|
47 body {
|
bsw@1604
|
48 font-family: "Roboto";
|
bsw@1604
|
49 background: #fff;
|
bsw@1604
|
50 }
|
bsw@1604
|
51 strong {
|
bsw@1604
|
52 font-family: "Roboto Bold";
|
bsw@1604
|
53 }
|
bsw@1604
|
54 .slot_error {
|
bsw@1604
|
55 margin: 20px 20px 0 20px;
|
bsw@1604
|
56 background: #fed;
|
bsw@1604
|
57 padding: 20px;
|
bsw@1604
|
58 }
|
bsw@1604
|
59 .slot_notice {
|
bsw@1604
|
60 margin: 20px 20px 0 20px;
|
bsw@1604
|
61 background: #efd;
|
bsw@1604
|
62 padding: 20px;
|
bsw@1604
|
63 }
|
bsw@1604
|
64 h1 {
|
bsw@1604
|
65 font-size: 24px;
|
bsw@1604
|
66 margin-bottom: 0px;
|
bsw@1604
|
67 }
|
bsw@1604
|
68
|
bsw@1604
|
69 .mdl-layout__container {
|
bsw@1604
|
70 max-width: 1600px;
|
bsw@1604
|
71 height: auto;
|
bsw@1604
|
72 background: #f7f7f7;
|
bsw@1604
|
73 }
|
bsw@1604
|
74 .mdl-layout__header-row {
|
bsw@1604
|
75 padding-left: 20px !important;
|
bsw@1604
|
76 padding-right: 10px !important;
|
bsw@1604
|
77 }
|
bsw@1604
|
78 .mdl-layout__content {
|
bsw@1604
|
79 flex-shrink: 0;
|
bsw@1604
|
80 width: 100%;
|
bsw@1604
|
81 }
|
bsw@1604
|
82 #lf-member-menu {
|
bsw@1604
|
83 cursor: pointer;
|
bsw@1604
|
84 }
|
bsw@1604
|
85 .notifications {
|
bsw@1604
|
86 display: block;
|
bsw@1604
|
87 text-align: center;
|
bsw@1604
|
88 }
|
bsw@1604
|
89 .page-content {
|
bsw@1604
|
90 xdisplay: flex;
|
bsw@1604
|
91 width: 100%;
|
bsw@1604
|
92 }
|
bsw@1604
|
93 .map, .ui_field_location {
|
bsw@1604
|
94 border: none;
|
bsw@1604
|
95 width: 100%;
|
bsw@1604
|
96 height: auto;
|
bsw@1604
|
97 max-height: 80vh;
|
bsw@1604
|
98 position: relative;
|
bsw@1604
|
99 border-radius: 2px;
|
bsw@1604
|
100 }
|
bsw@1604
|
101 .map:before {
|
bsw@1604
|
102 content: "";
|
bsw@1604
|
103 display: block;
|
bsw@1604
|
104 padding-top: 100%;
|
bsw@1604
|
105 }
|
bsw@1604
|
106 .map iframe {
|
bsw@1604
|
107 position: absolute;
|
bsw@1604
|
108 top: 0;
|
bsw@1604
|
109 left: 0;
|
bsw@1604
|
110 right: 0;
|
bsw@1604
|
111 bottom: 0;
|
bsw@1604
|
112 height: 100%;
|
bsw@1604
|
113 }
|
bsw@1604
|
114 .axto-logo {
|
bsw@1604
|
115 width: 100%;
|
bsw@1604
|
116 }
|
bsw@1604
|
117 .mdl-card__title-text a.issue {
|
bsw@1604
|
118 font-size: 18px;
|
bsw@1604
|
119 line-height: 20px;
|
bsw@1604
|
120 }
|
bsw@1604
|
121 .mdl-list__item .initiative_name {
|
bsw@1604
|
122 font-size: 18px;
|
bsw@1604
|
123 line-height: normal;
|
bsw@1604
|
124 }
|
bsw@1604
|
125 .initiatives.mdl-list {
|
bsw@1604
|
126 margin-top: 5px;
|
bsw@1604
|
127 margin-bottom: 5px;
|
bsw@1604
|
128 padding-bottom: 0px;
|
bsw@1604
|
129 }
|
bsw@1604
|
130 .initiatives .mdl-list__item--three-line {
|
bsw@1604
|
131 min-height: 0;
|
bsw@1604
|
132 padding-top: 0;
|
bsw@1604
|
133 padding-bottom: 0;
|
bsw@1604
|
134 }
|
bsw@1604
|
135 .mdl-data-table__fullwidth {
|
bsw@1604
|
136 width: 100%;
|
bsw@1604
|
137 }
|
bsw@1604
|
138 .mdl-textfield__fullwidth {
|
bsw@1604
|
139 width: 100%;
|
bsw@1604
|
140 }
|
bsw@1604
|
141
|
bsw@1604
|
142 .mdl-card {
|
bsw@1604
|
143 min-height: 20px;
|
bsw@1604
|
144 overflow: visible;
|
bsw@1604
|
145 display: block;
|
bsw@1604
|
146 margin-bottom: 16px;
|
bsw@1604
|
147 border-radius: 5px;
|
bsw@1604
|
148 }
|
bsw@1604
|
149
|
bsw@1604
|
150 .mdl-card__title {
|
bsw@1604
|
151 border-radius: 5px 5px 0 0;
|
bsw@1604
|
152 }
|
bsw@1604
|
153
|
bsw@1604
|
154 .mdl-card__fullwidth {
|
bsw@1604
|
155 width: 100%;
|
bsw@1604
|
156 }
|
bsw@1604
|
157 .mdl-card__title {
|
bsw@1604
|
158 display: block;
|
bsw@1604
|
159 }
|
bsw@1604
|
160 .mdl-card__title > h2,
|
bsw@1604
|
161 .mdl-card__title > a {
|
bsw@1604
|
162 display: inline-block;
|
bsw@1604
|
163 vertical-align: top;
|
bsw@1604
|
164 }
|
bsw@1604
|
165 .mdl-card__subtitle-text {
|
bsw@1604
|
166 display: block;
|
bsw@1604
|
167 }
|
bsw@1604
|
168 .mdl-card__content {
|
bsw@1604
|
169 font-size: 1rem;
|
bsw@1604
|
170 padding: 16px;
|
bsw@1604
|
171 }
|
bsw@1604
|
172 .mdl-card__content.mdl-card--no-bottom-pad {
|
bsw@1604
|
173 padding-bottom: 0;
|
bsw@1604
|
174 }
|
bsw@1604
|
175 .mdl-card__actions.mdl-card--action-border,
|
bsw@1604
|
176 .mdl-card__content.mdl-card--border {
|
bsw@1604
|
177 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
bsw@1604
|
178 }
|
bsw@1604
|
179 .mdl-card__actions.mdl-card--notice,
|
bsw@1604
|
180 .mdl-card__content.mdl-card--notice {
|
bsw@1604
|
181 background: #fff9c4;
|
bsw@1604
|
182 }
|
bsw@1604
|
183 .mdl-card--has-fab {
|
bsw@1604
|
184 position: relative;
|
bsw@1604
|
185 }
|
bsw@1604
|
186 .mdl-special-card {
|
bsw@1604
|
187 background: #fff;
|
bsw@1604
|
188 margin-bottom: 16px;
|
bsw@1604
|
189 border-radius: 5px;
|
bsw@1604
|
190 }
|
bsw@1604
|
191
|
bsw@1604
|
192 .mdl-navigation__head {
|
bsw@1604
|
193 font-family: "Roboto Bold";
|
bsw@1604
|
194 }
|
bsw@1604
|
195 .mdl-list__item--three-line {
|
bsw@1604
|
196 height: auto;
|
bsw@1604
|
197 min-height: 88px;
|
bsw@1604
|
198 }
|
bsw@1604
|
199 .mdl-list__item--three-line .mdl-list__item-primary-content {
|
bsw@1604
|
200 height: auto;
|
bsw@1604
|
201 min-height: 52px;
|
bsw@1604
|
202 }
|
bsw@1604
|
203 .mdl-chip {
|
bsw@1604
|
204 vertical-align: middle;
|
bsw@1604
|
205 }
|
bsw@1604
|
206 .mdl-chip.clickable {
|
bsw@1604
|
207 cursor: pointer;
|
bsw@1604
|
208 }
|
bsw@1604
|
209 .mdl-menu {
|
bsw@1604
|
210 z-index: -9999;
|
bsw@1604
|
211 }
|
bsw@1604
|
212 .mdl-card {
|
bsw@1604
|
213 z-index: auto !important;
|
bsw@1604
|
214 }
|
bsw@1604
|
215 .mdl-menu__item {
|
bsw@1604
|
216 padding: 0;
|
bsw@1604
|
217 }
|
bsw@1604
|
218 .mdl-menu__link {
|
bsw@1604
|
219 display: block;
|
bsw@1604
|
220 padding: 0 16px;
|
bsw@1604
|
221 min-height: 48px;
|
bsw@1604
|
222 text-decoration: none;
|
bsw@1604
|
223 color: #444;
|
bsw@1604
|
224 }
|
bsw@1604
|
225 .mdl-tabs__tab-bar {
|
bsw@1604
|
226 justify-content: flex-start;
|
bsw@1604
|
227 }
|
bsw@1604
|
228 .mdl-tabs__tab.is-active {
|
bsw@1604
|
229 color: rgba(0,0,0, 0.87);
|
bsw@1604
|
230 }
|
bsw@1604
|
231 .mdl-data-table--condensed tbody tr {
|
bsw@1604
|
232 height: 24px;
|
bsw@1604
|
233 }
|
bsw@1604
|
234 .mdl-data-table--condensed td {
|
bsw@1604
|
235 padding-top: 0;
|
bsw@1604
|
236 padding-bottom: 0;
|
bsw@1604
|
237 height: 24px;
|
bsw@1604
|
238 }
|
bsw@1604
|
239 .mdl-button--underlined {
|
bsw@1604
|
240 text-decoration: underline;
|
bsw@1604
|
241 }
|
bsw@1604
|
242 .right {
|
bsw@1604
|
243 text-align: right;
|
bsw@1604
|
244 }
|
bsw@1604
|
245 .mdl-tabs__left {
|
bsw@1604
|
246 display: inline-block;
|
bsw@1604
|
247 width: auto;
|
bsw@1604
|
248 }
|
bsw@1604
|
249 .float-left {
|
bsw@1604
|
250 float: left;
|
bsw@1604
|
251 }
|
bsw@1604
|
252 .float-right {
|
bsw@1604
|
253 float: right;
|
bsw@1604
|
254 }
|
bsw@1604
|
255 .clear-left {
|
bsw@1604
|
256 clear: left;
|
bsw@1604
|
257 }
|
bsw@1604
|
258 .clear-right {
|
bsw@1604
|
259 clear: right;
|
bsw@1604
|
260 }
|
bsw@1604
|
261 .float-right .mdl-menu__container {
|
bsw@1604
|
262 margin-right: 20px;
|
bsw@1604
|
263 }
|
bsw@1604
|
264 .inline {
|
bsw@1604
|
265 display: inline-block;
|
bsw@1604
|
266 }
|
bsw@1604
|
267 .warning {
|
bsw@1604
|
268 background-color: #fff9c4;
|
bsw@1604
|
269 color: #212121;
|
bsw@1604
|
270 padding: 16px;
|
bsw@1604
|
271 border-radius: 2px;
|
bsw@1604
|
272 }
|
bsw@1604
|
273 .toolbar a {
|
bsw@1604
|
274 color: #000;
|
bsw@1604
|
275 display: inline-block;
|
bsw@1604
|
276 border: 1px solid #ccc;
|
bsw@1604
|
277 position: relative;
|
bsw@1604
|
278 }
|
bsw@1604
|
279
|
bsw@1604
|
280 .toolbar a.wysihtml-command-active {
|
bsw@1604
|
281 background: #000;
|
bsw@1604
|
282 color: #fff;
|
bsw@1604
|
283
|
bsw@1604
|
284 }
|
bsw@1604
|
285
|
bsw@1604
|
286 .toolbar a span.crossed {
|
bsw@1604
|
287 position: absolute;
|
bsw@1604
|
288 top: 0;
|
bsw@1604
|
289 left: 8px;
|
bsw@1604
|
290 font-weight: bold;
|
bsw@1604
|
291 font-size: 200%;
|
bsw@1604
|
292 line-height: 80%;
|
bsw@1604
|
293 }
|
bsw@1604
|
294 .toolbar a span.head_level {
|
bsw@1604
|
295 position: absolute;
|
bsw@1604
|
296 right: 0;
|
bsw@1604
|
297 bottom: 0;
|
bsw@1604
|
298 }
|
bsw@1604
|
299
|
bsw@1604
|
300 textarea {
|
bsw@1604
|
301 font-family: sans-serif;
|
bsw@1604
|
302 font-weight: normal !important;
|
bsw@1604
|
303 width: 100%;
|
bsw@1604
|
304 height: 40ex;
|
bsw@1604
|
305 }
|
bsw@1604
|
306 .bargraph {
|
bsw@1604
|
307 display: inline-block;
|
bsw@1604
|
308 vertical-align: top;
|
bsw@1604
|
309 height: 9px;
|
bsw@1604
|
310 }
|
bsw@1604
|
311
|
bsw@1604
|
312 .bargraph div {
|
bsw@1604
|
313 margin: 0;
|
bsw@1604
|
314 padding: 0;
|
bsw@1604
|
315 display: inline-block;
|
bsw@1604
|
316 height: 9px;
|
bsw@1604
|
317 }
|
bsw@1604
|
318 .draft {
|
bsw@1604
|
319 font-family: 'Roboto Slab';
|
bsw@1604
|
320 font-weight: 300;
|
bsw@1604
|
321 overflow: auto;
|
bsw@1604
|
322 clear: left;
|
bsw@1604
|
323 }
|
bsw@1604
|
324 .draft img {
|
bsw@1604
|
325 float: right;
|
bsw@1604
|
326 margin-left: 1em;
|
bsw@1604
|
327 }
|
bsw@1604
|
328
|
bsw@1604
|
329 .draft .landscape img {
|
bsw@1604
|
330 width: 50%;
|
bsw@1604
|
331 }
|
bsw@1604
|
332
|
bsw@1604
|
333 .draft .portrait img {
|
bsw@1604
|
334 width: 33.333%;
|
bsw@1604
|
335 }
|
bsw@1604
|
336 .member_weight {
|
bsw@1604
|
337 background: #070;
|
bsw@1604
|
338 color: #fff;
|
bsw@1604
|
339 border-radius: 8px;
|
bsw@1604
|
340 padding: 0 3px;
|
bsw@1604
|
341 }
|
bsw@1604
|
342 .card-issue {
|
bsw@1604
|
343 background: rgb(76,175,80);
|
bsw@1604
|
344 }
|
bsw@1604
|
345 .card-issue a {
|
bsw@1604
|
346 color: #fff;
|
bsw@1604
|
347 }
|
bsw@1604
|
348 @media (max-width: 960px) {
|
bsw@1604
|
349 .draft img {
|
bsw@1604
|
350 float: none;
|
bsw@1604
|
351 margin-left: 0;
|
bsw@1604
|
352 }
|
bsw@1604
|
353 .draft a.portrait,
|
bsw@1604
|
354 .draft a.landscape {
|
bsw@1604
|
355 width: 100%;
|
bsw@1604
|
356 display: block;
|
bsw@1604
|
357 text-align: center;
|
bsw@1604
|
358 margin-bottom: 2ex;
|
bsw@1604
|
359 }
|
bsw@1604
|
360 .draft .landscape img {
|
bsw@1604
|
361 width: 100%;
|
bsw@1604
|
362 }
|
bsw@1604
|
363 .draft .portrait img {
|
bsw@1604
|
364 width: 66.666%;
|
bsw@1604
|
365 }
|
bsw@1604
|
366 }
|
bsw@1604
|
367
|
bsw@1604
|
368 .draft h1 {
|
bsw@1604
|
369 font-size: 150%;
|
bsw@1604
|
370 margin-bottom: 0;
|
bsw@1604
|
371 }
|
bsw@1604
|
372 .draft h2 {
|
bsw@1604
|
373 font-size: 133%;
|
bsw@1604
|
374 margin-bottom: 0;
|
bsw@1604
|
375 }
|
bsw@1604
|
376 .draft h3 {
|
bsw@1604
|
377 font-size: 125%;
|
bsw@1604
|
378 margin-bottom: 0;
|
bsw@1604
|
379 }
|
bsw@1604
|
380 .draft > a:first-child + h1,
|
bsw@1604
|
381 .draft > h1:first-child,
|
bsw@1604
|
382 .draft > h2:first-child,
|
bsw@1604
|
383 .draft > h3:first-child {
|
bsw@1604
|
384 margin-top: 0;
|
bsw@1604
|
385 }
|
bsw@1604
|
386 @media (max-width: 960px) {
|
bsw@1604
|
387 .draft > a:first-child + h1 {
|
bsw@1604
|
388 margin-top: 20px;
|
bsw@1604
|
389 }
|
bsw@1604
|
390 }
|
bsw@1604
|
391
|
bsw@1604
|
392 .folded {
|
bsw@1604
|
393 position: relative;
|
bsw@1604
|
394 }
|
bsw@1604
|
395 .folded .suggestion-content {
|
bsw@1604
|
396 max-height: 180px;
|
bsw@1604
|
397 overflow: hidden;
|
bsw@1604
|
398 position: relative;
|
bsw@1604
|
399 }
|
bsw@1604
|
400 .folded .suggestion-content:before {
|
bsw@1604
|
401 content: "";
|
bsw@1604
|
402 width: 100%;
|
bsw@1604
|
403 height: 25%;
|
bsw@1604
|
404 position: absolute;
|
bsw@1604
|
405 left: 0;
|
bsw@1604
|
406 bottom: 0;
|
bsw@1604
|
407 background: linear-gradient(rgba(0,0,0,0), #fff);
|
bsw@1604
|
408 }
|
bsw@1604
|
409 .suggestion-less,
|
bsw@1604
|
410 .suggestion-more {
|
bsw@1604
|
411 display: none;
|
bsw@1604
|
412 }
|
bsw@1604
|
413 .folded .suggestion-more,
|
bsw@1604
|
414 .unfolded .suggestion-less {
|
bsw@1604
|
415 display: inline-block;
|
bsw@1604
|
416 }
|
bsw@1604
|
417
|
bsw@1604
|
418 .diff .diff_removed {
|
bsw@1604
|
419 text-decoration: line-through;
|
bsw@1604
|
420 background: #f00;
|
bsw@1604
|
421 }
|
bsw@1604
|
422
|
bsw@1604
|
423 .diff .diff_added {
|
bsw@1604
|
424 text-decoration: underline;
|
bsw@1604
|
425 background: #0f0;
|
bsw@1604
|
426 }
|
bsw@1604
|
427
|
bsw@1604
|
428 .material-icons {
|
bsw@1604
|
429 vertical-align: middle;
|
bsw@1604
|
430 }
|
bsw@1604
|
431 .material-icons-small {
|
bsw@1604
|
432 font-size: 18px;
|
bsw@1604
|
433 }
|
bsw@1604
|
434
|
bsw@1604
|
435 a.mdl-layout-title {
|
bsw@1604
|
436 color: #fff;
|
bsw@1604
|
437 text-decoration: none;
|
bsw@1604
|
438 }
|
bsw@1604
|
439
|
bsw@1604
|
440 .what-can-i-do-here .mdl-card__content {
|
bsw@1604
|
441 font-size: 18px;
|
bsw@1604
|
442 }
|
bsw@1604
|
443
|
bsw@1604
|
444 .what-can-i-do-here .mdl-card__content ul {
|
bsw@1604
|
445 font-size: 1rem;
|
bsw@1604
|
446 }
|
bsw@1604
|
447
|
bsw@1604
|
448 .what-can-i-do-here ul {
|
bsw@1604
|
449 margin-top: 0.5em;
|
bsw@1604
|
450 margin-bottom: 0;
|
bsw@1604
|
451 padding-left: 1.5em
|
bsw@1604
|
452 }
|
bsw@1604
|
453
|
bsw@1604
|
454
|
bsw@1604
|
455
|
bsw@1604
|
456 .lf-filter .mdl-button {
|
bsw@1604
|
457 padding-right: 4px;
|
bsw@1604
|
458 }
|
bsw@1604
|
459
|
bsw@1604
|
460 .phase-current {
|
bsw@1604
|
461 font-family: "Roboto Bold";
|
bsw@1604
|
462 }
|
bsw@1604
|
463
|
bsw@1604
|
464 .phase-info {
|
bsw@1604
|
465 padding-left: 27px;
|
bsw@1604
|
466 margin-bottom: 1ex;
|
bsw@1604
|
467 }
|
bsw@1604
|
468
|
bsw@1604
|
469 .clickable {
|
bsw@1604
|
470 cursor: pointer;
|
bsw@1604
|
471 }
|
bsw@1604
|
472
|
bsw@1604
|
473 .slot_title {
|
bsw@1604
|
474 margin-left: 16px;
|
bsw@1604
|
475 margin-top: 16px;
|
bsw@1604
|
476 font-size: 18px;
|
bsw@1604
|
477 }
|
bsw@1604
|
478
|
bsw@1604
|
479 .slot_title > a,
|
bsw@1604
|
480 .slot_title > span {
|
bsw@1604
|
481 display: inline-block;
|
bsw@1604
|
482 padding: 0 4px 0 0;
|
bsw@1604
|
483
|
bsw@1604
|
484 }
|
bsw@1604
|
485
|
bsw@1604
|
486 .slot_title a.home {
|
bsw@1604
|
487 margin: 0;
|
bsw@1604
|
488 }
|
bsw@1604
|
489
|
bsw@1604
|
490 .home i {
|
bsw@1604
|
491 font-size: 32px;
|
bsw@1604
|
492 }
|
bsw@1604
|
493
|
bsw@1604
|
494 /* fix missing contrast */
|
bsw@1604
|
495 .mdl-list__item--three-line .mdl-list__item-text-body,
|
bsw@1604
|
496 .mdl-card__supporting-text,
|
bsw@1604
|
497 .mdl-card__subtitle-text {
|
bsw@1604
|
498 color: rgba(0,0,0, 0.75);
|
bsw@1604
|
499 }
|
bsw@1604
|
500
|
bsw@1604
|
501 .mdl-textfield__label {
|
bsw@1604
|
502 color: rgba(0,0,0, 0.5);
|
bsw@1604
|
503 }
|
bsw@1604
|
504
|
bsw@1604
|
505 .mdl-list__item--three-line .mdl-list__item-text-body {
|
bsw@1604
|
506 height: auto;
|
bsw@1604
|
507 padding-bottom: 10px;
|
bsw@1604
|
508 }
|
bsw@1604
|
509
|
bsw@1604
|
510 select {
|
bsw@1604
|
511 font-family: 'Roboto','Helvetica','Arial',sans-serif;
|
bsw@1604
|
512 background-color: transparent;
|
bsw@1604
|
513 padding: 5px 0;
|
bsw@1604
|
514 border: none;
|
bsw@1604
|
515 border-bottom: 1px solid rgba(0,0,0, 0.12);
|
bsw@1604
|
516 font-size: 1rem;
|
bsw@1604
|
517 }
|
bsw@1604
|
518
|
bsw@1604
|
519
|
bsw@1604
|
520 .initiative_list .mdl-list__item {
|
bsw@1604
|
521 display: block;
|
bsw@1604
|
522 }
|
bsw@1604
|
523 .initiative_list .mdl-list__item-avatar {
|
bsw@1604
|
524 float: left;
|
bsw@1604
|
525 margin-right: 8px;
|
bsw@1604
|
526 }
|
bsw@1604
|
527 .initiative_list .mdl-list__item-avatar i {
|
bsw@1604
|
528 padding-left: 8px;
|
bsw@1604
|
529 }
|
bsw@1604
|
530 .initiative_list .mdl-list__item-avatar.positive {
|
bsw@1604
|
531 background: #4caf50;
|
bsw@1604
|
532 }
|
bsw@1604
|
533 .initiative_list .mdl-list__item-avatar.positive i {
|
bsw@1604
|
534 padding-top: 8px;
|
bsw@1604
|
535 vertical-align: top;
|
bsw@1604
|
536 }
|
bsw@1604
|
537 .initiative_list .mdl-list__item-avatar.negative {
|
bsw@1604
|
538 background: #f44336;
|
bsw@1604
|
539 }
|
bsw@1604
|
540 .initiative_list .mdl-list__item-avatar.negative i {
|
bsw@1604
|
541 padding-top: 10px;
|
bsw@1604
|
542 vertical-align: top;
|
bsw@1604
|
543 }
|
bsw@1604
|
544
|
bsw@1604
|
545 .initiative_pie {
|
bsw@1604
|
546 float: left;
|
bsw@1604
|
547 margin-right: 15px;
|
bsw@1604
|
548 margin-bottom: 15px;
|
bsw@1604
|
549 }
|
bsw@1604
|
550
|
bsw@1604
|
551 .initiative .result {
|
bsw@1604
|
552 font-family: "Roboto Bold";
|
bsw@1604
|
553 }
|
bsw@1604
|
554
|
bsw@1614
|
555 .admitted_info h1,
|
bsw@1614
|
556 .not_admitted_info h1 {
|
bsw@1614
|
557 margin-top: 0;
|
bsw@1614
|
558 }
|
bsw@1614
|
559
|
bsw@1604
|
560 .admitted_info table th,
|
bsw@1604
|
561 .not_admitted_info table th {
|
bsw@1604
|
562 text-align: left;
|
bsw@1604
|
563 padding-right: 10px;
|
bsw@1604
|
564 }
|
bsw@1604
|
565
|
bsw@1604
|
566 .admitted_info table td,
|
bsw@1604
|
567 .not_admitted_info table td {
|
bsw@1604
|
568 text-align: right;
|
bsw@1604
|
569 padding-right: 5px;
|
bsw@1604
|
570 }
|
bsw@1604
|
571
|
bsw@1616
|
572 .event_info i {
|
bsw@1616
|
573 font-size: 18px;
|
bsw@1616
|
574 }
|
bsw@1616
|
575
|
bsw@1604
|
576 .ui_list_row label.mdl-radio {
|
bsw@1604
|
577 display: inline;
|
bsw@1604
|
578 }
|
bsw@1604
|
579
|
bsw@1604
|
580 .member_image_photo {
|
bsw@1604
|
581 margin-top: 2ex;
|
bsw@1604
|
582 margin-bottom: 2ex;
|
bsw@1604
|
583 }
|
bsw@1604
|
584
|
bsw@1604
|
585 .contextlinks {
|
bsw@1604
|
586 color: #fff;
|
bsw@1604
|
587 xfont-size: 14px;
|
bsw@1604
|
588 xmargin-bottom: 5px;
|
bsw@1604
|
589 }
|
bsw@1604
|
590
|
bsw@1604
|
591 /*************************************************************************
|
bsw@1604
|
592 * Voting
|
bsw@1604
|
593 */
|
bsw@1604
|
594 .main .section #voting_form .sectionRow:last-child {
|
bsw@1604
|
595 border-radius: 0;
|
bsw@1604
|
596 margin-bottom: 0;
|
bsw@1604
|
597 }
|
bsw@1604
|
598 #voting {
|
bsw@1604
|
599 margin-top: 3ex;
|
bsw@1604
|
600 position: relative;
|
bsw@1604
|
601 margin-bottom: 2ex;
|
bsw@1604
|
602 }
|
bsw@1604
|
603 #voting .approval,
|
bsw@1604
|
604 #voting .abstention,
|
bsw@1604
|
605 #voting .disapproval {
|
bsw@1604
|
606 border: 1px #ccc solid;
|
bsw@1604
|
607 margin-bottom: 3ex;
|
bsw@1604
|
608 padding: 1ex;
|
bsw@1604
|
609 padding-bottom: 1ex;
|
bsw@1604
|
610 border-radius: 2px;
|
bsw@1604
|
611 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
bsw@1604
|
612 }
|
bsw@1604
|
613 #voting .movable {
|
bsw@1604
|
614 cursor: pointer;
|
bsw@1604
|
615 }
|
bsw@1604
|
616 #voting .disapproval {
|
bsw@1604
|
617 margin-bottom: 2ex;
|
bsw@1604
|
618 }
|
bsw@1604
|
619 #voting .approval {
|
bsw@1604
|
620 background-color: #9f9;
|
bsw@1604
|
621 }
|
bsw@1604
|
622 #voting .approval .movable {
|
bsw@1604
|
623 background-color: #dfd;
|
bsw@1604
|
624 }
|
bsw@1604
|
625 #voting .abstention {
|
bsw@1604
|
626 background-color: #eee;
|
bsw@1604
|
627 }
|
bsw@1604
|
628 #voting .abstention .movable {
|
bsw@1604
|
629 background-color: #fff;
|
bsw@1604
|
630 }
|
bsw@1604
|
631 #voting .disapproval {
|
bsw@1604
|
632 background-color: #f88;
|
bsw@1604
|
633 }
|
bsw@1604
|
634 #voting .disapproval .movable {
|
bsw@1604
|
635 background-color: #fbb;
|
bsw@1604
|
636 }
|
bsw@1604
|
637 #voting .movable {
|
bsw@1604
|
638 position: relative;
|
bsw@1604
|
639 border: 1px black solid;
|
bsw@1604
|
640 margin-top: 1ex;
|
bsw@1604
|
641 padding: 0;
|
bsw@1604
|
642 border-radius: 2px;
|
bsw@1604
|
643 min-height: 64px;
|
bsw@1604
|
644 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
bsw@1604
|
645 }
|
bsw@1604
|
646 #voting .initiative_name {
|
bsw@1604
|
647 display: inline-block;
|
bsw@1604
|
648 margin: 5px;
|
bsw@1604
|
649 font-family: "Roboto Bold";
|
bsw@1604
|
650 }
|
bsw@1604
|
651
|
bsw@1604
|
652 #voting .voting_form_active .movable {
|
bsw@1604
|
653 cursor: pointer;
|
bsw@1604
|
654 vertical-align: middle;
|
bsw@1604
|
655 cursor: move;
|
bsw@1604
|
656 }
|
bsw@1604
|
657 #voting .voting_form_active .clickable {
|
bsw@1604
|
658 cursor: auto;
|
bsw@1604
|
659 }
|
bsw@1604
|
660 #voting .voting_form_active a.clickable {
|
bsw@1604
|
661 cursor: pointer;
|
bsw@1604
|
662 }
|
bsw@1604
|
663
|
bsw@1604
|
664 div.form .ui_field_label {
|
bsw@1604
|
665 text-transform: uppercase;
|
bsw@1604
|
666 font-size: 80%;
|
bsw@1604
|
667 }
|
bsw@1604
|
668 div.form .member_photo .member_image.member_image_photo {
|
bsw@1604
|
669 margin-top: 0;
|
bsw@1604
|
670 }
|
bsw@1604
|
671
|
bsw@1604
|
672 .trace_list {
|
bsw@1604
|
673 margin-left: 10px;
|
bsw@1604
|
674 list-style-type: none;
|
bsw@1604
|
675 padding: 0;
|
bsw@1604
|
676 line-height: 120%;
|
bsw@1604
|
677 }
|
bsw@1604
|
678
|
bsw@1604
|
679 .trace_list .trace_list {
|
bsw@1604
|
680 padding-left: 10px;
|
bsw@1604
|
681 border-left: 1px solid #999;
|
bsw@1604
|
682 }
|
bsw@1604
|
683
|
bsw@1604
|
684 .trace_list .trace_head {
|
bsw@1604
|
685 margin-top: 10px;
|
bsw@1604
|
686 padding: 3px 5px 3px 5px;
|
bsw@1604
|
687 font-weight: 700;
|
bsw@1604
|
688 }
|
bsw@1604
|
689
|
bsw@1604
|
690 .trace_list li {
|
bsw@1604
|
691 margin-top: 5px;
|
bsw@1604
|
692 margin-bottom: 5px;
|
bsw@1604
|
693 }
|
bsw@1604
|
694
|
bsw@1604
|
695 .trace_list .trace_filter .trace_head {
|
bsw@1604
|
696 background: #acf;
|
bsw@1604
|
697 color: #000;
|
bsw@1604
|
698 }
|
bsw@1604
|
699
|
bsw@1604
|
700 .trace_list .trace_request .trace_head,
|
bsw@1604
|
701 .trace_list .trace_view .trace_head {
|
bsw@1604
|
702 background: #000;
|
bsw@1604
|
703 color: #fff;
|
bsw@1604
|
704 }
|
bsw@1604
|
705
|
bsw@1604
|
706 .trace_list .trace_config .trace_head,
|
bsw@1604
|
707 .trace_list .trace_view .trace_view .trace_head {
|
bsw@1604
|
708 background: #ccc;
|
bsw@1604
|
709 color: #000;
|
bsw@1604
|
710 }
|
bsw@1604
|
711
|
bsw@1604
|
712 .trace_list .trace_head .time {
|
bsw@1604
|
713 float: right;
|
bsw@1604
|
714 font-weight: 500;
|
bsw@1604
|
715 font-size: 90%;
|
bsw@1604
|
716 line-height: 100%;
|
bsw@1604
|
717 margin-top: 5px;
|
bsw@1604
|
718 }
|
bsw@1604
|
719
|
bsw@1604
|
720 .trace_list .trace_sql {
|
bsw@1604
|
721 color: #050;
|
bsw@1604
|
722 }
|
bsw@1604
|
723
|
bsw@1604
|
724 .trace_list .trace_sql_time {
|
bsw@1604
|
725 background: #070;
|
bsw@1604
|
726 color: #fff;
|
bsw@1604
|
727 padding: 0px 3px;
|
bsw@1604
|
728 border-radius: 5px;
|
bsw@1604
|
729 }
|
bsw@1604
|
730
|
bsw@1604
|
731
|