Revision | 69ed02d7ea5312ad0d11dcdd472d99f1b9f5a11c (tree) |
---|---|
Time | 2020-03-20 10:21:46 |
Author | umorigu <umorigu@gmai...> |
Commiter | umorigu |
BugTrack/2387 Improve bugtrack_list table layout
@@ -683,6 +683,21 @@ span.topicpath-top { | ||
683 | 683 | tr.bugtrack_list_header th { |
684 | 684 | background-color:#ffffcc; |
685 | 685 | } |
686 | +tr.bugtrack_list_header th:nth-child(1) { | |
687 | + min-width: 7em; | |
688 | +} | |
689 | +tr.bugtrack_list_header th:nth-child(2) { | |
690 | + min-width: 2em; | |
691 | +} | |
692 | +tr.bugtrack_list_header th:nth-child(3) { | |
693 | + min-width: 4em; | |
694 | +} | |
695 | +tr.bugtrack_list_header th:nth-child(4) { | |
696 | + min-width: 4em; | |
697 | +} | |
698 | +tr.bugtrack_list_header th:nth-child(5) { | |
699 | + min-width: 3em; | |
700 | +} | |
686 | 701 | tr.bugtrack_state_proposal td { |
687 | 702 | background-color:#ccccff; |
688 | 703 | } |
@@ -759,6 +774,21 @@ tr.bugtrack_state_undef td { | ||
759 | 774 | width:99.5%; |
760 | 775 | } |
761 | 776 | |
777 | + tr.bugtrack_list_header th:nth-child(1) { | |
778 | + min-width: 4em; | |
779 | + } | |
780 | + tr.bugtrack_list_header th:nth-child(2) { | |
781 | + min-width: 1em; | |
782 | + } | |
783 | + tr.bugtrack_list_header th:nth-child(3) { | |
784 | + min-width: 1em; | |
785 | + } | |
786 | + tr.bugtrack_list_header th:nth-child(4) { | |
787 | + min-width: 3em; | |
788 | + } | |
789 | + tr.bugtrack_list_header th:nth-child(5) { | |
790 | + min-width: 3em; | |
791 | + } | |
762 | 792 | ._p_bugtrack_form th,._p_bugtrack_form td { |
763 | 793 | display:block; |
764 | 794 | text-align:left !important; |