@@ -26,20 +26,24 @@ a.button:hover {text-decoration: none;}
2626
2727# org-unit {font-weight : normal;}
2828
29+ table tr .comment .principal td : first-child {border-left : solid red medium ;}
30+ table tr .comment .technical td : first-child {border-left : solid blue medium ;}
31+ table tr .comment .accepted {background-color : YellowGreen}
32+ table tr .comment .partly-accepted {background-color : orange;}
33+ table tr .comment .rejected {background-color : Tomato;}
34+
2935# comments {width : 100% ;}
3036# comments form , # comments .button {margin : 0 ;}
3137# comments .button {margin-right : 1em ;}
3238# comments th {text-align : center;}
3339# comments th : first-child {width : 35% ;}
3440# comments th : first-child + th , # comments th : last-child {width : 25% ;}
35- # comments tbody tr {border-bottom : thin dashed # 555 ;}
41+ # my-comments tbody tr , # comments tbody tr {border-bottom : thin dashed # 555 ;}
3642# comments tbody tr : last-child {border-bottom : none;}
3743
38- table tr .comment .principal td : first-child {border-left : solid red medium ;}
39- table tr .comment .technical td : first-child {border-left : solid blue medium ;}
40- table tr .comment .accepted {background-color : YellowGreen}
41- table tr .comment .partly-accepted {background-color : orange;}
42- table tr .comment .rejected {background-color : Tomato;}
44+ # my-comments th : first-child {width : 15% ;}
45+ # my-comments th : nth-of-type (2 ), # my-comments th : nth-of-type (3 ) {width : 25% ;}
46+ # my-comments tr td : first-child {background-color : white;'}
4347
4448.button-group form, form.action, form.action input {margin: 0}
4549select {width: inherit;}
0 commit comments