liquid_feedback_frontend

view static/style.css @ 292:44f9a09ea51c

Changed colors again, fixed language setting handling for Core 2.0
author bsw
date Sat Feb 25 17:34:51 2012 +0100 (2012-02-25)
parents 6f79a181a921
children fee2fcc5d88e
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%,#e7e7e7), color-stop(66%,#fff));
273 margin-top: 2ex;
274 padding-left: 1em;
275 padding-top: 2ex;
276 text-shadow: #fff 0px 0px 3px;
277 }
279 .initiative_name {
280 font-weight: bold;
281 font-size: 125%;
282 }
284 .content_navigation {
285 font-size: 75%;
286 background-color: #eee;
287 margin-bottom: 2ex;
288 padding-left: 1em;
289 }
291 .content_navigation div,
292 .content_navigation a {
293 display: inline-block;
294 padding: 3px 0.5em 3px 0.0em;
295 margin-right: 1em;
296 vertical-align: middle;
297 }
299 .content_navigation a:hover {
300 background-color: #d7d7d7;
301 }
303 .content_navigation_seperator {
304 height: 1.4em;
305 border-left: 1px solid black;
306 }
309 .actions a {
310 float: left;
311 }
313 .actions a:hover {
314 background-color: #d7d7d7;
315 }
317 .actions img {
318 padding-left: 0.2em;
319 padding-right: 0.2em;
320 vertical-align: middle;
321 }
323 .logo {
324 float: right;
325 margin-right: 1em;
326 }
329 .member_image_photo {
330 border-radius: 8px;
331 }
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 border-radius: 5px;
369 }
371 .delegation .head_active,
372 .interest .head_active {
373 background-color: #cdf;
374 }
376 .actions .supporter {
377 background-color: #cdf;
378 }
380 .actions .potential_supporter {
381 background-color: #cdf;
382 }
384 .slot_support .head_initiator {
385 background-color: #eee;
386 border-radius: 5px;
387 }
389 .delegation .change_delegation {
390 margin-bottom: 2ex;
391 }
393 .delegation .change_delegation a {
394 display: inline;
395 float: none;
396 padding: 1ex;
397 }
399 .delegation .delegation_participation {
400 margin-left: 20.5em;
401 margin-top: 3ex;
402 font-style: italic;
403 font-size: 80%;
404 }
406 .slot_actions .change_delegation {
407 float: left;
408 }
410 .vote_info .close {
411 position: absolute;
412 top: 0;
413 right: 0;
414 padding: 1ex;
415 display: block;
416 }
418 .vote_info .content {
419 font-size: 133%;
420 line-height: 100%;
421 top: 2.8ex;
422 display: none;
423 position: absolute;
424 z-index: 10;
425 background-color: #cdf;
426 border-radius: 0 5px 5px 5px;
427 padding: 1em;
428 width: 35em;
429 }
431 .vote_info .delegation_arrow {
432 margin-top: 1ex;
433 margin-bottom: 1ex;
434 vertical-align: middle;
435 }
437 .vote_info .delegation_arrow_overridden {
438 opacity: 0.4;
439 }
441 .vote_info .delegation_scope_overridden {
442 color: #777;
443 }
445 .vote_info .delegation_scope {
446 display: inline;
447 }
449 .vote_info .delegation_info {
450 }
452 .vote_info a {
453 padding-right: 0;
454 }
456 .vote_info .member_thumb {
457 clear: left;
458 background: #fff;
459 }
461 .delegation_overridden .member_thumb {
462 opacity: 0.4;
463 }
465 .delegation .revoke {
466 margin: 0.5ex;
467 float: right;
468 }
470 .delegation .revoke img {
471 vertical-align: middle;
472 }
475 /*************************************************************************
476 * Main content
477 */
479 .main {
480 margin-left: 1em;
481 margin-right: 1em;
482 }
484 /*************************************************************************
485 * ui.tab
486 */
488 .ui_tabs_links {
489 margin-top: 2ex;
490 margin-bottom: 1ex;
491 font-size: 75%;
492 }
494 .ui_tabs_links a {
495 padding: 1ex;
496 line-height: 300%;
497 background-color: #e7e7e7;
498 white-space: nowrap;
499 border-radius: 5px;
500 margin-right: 5px;
501 font-weight: bold;
502 }
504 .ui_tabs_links a:hover {
505 background-color: #d7d7d7;
506 }
508 .ui_tabs_links a.selected {
509 background-color: #444;
510 color: #fff;
511 text-decoration: none;
512 padding: 1ex;
513 }
515 .ui_tabs_content {
516 xborder: 1px solid #444;
517 xpadding: 1ex 1ex 1ex 1ex;
518 }
520 .ui_tabs_links a.yellow {
521 background-color: #fcc;
522 color: #000;
523 }
525 .ui_tabs_links a.yellow:hover {
526 background-color: #faa;
527 }
529 .ui_tabs_links a.yellow.selected {
530 background-color: #a44;
531 color: #fff;
532 text-decoration: none;
533 padding: 1ex;
534 }
536 .ui_tabs_links a.red {
537 background-color: #c33;
538 color: #000;
539 }
541 .ui_tabs_links a.red:hover {
542 background-color: #ebb;
543 }
545 .ui_tabs_links a.red.selected {
546 background-color: #644;
547 color: #fff;
548 text-decoration: none;
549 padding: 1ex;
550 }
553 /*************************************************************************
554 * ui.filters
555 */
557 .ui_filter {
558 overflow: hidden;
559 margin-bottom: 1ex;
560 }
562 .ui_filter_closed_head,
563 .ui_filter_head {
564 color: #777;
565 margin-top: 1ex;
566 margin-bottom: 1.5ex;
567 font-size: 75%;
568 float: left;
569 }
571 .ui_filter_head {
572 margin-right: 2em;
573 }
575 .ui_filter_head a {
576 color: #777;
577 padding: 0.5ex;
578 margin-right: 0.2em;
579 }
581 .ui_filter_head a.active {
582 color: #fff;
583 background-color: #777;
584 padding: 0.5ex;
585 border-radius: 5px;
586 }
588 /*************************************************************************
589 * ui.paginate
590 */
592 .ui_paginate_head {
593 display: none;
594 margin-bottom: 1ex;
595 }
597 .ui_paginate_foot {
598 margin-top: 1ex;
599 }
601 .ui_paginate_select a {
602 padding: 0.5em;
603 }
605 /*************************************************************************
606 * ui.bargraph
607 */
609 .bargraph {
610 width: 103px;
611 }
613 .bargraph50 {
614 width: 52px;
615 }
617 .bargraph div {
618 float: left;
619 margin-top: 0.5ex;
620 height: 1.3ex;
621 }
623 .bargraph_legend {
624 margin-top: 2ex;
625 }
627 .bargraph_legend .bargraph {
628 width: 26px;
629 }
631 .bargraph_legend div,
632 .bargraph_legend div div,
633 .bargraph_legend div div div {
634 float: left;
635 }
637 .bargraph_legend_label {
638 margin-left: 0.5em;
639 margin-right: 1em;
640 }
642 /*************************************************************************
643 * vertical ui.form
644 */
646 .login input[type=text],
647 .vertical input[type=text],
648 .login input[type=password],
649 .vertical input[type=password],
650 .vertical textarea,
651 .vertical select {
652 font-family: sans-serif;
653 font-size: 100%;
654 width: 50em;
655 border: 1px solid #444;
656 padding: 0.2ex 0.2em 0.2ex 0.2em;
657 margin-bottom: 1ex;
658 }
660 .login input[type=password],
661 .vertical input[type=password] {
662 width: 16em;
663 }
665 .vertical select {
666 padding-right: 0;
667 }
669 .login .ui_field_label,
670 .vertical .ui_field_label {
671 text-transform: uppercase;
672 font-size: 70%;
673 line-height: 120%;
674 font-weight: bold;
675 color: #777;
676 width: 15em;
677 display: block;
678 float: left;
679 clear: left;
680 text-align: right;
681 padding-right: 0.5em;
682 }
684 .ui_field_label.label_right {
685 text-align: left;
686 width: auto;
687 }
689 .login input[type=text],
690 .login input[type=password] {
691 width: 10em;
692 }
694 .login div,
695 .vertical div {
696 clear: left;
697 }
699 .vertical span {
700 display: block;
701 margin-bottom: 0.5ex;
702 }
704 .vertical span:after {
705 content: " ";
706 }
708 .vertical span span {
709 display: inline;
710 margin-bottom: 0;
711 }
713 .login input[type=submit],
714 .vertical input[type=submit] {
715 font-size: 100%;
716 margin-left: 11em;
717 background-color: #444444;
718 color: #fff;
719 border: none;
720 padding: 0.75ex;
721 }
723 .login input[type=submit]:hover,
724 .vertical input[type=submit]:hover {
725 background-color: #444444;
726 }
728 /*************************************************************************
729 * Tables
730 */
733 table a.action {
734 font-size: 70%;
735 line-height: 190%;
736 padding: 0.5ex;
737 color: #777;
738 }
740 table a.active {
741 color: #fff;
742 }
744 th {
745 text-align: left;
746 }
748 tr:hover td {
749 background-color: #ddd;
750 }
752 .nohover tr:hover td {
753 background-color: #fff;
754 }
756 .nohover table tr:hover td {
757 background-color: #ddd;
758 }
761 tr table tr:hover td {
762 background-color: #fff;
763 }
766 /*************************************************************************
767 * Positive / Negtive votes
768 */
771 .positive_votes span {
772 display: inline;
773 }
775 .positive_votes {
776 display: inline;
777 background-color: #cfc;
778 padding: 0.3ex 0.5em 0.3ex 0.5em;
779 }
781 .negative_votes span {
782 display: inline;
783 }
785 .negative_votes {
786 display: inline;
787 background-color: #fcc;
788 padding: 0.3ex 0.5em 0.3ex 0.5em;
789 }
791 .suggestion_my_opinion a,
792 .suggestion_my_opinion span {
793 white-space: nowrap;
794 padding-left: 0.2ex !important;
795 padding-right: 0.2ex !important;
796 }
798 .active {
799 background-color: #444;
800 color: #fff;
801 }
803 .active_red2 { background-color: #a00; color: #fff !important; }
804 .active_red1 { background-color: #f88; color: #000 !important; }
805 .active_green1 { background-color: #8f8; color: #000 !important; }
806 .active_green2 { background-color: #0a0; color: #000 !important; }
811 /*************************************************************************
812 * Issues
813 */
815 .issues .issue {
816 overflow: hidden;
817 margin-bottom: 2ex;
818 border-radius: 8px;
819 }
821 .issues .issue .issue_info {
822 padding: 1ex;
823 line-height: 140%;
824 background: -webkit-gradient(linear, left top, left bottom,
825 color-stop(0%,#e7e7e7), color-stop(66%,#fff));
826 }
828 .issues .issue.interested .issue_info,
829 .issues .issue.interested_by_delegation .issue_info {
830 background: -webkit-gradient(linear, left top, left bottom,
831 color-stop(0%,#cdf), color-stop(66%,#fff));
832 }
834 .issues .issue .issue_info .issue_id {
835 font-size: 125%;
836 }
838 .issues .issue .issue_policy_info {
839 font-style: italic;
840 }
842 .issues .issue .interest_by_delegation {
843 float: right;
844 }
846 .issues .issue .initiative_list a {
847 font-weight: bold;
848 }
850 .issue_initiative_list a {
851 font-weight: bold;
852 }
854 .more_initiatives_link {
855 margin-left: 166px;
856 font-style: italic;
857 }
859 .issues tr tr {
860 border: none;
861 background: none;
862 }
864 .initiative_link.selected {
865 font-weight: bold;
866 }
868 .initiative_link.supported {
869 background-color: #cdf;
870 border-radius: 5px;
871 }
873 .initiative_link.potentially_supported {
874 background-color: #cdf;
875 border-radius: 5px;
876 }
878 .lang_chooser {
879 float: right;
880 margin-right: 0.5em;
881 }
883 .delegation_list_entry {
884 margin-right: 2em;
885 margin-bottom: 2ex;
886 float: left;
887 clear: left;
888 }
890 .delegation_list_entry .delegation_arrow {
891 float: left;
892 }
894 .delegation_list_entry .delegation_scope {
895 float: left;
896 width: 25em;
897 }
899 .delegation_list_entry .delegation_scope a {
900 display: block;
901 }
903 .member_list .member_thumb {
904 float: left;
905 margin-right: 1em;
906 margin-bottom: 2ex;
907 }
909 .member_thumb {
910 text-decoration: none;
911 width: 14.5em;
912 height: 48px;
913 display: block;
914 float: left;
915 xborder: 1px solid #999;
916 background-color: #eee;
917 overflow: hidden;
918 xwhite-space: nowrap;
919 position: relative;
920 border-radius: 7px;
921 padding: 2px;
922 }
924 .xmember_thumb a {
925 position: absolute;
926 top: 0;
927 left: 0;
928 padding: 0;
929 margin: 0;
930 }
932 .member_thumb a:hover div {
933 background-color: #444;
934 color: #fff;
935 }
937 .member_thumb img {
938 padding: 0;
939 margin: 0;
940 vertical-align: bottom;
941 border-radius: 7px;
942 }
944 .member_thumb div {
945 }
947 .member_thumb .member_image {
948 }
950 .member_thumb .member_name {
951 position: absolute;
952 left: 56px;
953 top: 2ex;
954 font-size: 100%;
955 width: 14em;
956 }
958 .member_thumb .flags {
959 text-align: right;
960 font-size: 75%;
961 }
963 .member_thumb .flags a,
964 .member_thumb .flags img {
965 position: static;
966 float: right;
967 margin-left: 0.5em;
968 }
970 .member_thumb .flags .in_delegation_chain {
971 font-weight: bold;
972 }
975 .member .right {
976 float: right;
977 }
979 .member_thumb.not_accepted,
980 .member_thumb.not_informed {
981 opacity: 0.5;
982 }
984 .member_thumb.in_delegation_chain {
985 background-color: #cdf;
986 }
988 .member_statement,
989 .draft_content,
990 .suggestion_content {
991 background-color: #eee;
992 xbackground: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e5e5e5));
993 padding: 1ex;
994 border-radius: 8px;
995 }
997 .member_statement {
998 margin-right: 250px;
999 }
1001 #suggestion_description {
1002 height: 15ex;
1005 .diff {
1006 background-color: #eee;
1007 border: 1px solid #ccc;
1008 padding: 1ex;
1011 .diff_added {
1012 background-color: #cfc;
1013 text-decoration: underline;
1016 .diff_removed {
1017 background-color: #fcc;
1018 text-decoration: line-through;
1021 .slot_issue_info {
1022 background-color: #eee;
1023 border: 1px solid #ccc;
1024 float: right;
1025 padding: 0.5ex;
1026 line-height: 130%;
1027 margin-right: 1em;
1030 .issue_info label {
1031 float: left;
1032 width: 8em;
1033 text-transform: uppercase;
1034 font-size: 70%;
1035 color: #777;
1036 font-weight: bold;
1037 clear: left;
1038 text-align: right;
1039 margin-right: 0.7em;
1042 .admitted_info {
1043 background-color: #dfd;
1044 padding: 1ex;
1045 margin-bottom: 2ex;
1046 border-radius: 8px;
1049 .not_admitted_info,
1050 .revoked_info {
1051 background-color: #fdd;
1052 padding: 1ex;
1053 margin-bottom: 2ex;
1056 .draft_updated_info,
1057 .voting_active_info,
1058 .initiator_invite_info,
1059 .motd,
1060 .public_access_issue_head {
1061 background-color: #fec;
1062 padding: 1ex;
1063 margin-top: 2ex;
1064 margin-bottom: 2ex;
1065 border-radius: 8px;
1068 .suggestion_fulfilled {
1069 width: 15em;
1071 .suggestion_fulfilled a.action {
1072 padding-left: 0;
1073 line-height: 120%;
1076 .help,
1077 .use_terms {
1078 border: 1px solid #bcd;
1079 background-color: #def;
1080 color: #000;
1081 padding: 1ex;
1084 .help_visible {
1085 margin-bottom: 1ex;
1088 .help_visible .help_icon {
1089 float: right;
1092 .slot_help_hidden {
1093 float: right;
1094 margin-right: 1em;
1095 margin-top: 1ex;
1098 .help_actions {
1099 font-size: 75%;
1100 float: right;
1103 .help_actions a {
1104 margin-right: 1em;
1105 color: #468;
1108 .wiki {
1111 .wiki h1,
1112 .wiki h2,
1113 .wiki h3,
1114 .wiki h4 {
1115 margin-top: 1ex;
1116 margin-bottom: 1ex;
1119 .wiki h1 {
1120 font-size: 150%;
1123 .wiki h2 {
1124 font-size: 125%;
1127 .wiki p {
1128 margin-top: 1ex;
1129 margin-bottom: 1ex;
1132 form .warning {
1133 background-color: #ffd;
1134 color: #000;
1135 border: 1px solid #dda;
1136 margin: 1ex;
1137 margin-bottom: 2ex;
1138 padding: 1ex;
1141 a.not_voted {
1142 display: block;
1143 background-color: #fec;
1144 color: #000;
1147 .action_active {
1148 background-color: #fec;
1151 .heading {
1152 display: block;
1153 font-size: 120%;
1154 font-weight: bold;
1157 .heading.member_area_list {
1158 position: absolute;
1161 .heading.first {
1162 margin-top: 0;
1165 .menu_list li {
1166 padding-top: 1ex;
1167 padding-bottom: 1ex;
1170 .deactivated_member_info {
1171 background-color: #a00;
1172 color: #fff;
1175 /*************************************************************************
1176 * Voting
1177 */
1179 #voting_form {
1180 margin-top: 20px;
1183 #voting {
1184 position: relative;
1187 #voting .approval, .abstention, .disapproval {
1188 border: 2px black solid;
1189 margin-top: 2ex;
1190 margin-bottom: 5ex;
1191 padding: 1ex;
1192 padding-bottom: 2ex;
1193 border-radius: 8px;
1195 #voting .approval {
1196 background-color: #9f9;
1198 #voting .approval .movable {
1199 background-color: #dfd;
1201 #voting .abstention {
1202 background-color: #ccc;
1204 #voting .abstention .movable {
1205 background-color: #eee;
1207 #voting .disapproval {
1208 background-color: #f88;
1210 #voting .disapproval .movable {
1211 background-color: #fbb;
1213 #voting .cathead {
1214 font-weight: bold;
1216 #voting .movable {
1217 position: relative;
1218 border: 1px black solid;
1219 margin-top: 1ex;
1220 padding: 0.5ex;
1221 border-radius: 8px;
1223 #voting .voting_form_active .movable {
1224 cursor: pointer;
1226 #voting .voting_form_active .clickable {
1227 cursor: auto;
1229 #voting .voting_form_active a.clickable {
1230 cursor: pointer;
1233 #voting .grabber {
1234 vertical-align: middle;
1235 cursor: move;
1238 /*************************************************************************
1239 * timeline
1240 */
1241 div.ignore_area_list {
1242 float: left;
1243 width: 90%;
1244 margin: 0 0 1em 0;
1247 div.ignore_area_list >
1248 label.ui_field_label {
1249 text-align: left ;
1250 width: 100%;
1251 border-bottom:1px solid #000000;
1252 color: #000000;
1253 font-size:75%;
1254 font-weight:bold;
1255 vertical-align:bottom;
1256 text-transform:none;
1257 padding:0.5ex 0.5em
1260 div.ignore_area_item {
1261 clear: none;
1262 float: left;
1263 min-width: 10em;
1264 margin: 0.1ex 0.5em;
1265 margin-right: 0.5em;
1268 div.ignore_area_item > input {
1269 float: none;
1270 clear: none;
1271 display: inline;
1274 div.ignore_area_item >
1275 label.ui_field_label {
1276 float: none;
1277 clear: none;
1278 text-align: left;
1279 display: inline;
1282 div.timeline_results {
1283 clear: both;

Impressum / About Us