liquid_feedback_frontend

view static/style.css @ 285:6c88b4bfb56c

Apply interest/support filter for member at member page
author bsw
date Fri Feb 17 15:16:02 2012 +0100 (2012-02-17)
parents 808269b7f41c
children c587d8762e62
line source
1 /*************************************************************************
2 * Some global definitions
3 */
5 body {
6 background: #fff;
7 }
9 body, th, td {
10 font-family: sans-serif;
11 font-size: 15px;
12 font-size: 14px;
13 padding: 0;
14 margin: 0;
15 }
17 .area_list {
18 line-height: 140%;
19 }
21 body, a {
22 color: #000;
23 }
25 img {
26 border: none;
27 }
29 table {
30 border-collapse: collapse;
31 border: none;
32 }
34 td, th {
35 padding: 0.5ex 0.5em 0.5ex 0em;
36 }
38 td {
39 vertical-align: top;
40 }
42 th {
43 vertical-align: bottom;
44 font-weight: bold;
45 }
47 a.active {
48 color: #fff;
49 }
51 .revoked {
52 text-decoration: line-through;
53 }
55 .highlighted {
56 background-color: #fa7;
57 color: #000;
58 }
60 .admin_only {
61 font-style: italic;
62 }
64 a {
65 xvertical-align: middle;
66 }
68 h1 {
69 font-size: 150%;
70 }
72 h2 {
73 font-size: 125%;
74 }
76 .inline {
77 display: inline;
78 }
80 /*************************************************************************
81 * Notices, warnings and errors
82 */
84 .layout_notice, .layout_error, .layout_warning {
85 background: #fff;
86 font-weight: bold;
87 line-height: 1.7em;
88 -moz-opacity:0.7;
89 }
91 .slot_notice, .slot_warning, .slot_error {
92 padding-left: 1em;
93 }
95 .slot_notice {
96 background-color: #cfc;
97 color: #040;
98 }
100 .slot_warning {
101 background-color: #fec;
102 color: #420;
103 }
105 .slot_error {
106 background-color: #fcc;
107 color: #400;
108 }
110 /*************************************************************************
111 * Navigation, search and language chooser bar
112 */
114 .topbar {
115 background-color: #000;
116 background: -webkit-gradient(linear, left top, left bottom,
117 color-stop(0%, #888), color-stop(25%,#333)
118 );
119 color: #fff;
120 font-size: 90%;
121 line-height: 100%;
122 padding-left: 10px;
123 overflow: hidden;
124 }
126 .topbar .logolf {
127 font-weight: bold;
128 }
130 .topbar a {
131 color: #fff;
132 }
134 .topbar a:hover {
135 background-color: #fff;
136 color: #000;
137 }
139 .navigation,
140 .logout_button {
141 line-height: 200%;
142 }
144 .navigation img,
145 .logout_button img {
146 margin-right: 0.5em;
147 vertical-align: middle;
148 }
150 .navigation a,
151 .logout_button a {
152 padding: 1ex;
153 }
155 form.unit_selector {
156 display: inline;
157 }
159 .logout_button {
160 float: right;
161 }
163 .searchbox {
164 margin: 0;
165 padding: 0.1ex 1em 0ex 1em;
166 float: right;
167 line-height: 250%;
168 }
170 .searchbox form {
171 float: left;
172 margin: 0px;
173 }
175 .searchbox div {
176 display: inline;
177 }
179 .searchbox select {
180 margin-left: 0.3em;
181 margin-right: 0.4em;
182 font-size: 100%;
183 width: 8em;
184 }
186 .searchbox input[type=text] {
187 width: 8em;
188 padding: 0.25ex 0.25em 0.25ex 0.25em;
189 margin-right: 0.5em;
190 font-size: 100%;
191 }
193 .searchbox input[type=submit] {
194 font-size: 100%;
195 }
197 /*************************************************************************
198 * Title of current page including path and actions
199 */
201 .title {
202 background-color: #ddd;
203 background: -webkit-gradient(linear, left top, left bottom,
204 color-stop(15%,#ddd), color-stop(100%,#fff)
205 );
206 text-shadow: #fff 0px 0px 3px;
207 color: #000;
208 padding: 1.5ex 1em 0 1em;
209 }
211 .title div {
212 font-size: 125%;
213 line-height: 110%;
214 }
216 .title a {
217 color: #000;
218 }
220 .title .member_image {
221 margin-right: 0.7em;
222 vertical-align: middle;
223 border-radius: 7px;
224 }
226 .slot_title2 {
227 margin-top: 1ex;
228 margin-left: 1em;
229 }
231 .initiatives_list {
232 clear: left;
233 margin-bottom: 1ex;
234 }
236 .member_list .member_image_avatar {
237 float: left;
238 margin-right: 0.5em;
239 }
241 .micro_avatar {
242 width: 24px;
243 height: 24px;
244 border-radius: 4px;
245 vertical-align: middle;
246 }
248 .actions {
249 font-size: 75%;
250 line-height: 220%;
251 margin-top: 2ex;
252 margin-bottom: 2ex;
253 }
255 .interest {
256 margin-left: 1.33em;
257 margin-bottom: 1.33ex;
258 }
260 .slot_actions .interest {
261 margin-left: 0em;
262 }
264 .actions a {
265 margin-right: 1em;
266 border-radius: 5px;
267 padding-right: 0.3em;
268 }
270 .slot_initiative_head {
271 background: -webkit-gradient(linear, left top, left bottom,
272 /*color-stop(0%,#AFEFB9), color-stop(100%,#ffffff) */
273 color-stop(0%, #fff), color-stop(15%,#e7e7e7), color-stop(100%,#fff)
274 );
275 margin-top: 2ex;
276 padding-left: 1em;
277 padding-top: 2ex;
278 text-shadow: #fff 0px 0px 3px;
279 }
281 .initiative_name {
282 font-weight: bold;
283 font-size: 125%;
284 }
286 .content_navigation {
287 font-size: 75%;
288 background-color: #eee;
289 margin-bottom: 2ex;
290 padding-left: 1em;
291 }
293 .content_navigation div,
294 .content_navigation a {
295 display: inline-block;
296 padding: 3px 0.5em 3px 0.0em;
297 margin-right: 1em;
298 vertical-align: middle;
299 }
301 .content_navigation a:hover {
302 background-color: #d7d7d7;
303 }
305 .content_navigation_seperator {
306 height: 1.4em;
307 border-left: 1px solid black;
308 }
311 .actions a {
312 float: left;
313 }
315 .actions a:hover {
316 background-color: #d7d7d7;
317 }
319 .actions img {
320 padding-left: 0.2em;
321 padding-right: 0.2em;
322 vertical-align: middle;
323 }
325 .logo {
326 float: right;
327 margin-right: 1em;
328 }
333 /*************************************************************************
334 * vote info / delegation
335 */
337 .interest,
338 .slot_support,
339 .delegation {
340 float: left;
341 position: relative;
342 z-index: 1;
343 }
345 .interest img,
346 .slot_support img,
347 .delegation img {
348 padding-left: 0.2em;
349 padding-right: 0.2em;
350 }
351 .actions .supporter,
352 .actions .potential_supporter,
353 .vote_info .head {
354 float: left;
355 margin-right: 1em;
356 }
358 .actions .supporter,
359 .actions .potential_supporter,
360 .actions .interest .head {
361 padding-right: 0.3em;
362 }
364 .delegation .head_active,
365 .interest .head_active,
366 .actions .supporter,
367 .actions .potential_supporter {
368 background-color: #cdf;
369 border-radius: 5px;
370 }
372 .slot_support .head_initiator {
373 background-color: #eee;
374 border-radius: 5px;
375 }
377 .delegation .change_delegation {
378 margin-bottom: 2ex;
379 }
381 .delegation .change_delegation a {
382 display: inline;
383 float: none;
384 padding: 1ex;
385 }
387 .delegation .delegation_participation {
388 margin-left: 20.5em;
389 margin-top: 3ex;
390 font-style: italic;
391 font-size: 80%;
392 }
394 .slot_actions .change_delegation {
395 float: left;
396 }
398 .vote_info .close {
399 position: absolute;
400 top: 0;
401 right: 0;
402 padding: 1ex;
403 display: block;
404 }
406 .vote_info .content {
407 font-size: 133%;
408 line-height: 100%;
409 top: 2.8ex;
410 display: none;
411 position: absolute;
412 z-index: 10;
413 background-color: #cdf;
414 border-radius: 0 5px 5px 5px;
415 padding: 1em;
416 width: 35em;
417 }
419 .vote_info .delegation_arrow {
420 margin-top: 1ex;
421 margin-bottom: 1ex;
422 vertical-align: middle;
423 }
425 .vote_info .delegation_arrow_overridden {
426 opacity: 0.4;
427 }
429 .vote_info .delegation_scope_overridden {
430 color: #777;
431 }
433 .vote_info .delegation_scope {
434 display: inline;
435 }
437 .vote_info .delegation_info {
438 }
440 .vote_info a {
441 padding-right: 0;
442 }
444 .vote_info .member_thumb {
445 clear: left;
446 background: #fff;
447 }
449 .delegation_overridden .member_thumb {
450 opacity: 0.4;
451 }
453 .delegation .revoke {
454 margin: 0.5ex;
455 float: right;
456 }
458 .delegation .revoke img {
459 vertical-align: middle;
460 }
463 /*************************************************************************
464 * Main content
465 */
467 .main {
468 margin-left: 1em;
469 margin-right: 1em;
470 }
473 /*************************************************************************
474 * ui.tab
475 */
477 .ui_tabs_links {
478 margin-top: 2ex;
479 margin-bottom: 1ex;
480 font-size: 75%;
481 }
483 .ui_tabs_links a {
484 padding: 1ex;
485 line-height: 300%;
486 background-color: #e7e7e7;
487 white-space: nowrap;
488 border-radius: 5px;
489 margin-right: 5px;
490 font-weight: bold;
491 }
493 .ui_tabs_links a:hover {
494 background-color: #d7d7d7;
495 }
497 .ui_tabs_links a.selected {
498 background-color: #444;
499 color: #fff;
500 text-decoration: none;
501 padding: 1ex;
502 }
504 .ui_tabs_content {
505 xborder: 1px solid #444;
506 xpadding: 1ex 1ex 1ex 1ex;
507 }
509 .ui_tabs_links a.yellow {
510 background-color: #fcc;
511 color: #000;
512 }
514 .ui_tabs_links a.yellow:hover {
515 background-color: #faa;
516 }
518 .ui_tabs_links a.yellow.selected {
519 background-color: #a44;
520 color: #fff;
521 text-decoration: none;
522 padding: 1ex;
523 }
525 .ui_tabs_links a.red {
526 background-color: #c33;
527 color: #000;
528 }
530 .ui_tabs_links a.red:hover {
531 background-color: #ebb;
532 }
534 .ui_tabs_links a.red.selected {
535 background-color: #644;
536 color: #fff;
537 text-decoration: none;
538 padding: 1ex;
539 }
542 /*************************************************************************
543 * ui.filters
544 */
546 .ui_filter {
547 overflow: hidden;
548 margin-bottom: 1ex;
549 }
551 .ui_filter_closed_head,
552 .ui_filter_head {
553 color: #777;
554 margin-top: 1ex;
555 margin-bottom: 1.5ex;
556 font-size: 75%;
557 float: left;
558 }
560 .ui_filter_head {
561 margin-right: 2em;
562 }
564 .ui_filter_head a {
565 color: #777;
566 padding: 0.5ex;
567 margin-right: 0.2em;
568 }
570 .ui_filter_head a.active {
571 color: #fff;
572 background-color: #777;
573 padding: 0.5ex;
574 border-radius: 5px;
575 }
577 /*************************************************************************
578 * ui.paginate
579 */
581 .ui_paginate_head {
582 display: none;
583 margin-bottom: 1ex;
584 }
586 .ui_paginate_foot {
587 margin-top: 1ex;
588 }
590 .ui_paginate_select a {
591 padding: 0.5em;
592 }
594 /*************************************************************************
595 * ui.bargraph
596 */
598 .bargraph {
599 width: 103px;
600 }
602 .bargraph50 {
603 width: 52px;
604 }
606 .bargraph div {
607 float: left;
608 margin-top: 0.5ex;
609 height: 1.3ex;
610 }
612 .bargraph_legend {
613 margin-top: 2ex;
614 }
616 .bargraph_legend .bargraph {
617 width: 26px;
618 }
620 .bargraph_legend div,
621 .bargraph_legend div div,
622 .bargraph_legend div div div {
623 float: left;
624 }
626 .bargraph_legend_label {
627 margin-left: 0.5em;
628 margin-right: 1em;
629 }
631 /*************************************************************************
632 * vertical ui.form
633 */
635 .login input[type=text],
636 .vertical input[type=text],
637 .login input[type=password],
638 .vertical input[type=password],
639 .vertical textarea,
640 .vertical select {
641 font-family: sans-serif;
642 font-size: 100%;
643 width: 50em;
644 border: 1px solid #444;
645 padding: 0.2ex 0.2em 0.2ex 0.2em;
646 margin-bottom: 1ex;
647 }
649 .login input[type=password],
650 .vertical input[type=password] {
651 width: 16em;
652 }
654 .vertical select {
655 padding-right: 0;
656 }
658 .login .ui_field_label,
659 .vertical .ui_field_label {
660 text-transform: uppercase;
661 font-size: 70%;
662 line-height: 120%;
663 font-weight: bold;
664 color: #777;
665 width: 15em;
666 display: block;
667 float: left;
668 clear: left;
669 text-align: right;
670 padding-right: 0.5em;
671 }
673 .ui_field_label.label_right {
674 text-align: left;
675 width: auto;
676 }
678 .login input[type=text],
679 .login input[type=password] {
680 width: 10em;
681 }
683 .login div,
684 .vertical div {
685 clear: left;
686 }
688 .vertical span {
689 display: block;
690 margin-bottom: 0.5ex;
691 }
693 .vertical span:after {
694 content: " ";
695 }
697 .vertical span span {
698 display: inline;
699 margin-bottom: 0;
700 }
702 .login input[type=submit],
703 .vertical input[type=submit] {
704 font-size: 100%;
705 margin-left: 11em;
706 background-color: #444444;
707 color: #fff;
708 border: none;
709 padding: 0.75ex;
710 }
712 .login input[type=submit]:hover,
713 .vertical input[type=submit]:hover {
714 background-color: #444444;
715 }
717 /*************************************************************************
718 * Tables
719 */
722 table a.action {
723 font-size: 70%;
724 line-height: 190%;
725 padding: 0.5ex;
726 color: #777;
727 }
729 table a.active {
730 color: #fff;
731 }
733 th {
734 text-align: left;
735 }
737 tr:hover td {
738 background-color: #ddd;
739 }
741 .nohover tr:hover td {
742 background-color: #fff;
743 }
745 .nohover table tr:hover td {
746 background-color: #ddd;
747 }
750 tr table tr:hover td {
751 background-color: #fff;
752 }
755 /*************************************************************************
756 * Positive / Negtive votes
757 */
760 .positive_votes span {
761 display: inline;
762 }
764 .positive_votes {
765 display: inline;
766 background-color: #cfc;
767 padding: 0.3ex 0.5em 0.3ex 0.5em;
768 }
770 .negative_votes span {
771 display: inline;
772 }
774 .negative_votes {
775 display: inline;
776 background-color: #fcc;
777 padding: 0.3ex 0.5em 0.3ex 0.5em;
778 }
780 .suggestion_my_opinion a,
781 .suggestion_my_opinion span {
782 white-space: nowrap;
783 padding-left: 0.2ex !important;
784 padding-right: 0.2ex !important;
785 }
787 .active {
788 background-color: #444;
789 color: #fff;
790 }
792 .active_red2 { background-color: #a00; color: #fff !important; }
793 .active_red1 { background-color: #f88; color: #000 !important; }
794 .active_green1 { background-color: #8f8; color: #000 !important; }
795 .active_green2 { background-color: #0a0; color: #000 !important; }
800 /*************************************************************************
801 * Issues
802 */
804 .issues .issue {
805 overflow: hidden;
806 margin-bottom: 2ex;
807 border-radius: 8px;
808 }
810 .issues .issue .issue_info {
811 padding: 1ex;
812 line-height: 140%;
813 background: -webkit-gradient(linear, left top, left bottom,
814 color-stop(0%,#e7e7e7), color-stop(66%,#fff));
815 }
817 .issues .issue.interested .issue_info{
818 background: -webkit-gradient(linear, left top, left bottom,
819 color-stop(0%,#cdf), color-stop(66%,#fff));
820 }
822 .issues .issue .issue_info .issue_id {
823 font-size: 125%;
824 }
826 .issues .issue .interest_by_delegation {
827 float: right;
828 }
830 .issues .issue .initiative_list a {
831 font-weight: bold;
832 }
834 .issue_initiative_list a {
835 font-weight: bold;
836 }
838 .more_initiatives_link {
839 margin-left: 166px;
840 font-style: italic;
841 }
843 .issues tr tr {
844 border: none;
845 background: none;
846 }
848 .initiative_link.selected {
849 font-weight: bold;
850 }
852 .initiative_link.supported,
853 .initiative_link.potentially_supported {
854 background-color: #C9FFD1;
855 border-radius: 5px;
856 background: -webkit-radial-gradient(center, ellipse cover, #cdf 50%,#fff 100%); /* Chrome10+,Safari5.1+ */
857 }
859 .lang_chooser {
860 float: right;
861 margin-right: 0.5em;
862 }
864 .delegation_list_entry {
865 margin-right: 2em;
866 margin-bottom: 2ex;
867 float: left;
868 clear: left;
869 }
871 .delegation_list_entry .delegation_arrow {
872 float: left;
873 }
875 .delegation_list_entry .delegation_scope {
876 float: left;
877 width: 25em;
878 }
880 .delegation_list_entry .delegation_scope a {
881 display: block;
882 }
884 .member_list .member_thumb {
885 float: left;
886 margin-right: 1em;
887 margin-bottom: 2ex;
888 }
890 .member_thumb {
891 text-decoration: none;
892 width: 14.5em;
893 height: 48px;
894 display: block;
895 float: left;
896 xborder: 1px solid #999;
897 background-color: #eee;
898 overflow: hidden;
899 xwhite-space: nowrap;
900 position: relative;
901 border-radius: 7px;
902 padding: 2px;
903 }
905 .xmember_thumb a {
906 position: absolute;
907 top: 0;
908 left: 0;
909 padding: 0;
910 margin: 0;
911 }
913 .member_thumb a:hover div {
914 background-color: #444;
915 color: #fff;
916 }
918 .member_thumb img {
919 padding: 0;
920 margin: 0;
921 vertical-align: bottom;
922 border-radius: 7px;
923 }
925 .member_thumb div {
926 }
928 .member_thumb .member_image {
929 }
931 .member_thumb .member_name {
932 position: absolute;
933 left: 56px;
934 top: 2ex;
935 font-size: 100%;
936 width: 14em;
937 }
939 .member_thumb .flags {
940 text-align: right;
941 font-size: 75%;
942 }
944 .member_thumb .flags a,
945 .member_thumb .flags img {
946 position: static;
947 float: right;
948 margin-left: 0.5em;
949 }
951 .member_thumb .flags .in_delegation_chain {
952 font-weight: bold;
953 }
956 .member .right {
957 float: right;
958 }
960 .member_thumb.not_accepted,
961 .member_thumb.not_informed {
962 opacity: 0.5;
963 }
965 .member_thumb.in_delegation_chain {
966 background-color: #cdf;
967 }
969 .member_statement,
970 .draft_content,
971 .suggestion_content {
972 background-color: #eee;
973 xbackground: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e5e5e5));
974 padding: 1ex;
975 border-radius: 8px;
976 }
979 #suggestion_description {
980 height: 15ex;
981 }
983 .diff {
984 background-color: #eee;
985 border: 1px solid #ccc;
986 padding: 1ex;
987 }
989 .diff_added {
990 background-color: #cfc;
991 text-decoration: underline;
992 }
994 .diff_removed {
995 background-color: #fcc;
996 text-decoration: line-through;
997 }
999 .slot_issue_info {
1000 background-color: #eee;
1001 border: 1px solid #ccc;
1002 float: right;
1003 padding: 0.5ex;
1004 line-height: 130%;
1005 margin-right: 1em;
1008 .issue_info label {
1009 float: left;
1010 width: 8em;
1011 text-transform: uppercase;
1012 font-size: 70%;
1013 color: #777;
1014 font-weight: bold;
1015 clear: left;
1016 text-align: right;
1017 margin-right: 0.7em;
1020 .admitted_info {
1021 background-color: #dfd;
1022 padding: 1ex;
1023 margin-bottom: 2ex;
1026 .not_admitted_info,
1027 .revoked_info {
1028 background-color: #fdd;
1029 padding: 1ex;
1030 margin-bottom: 2ex;
1033 .draft_updated_info,
1034 .voting_active_info,
1035 .initiator_invite_info,
1036 .motd,
1037 .public_access_issue_head {
1038 background-color: #fec;
1039 padding: 1ex;
1040 margin-top: 2ex;
1041 margin-bottom: 2ex;
1042 border-radius: 8px;
1045 .suggestion_fulfilled {
1046 width: 15em;
1048 .suggestion_fulfilled a.action {
1049 padding-left: 0;
1050 line-height: 120%;
1053 .help,
1054 .use_terms {
1055 border: 1px solid #bcd;
1056 background-color: #def;
1057 color: #000;
1058 padding: 1ex;
1061 .help_visible {
1062 margin-bottom: 1ex;
1065 .help_visible .help_icon {
1066 float: right;
1069 .slot_help_hidden {
1070 float: right;
1071 margin-right: 1em;
1072 margin-top: 1ex;
1075 .help_actions {
1076 font-size: 75%;
1077 float: right;
1080 .help_actions a {
1081 margin-right: 1em;
1082 color: #468;
1085 .wiki {
1088 .wiki h1,
1089 .wiki h2,
1090 .wiki h3,
1091 .wiki h4 {
1092 margin-top: 1ex;
1093 margin-bottom: 1ex;
1096 .wiki h1 {
1097 font-size: 150%;
1100 .wiki h2 {
1101 font-size: 125%;
1104 .wiki p {
1105 margin-top: 1ex;
1106 margin-bottom: 1ex;
1109 form .warning {
1110 background-color: #ffd;
1111 color: #000;
1112 border: 1px solid #dda;
1113 margin: 1ex;
1114 margin-bottom: 2ex;
1115 padding: 1ex;
1118 a.not_voted {
1119 display: block;
1120 background-color: #fec;
1121 color: #000;
1124 .action_active {
1125 background-color: #fec;
1128 .heading {
1129 display: block;
1130 font-size: 120%;
1131 font-weight: bold;
1134 .heading.member_area_list {
1135 position: absolute;
1138 .heading.first {
1139 margin-top: 0;
1142 .menu_list li {
1143 padding-top: 1ex;
1144 padding-bottom: 1ex;
1147 .deactivated_member_info {
1148 background-color: #a00;
1149 color: #fff;
1152 /*************************************************************************
1153 * Voting
1154 */
1156 #voting {
1157 position: relative;
1159 #voting .approval, .abstention, .disapproval {
1160 border: 2px black solid;
1161 margin-top: 5ex;
1162 margin-bottom: 5ex;
1163 padding: 1ex;
1164 padding-bottom: 2ex;
1166 #voting .approval {
1167 background-color: #9f9;
1169 #voting .approval .movable {
1170 background-color: #dfd;
1172 #voting .abstention {
1173 background-color: #ccc;
1175 #voting .abstention .movable {
1176 background-color: #eee;
1178 #voting .disapproval {
1179 background-color: #f88;
1181 #voting .disapproval .movable {
1182 background-color: #fbb;
1184 #voting .cathead {
1185 font-weight: bold;
1187 #voting .movable {
1188 position: relative;
1189 border: 1px black solid;
1190 margin: 1ex;
1191 padding: 0.5ex;
1193 #voting .voting_form_active .movable {
1194 cursor: pointer;
1196 #voting .voting_form_active .clickable {
1197 cursor: auto;
1199 #voting .voting_form_active a.clickable {
1200 cursor: pointer;
1203 #voting .grabber {
1204 vertical-align: middle;
1205 cursor: move;
1208 /*************************************************************************
1209 * timeline
1210 */
1211 div.ignore_area_list {
1212 float: left;
1213 width: 90%;
1214 margin: 0 0 1em 0;
1217 div.ignore_area_list >
1218 label.ui_field_label {
1219 text-align: left ;
1220 width: 100%;
1221 border-bottom:1px solid #000000;
1222 color: #000000;
1223 font-size:75%;
1224 font-weight:bold;
1225 vertical-align:bottom;
1226 text-transform:none;
1227 padding:0.5ex 0.5em
1230 div.ignore_area_item {
1231 clear: none;
1232 float: left;
1233 min-width: 10em;
1234 margin: 0.1ex 0.5em;
1235 margin-right: 0.5em;
1238 div.ignore_area_item > input {
1239 float: none;
1240 clear: none;
1241 display: inline;
1244 div.ignore_area_item >
1245 label.ui_field_label {
1246 float: none;
1247 clear: none;
1248 text-align: left;
1249 display: inline;
1252 div.timeline_results {
1253 clear: both;

Impressum / About Us