##// END OF EJS Templates
Stylesheet cleanup....
Jean-Philippe Lang -
r9950:95457c434e6f
parent child
Show More
@@ -244,13 +244,13 table.boards td.last-message {font-size:80%;}
244 244 table.messages td.author, table.messages td.created_on, table.messages td.reply-count {text-align:center;}
245 245
246 246 table.query-columns {
247 border-collapse: collapse;
248 border: 0;
247 border-collapse: collapse;
248 border: 0;
249 249 }
250 250
251 251 table.query-columns td.buttons {
252 vertical-align: middle;
253 text-align: center;
252 vertical-align: middle;
253 text-align: center;
254 254 }
255 255
256 256 td.center {text-align:center;}
@@ -281,20 +281,20 span.search_for_watchers a, span.add_attachment a {padding-left:16px; background
281 281 .highlight.token-3 { background-color: #aaf;}
282 282
283 283 .box{
284 padding:6px;
285 margin-bottom: 10px;
286 background-color:#f6f6f6;
287 color:#505050;
288 line-height:1.5em;
289 border: 1px solid #e4e4e4;
284 padding:6px;
285 margin-bottom: 10px;
286 background-color:#f6f6f6;
287 color:#505050;
288 line-height:1.5em;
289 border: 1px solid #e4e4e4;
290 290 }
291 291
292 292 div.square {
293 border: 1px solid #999;
294 float: left;
295 margin: .3em .4em 0 .4em;
296 overflow: hidden;
297 width: .6em; height: .6em;
293 border: 1px solid #999;
294 float: left;
295 margin: .3em .4em 0 .4em;
296 overflow: hidden;
297 width: .6em; height: .6em;
298 298 }
299 299 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
300 300 .contextual input, .contextual select {font-size:0.9em;}
@@ -447,45 +447,45 p.pagination {margin-top:8px;}
447 447
448 448 /***** Tabular forms ******/
449 449 .tabular p{
450 margin: 0;
451 padding: 3px 0 3px 0;
452 padding-left: 180px; /* width of left column containing the label elements */
453 min-height: 1.8em;
454 clear:left;
450 margin: 0;
451 padding: 3px 0 3px 0;
452 padding-left: 180px; /* width of left column containing the label elements */
453 min-height: 1.8em;
454 clear:left;
455 455 }
456 456
457 457 html>body .tabular p {overflow:hidden;}
458 458
459 459 .tabular label{
460 font-weight: bold;
461 float: left;
462 text-align: right;
463 /* width of left column */
464 margin-left: -180px;
465 /* width of labels. Should be smaller than left column to create some right margin */
466 width: 175px;
460 font-weight: bold;
461 float: left;
462 text-align: right;
463 /* width of left column */
464 margin-left: -180px;
465 /* width of labels. Should be smaller than left column to create some right margin */
466 width: 175px;
467 467 }
468 468
469 469 .tabular label.floating{
470 font-weight: normal;
471 margin-left: 0px;
472 text-align: left;
473 width: 270px;
470 font-weight: normal;
471 margin-left: 0px;
472 text-align: left;
473 width: 270px;
474 474 }
475 475
476 476 .tabular label.block{
477 font-weight: normal;
478 margin-left: 0px !important;
479 text-align: left;
480 float: none;
481 display: block;
482 width: auto;
477 font-weight: normal;
478 margin-left: 0px !important;
479 text-align: left;
480 float: none;
481 display: block;
482 width: auto;
483 483 }
484 484
485 485 .tabular label.inline{
486 float:none;
487 margin-left: 5px !important;
488 width: auto;
486 float:none;
487 margin-left: 5px !important;
488 width: auto;
489 489 }
490 490
491 491 label.no-css {
@@ -554,48 +554,48 input#principal_search, input#user_search {
554 554 border:1px solid #9EB1C2; border-radius:3px; height:1.5em; width:95%;
555 555 }
556 556 input#principal_search.ajax-loading, input#user_search.ajax-loading {
557 background-image: url(../images/loading.gif);
557 background-image: url(../images/loading.gif);
558 558 }
559 559
560 560 * html div#tab-content-members fieldset div { height: 450px; }
561 561
562 562 /***** Flash & error messages ****/
563 563 #errorExplanation, div.flash, .nodata, .warning, .conflict {
564 padding: 4px 4px 4px 30px;
565 margin-bottom: 12px;
566 font-size: 1.1em;
567 border: 2px solid;
564 padding: 4px 4px 4px 30px;
565 margin-bottom: 12px;
566 font-size: 1.1em;
567 border: 2px solid;
568 568 }
569 569
570 570 div.flash {margin-top: 8px;}
571 571
572 572 div.flash.error, #errorExplanation {
573 background: url(../images/exclamation.png) 8px 50% no-repeat;
574 background-color: #ffe3e3;
575 border-color: #dd0000;
576 color: #880000;
573 background: url(../images/exclamation.png) 8px 50% no-repeat;
574 background-color: #ffe3e3;
575 border-color: #dd0000;
576 color: #880000;
577 577 }
578 578
579 579 div.flash.notice {
580 background: url(../images/true.png) 8px 5px no-repeat;
581 background-color: #dfffdf;
582 border-color: #9fcf9f;
583 color: #005f00;
580 background: url(../images/true.png) 8px 5px no-repeat;
581 background-color: #dfffdf;
582 border-color: #9fcf9f;
583 color: #005f00;
584 584 }
585 585
586 586 div.flash.warning, .conflict {
587 background: url(../images/warning.png) 8px 5px no-repeat;
588 background-color: #FFEBC1;
589 border-color: #FDBF3B;
590 color: #A6750C;
591 text-align: left;
587 background: url(../images/warning.png) 8px 5px no-repeat;
588 background-color: #FFEBC1;
589 border-color: #FDBF3B;
590 color: #A6750C;
591 text-align: left;
592 592 }
593 593
594 594 .nodata, .warning {
595 text-align: center;
596 background-color: #FFEBC1;
597 border-color: #FDBF3B;
598 color: #A6750C;
595 text-align: center;
596 background-color: #FFEBC1;
597 border-color: #FDBF3B;
598 color: #A6750C;
599 599 }
600 600
601 601 #errorExplanation ul { font-size: 0.9em;}
@@ -661,19 +661,19 color:#505050;
661 661 }
662 662
663 663 img.ui-datepicker-trigger {
664 cursor: pointer;
665 vertical-align: middle;
666 margin-left: 4px;
664 cursor: pointer;
665 vertical-align: middle;
666 margin-left: 4px;
667 667 }
668 668
669 669 /***** Progress bar *****/
670 670 table.progress {
671 border-collapse: collapse;
672 border-spacing: 0pt;
673 empty-cells: show;
674 text-align: center;
675 float:left;
676 margin: 1px 6px 1px 0px;
671 border-collapse: collapse;
672 border-spacing: 0pt;
673 empty-cells: show;
674 text-align: center;
675 float:left;
676 margin: 1px 6px 1px 0px;
677 677 }
678 678
679 679 table.progress td { height: 1em; }
@@ -688,104 +688,69 p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
688 688 #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
689 689 #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
690 690 #content .tabs ul li {
691 float:left;
692 list-style-type:none;
693 white-space:nowrap;
694 margin-right:4px;
695 background:#fff;
696 position:relative;
697 margin-bottom:-1px;
691 float:left;
692 list-style-type:none;
693 white-space:nowrap;
694 margin-right:4px;
695 background:#fff;
696 position:relative;
697 margin-bottom:-1px;
698 698 }
699 699 #content .tabs ul li a{
700 display:block;
701 font-size: 0.9em;
702 text-decoration:none;
703 line-height:1.3em;
704 padding:4px 6px 4px 6px;
705 border: 1px solid #ccc;
706 border-bottom: 1px solid #bbbbbb;
707 background-color: #f6f6f6;
708 color:#999;
709 font-weight:bold;
710 border-top-left-radius:3px;
711 border-top-right-radius:3px;
700 display:block;
701 font-size: 0.9em;
702 text-decoration:none;
703 line-height:1.3em;
704 padding:4px 6px 4px 6px;
705 border: 1px solid #ccc;
706 border-bottom: 1px solid #bbbbbb;
707 background-color: #f6f6f6;
708 color:#999;
709 font-weight:bold;
710 border-top-left-radius:3px;
711 border-top-right-radius:3px;
712 712 }
713 713
714 714 #content .tabs ul li a:hover {
715 background-color: #ffffdd;
716 text-decoration:none;
715 background-color: #ffffdd;
716 text-decoration:none;
717 717 }
718 718
719 719 #content .tabs ul li a.selected {
720 background-color: #fff;
721 border: 1px solid #bbbbbb;
722 border-bottom: 1px solid #fff;
723 color:#444;
720 background-color: #fff;
721 border: 1px solid #bbbbbb;
722 border-bottom: 1px solid #fff;
723 color:#444;
724 724 }
725 725
726 #content .tabs ul li a.selected:hover {
727 background-color: #fff;
728 }
726 #content .tabs ul li a.selected:hover {background-color: #fff;}
729 727
730 728 div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
731 729
732 730 button.tab-left, button.tab-right {
733 font-size: 0.9em;
734 cursor: pointer;
735 height:24px;
736 border: 1px solid #ccc;
737 border-bottom: 1px solid #bbbbbb;
738 position:absolute;
739 padding:4px;
740 width: 20px;
741 bottom: -1px;
731 font-size: 0.9em;
732 cursor: pointer;
733 height:24px;
734 border: 1px solid #ccc;
735 border-bottom: 1px solid #bbbbbb;
736 position:absolute;
737 padding:4px;
738 width: 20px;
739 bottom: -1px;
742 740 }
743 741
744 742 button.tab-left {
745 right: 20px;
746 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
747 border-top-left-radius:3px;
743 right: 20px;
744 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
745 border-top-left-radius:3px;
748 746 }
749 747
750 748 button.tab-right {
751 right: 0;
752 background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
753 border-top-right-radius:3px;
749 right: 0;
750 background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
751 border-top-right-radius:3px;
754 752 }
755 753
756 /***** Auto-complete *****/
757 div.autocomplete {
758 position:absolute;
759 width:400px;
760 margin:0;
761 padding:0;
762 }
763 div.autocomplete ul {
764 list-style-type:none;
765 margin:0;
766 padding:0;
767 }
768 div.autocomplete ul li {
769 list-style-type:none;
770 display:block;
771 margin:-1px 0 0 0;
772 padding:2px;
773 cursor:pointer;
774 font-size: 90%;
775 border: 1px solid #ccc;
776 border-left: 1px solid #ccc;
777 border-right: 1px solid #ccc;
778 background-color:white;
779 }
780 div.autocomplete ul li.selected { background-color: #ffb;}
781 div.autocomplete ul li span.informal {
782 font-size: 80%;
783 color: #aaa;
784 }
785
786 #parent_issue_candidates ul li {width: 500px;}
787 #related_issue_candidates ul li {width: 500px;}
788
789 754 /***** Diff *****/
790 755 .diff_out { background: #fcc; }
791 756 .diff_out span { background: #faa; }
@@ -793,57 +758,55 div.autocomplete ul li span.informal {
793 758 .diff_in span { background: #afa; }
794 759
795 760 .text-diff {
796 padding: 1em;
797 background-color:#f6f6f6;
798 color:#505050;
799 border: 1px solid #e4e4e4;
761 padding: 1em;
762 background-color:#f6f6f6;
763 color:#505050;
764 border: 1px solid #e4e4e4;
800 765 }
801 766
802 767 /***** Wiki *****/
803 768 div.wiki table {
804 border-collapse: collapse;
805 margin-bottom: 1em;
769 border-collapse: collapse;
770 margin-bottom: 1em;
806 771 }
807 772
808 773 div.wiki table, div.wiki td, div.wiki th {
809 border: 1px solid #bbb;
810 padding: 4px;
774 border: 1px solid #bbb;
775 padding: 4px;
811 776 }
812 777
813 778 div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {border:0;}
814 779
815 780 div.wiki .external {
816 background-position: 0% 60%;
817 background-repeat: no-repeat;
818 padding-left: 12px;
819 background-image: url(../images/external.png);
781 background-position: 0% 60%;
782 background-repeat: no-repeat;
783 padding-left: 12px;
784 background-image: url(../images/external.png);
820 785 }
821 786
822 div.wiki a.new {
823 color: #b73535;
824 }
787 div.wiki a.new {color: #b73535;}
825 788
826 789 div.wiki ul, div.wiki ol {margin-bottom:1em;}
827 790
828 791 div.wiki pre {
829 margin: 1em 1em 1em 1.6em;
830 padding: 8px;
831 background-color: #fafafa;
832 border: 1px solid #e2e2e2;
833 width:auto;
834 overflow-x: auto;
835 overflow-y: hidden;
792 margin: 1em 1em 1em 1.6em;
793 padding: 8px;
794 background-color: #fafafa;
795 border: 1px solid #e2e2e2;
796 width:auto;
797 overflow-x: auto;
798 overflow-y: hidden;
836 799 }
837 800
838 801 div.wiki ul.toc {
839 background-color: #ffffdd;
840 border: 1px solid #e4e4e4;
841 padding: 4px;
842 line-height: 1.2em;
843 margin-bottom: 12px;
844 margin-right: 12px;
845 margin-left: 0;
846 display: table
802 background-color: #ffffdd;
803 border: 1px solid #e4e4e4;
804 padding: 4px;
805 line-height: 1.2em;
806 margin-bottom: 12px;
807 margin-right: 12px;
808 margin-left: 0;
809 display: table
847 810 }
848 811 * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
849 812
@@ -853,12 +816,11 div.wiki ul.toc ul { margin: 0; padding: 0; }
853 816 div.wiki ul.toc li { list-style-type:none; margin: 0;}
854 817 div.wiki ul.toc li li { margin-left: 1.5em; }
855 818 div.wiki ul.toc li li li { font-size: 0.8em; }
856
857 819 div.wiki ul.toc a {
858 font-size: 0.9em;
859 font-weight: normal;
860 text-decoration: none;
861 color: #606060;
820 font-size: 0.9em;
821 font-weight: normal;
822 text-decoration: none;
823 color: #606060;
862 824 }
863 825 div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
864 826
@@ -870,35 +832,30 div.wiki img { vertical-align: middle; }
870 832
871 833 /***** My page layout *****/
872 834 .block-receiver {
873 border:1px dashed #c0c0c0;
874 margin-bottom: 20px;
875 padding: 15px 0 15px 0;
835 border:1px dashed #c0c0c0;
836 margin-bottom: 20px;
837 padding: 15px 0 15px 0;
876 838 }
877 839
878 840 .mypage-box {
879 margin:0 0 20px 0;
880 color:#505050;
881 line-height:1.5em;
841 margin:0 0 20px 0;
842 color:#505050;
843 line-height:1.5em;
882 844 }
883 845
884 .handle {
885 cursor: move;
886 }
846 .handle {cursor: move;}
887 847
888 848 a.close-icon {
889 display:block;
890 margin-top:3px;
891 overflow:hidden;
892 width:12px;
893 height:12px;
894 background-repeat: no-repeat;
895 cursor:pointer;
896 background-image:url('../images/close.png');
897 }
898
899 a.close-icon:hover {
900 background-image:url('../images/close_hl.png');
849 display:block;
850 margin-top:3px;
851 overflow:hidden;
852 width:12px;
853 height:12px;
854 background-repeat: no-repeat;
855 cursor:pointer;
856 background-image:url('../images/close.png');
901 857 }
858 a.close-icon:hover {background-image:url('../images/close_hl.png');}
902 859
903 860 /***** Gantt chart *****/
904 861 .gantt_hdr {
@@ -953,11 +910,11 background-image:url('../images/close_hl.png');
953 910
954 911 /***** Icons *****/
955 912 .icon {
956 background-position: 0% 50%;
957 background-repeat: no-repeat;
958 padding-left: 20px;
959 padding-top: 2px;
960 padding-bottom: 3px;
913 background-position: 0% 50%;
914 background-repeat: no-repeat;
915 padding-left: 20px;
916 padding-top: 2px;
917 padding-bottom: 3px;
961 918 }
962 919
963 920 .icon-add { background-image: url(../images/add.png); }
@@ -1018,62 +975,37 padding-bottom: 3px;
1018 975 .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
1019 976
1020 977 img.gravatar {
1021 padding: 2px;
1022 border: solid 1px #d5d5d5;
1023 background: #fff;
1024 vertical-align: middle;
978 padding: 2px;
979 border: solid 1px #d5d5d5;
980 background: #fff;
981 vertical-align: middle;
1025 982 }
1026 983
1027 984 div.issue img.gravatar {
1028 float: left;
1029 margin: 0 6px 0 0;
1030 padding: 5px;
985 float: left;
986 margin: 0 6px 0 0;
987 padding: 5px;
1031 988 }
1032 989
1033 990 div.issue table img.gravatar {
1034 height: 14px;
1035 width: 14px;
1036 padding: 2px;
1037 float: left;
1038 margin: 0 0.5em 0 0;
1039 }
1040
1041 h2 img.gravatar {
1042 margin: -2px 4px -4px 0;
1043 }
1044
1045 h3 img.gravatar {
1046 margin: -4px 4px -4px 0;
1047 }
1048
1049 h4 img.gravatar {
1050 margin: -6px 4px -4px 0;
1051 }
1052
1053 td.username img.gravatar {
1054 margin: 0 0.5em 0 0;
1055 vertical-align: top;
1056 }
1057
1058 #activity dt img.gravatar {
1059 float: left;
1060 margin: 0 1em 1em 0;
991 height: 14px;
992 width: 14px;
993 padding: 2px;
994 float: left;
995 margin: 0 0.5em 0 0;
1061 996 }
1062 997
998 h2 img.gravatar {margin: -2px 4px -4px 0;}
999 h3 img.gravatar {margin: -4px 4px -4px 0;}
1000 h4 img.gravatar {margin: -6px 4px -4px 0;}
1001 td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
1002 #activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
1063 1003 /* Used on 12px Gravatar img tags without the icon background */
1064 .icon-gravatar {
1065 float: left;
1066 margin-right: 4px;
1067 }
1004 .icon-gravatar {float: left; margin-right: 4px;}
1068 1005
1069 #activity dt,
1070 .journal {
1071 clear: left;
1072 }
1006 #activity dt, .journal {clear: left;}
1073 1007
1074 .journal-link {
1075 float: right;
1076 }
1008 .journal-link {float: right;}
1077 1009
1078 1010 h2 img { vertical-align:middle; }
1079 1011
General Comments 0
You need to be logged in to leave comments. Login now