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