1
0

Restore Redmine default table header

This commit is contained in:
cryptogopher
2021-01-19 11:27:02 +01:00
parent b742f39c7d
commit bd9b5f04f4
2 changed files with 11 additions and 17 deletions

View File

@@ -4,22 +4,12 @@ table.list tr.food.hidden {opacity: 0.4}
table.list .date,
table.list .name,
table.list .quantity {text-align: left;}
table.list td.quantity {text-align: left;}
/* TODO: merge with .closable and/or remove .closable */
/* TODO: replace .quantityhead(empty) with th.quantity/.empty */
table.list .quantityhead, table.list th.quantity {
text-align: center;
position: relative;
padding: 2px 0;
border-bottom: none;
}
table.list .quantityhead {border-bottom: none;}
table.list .quantityheadempty {border-top: none; border-bottom: none;}
table.list th.quantity {
text-align: center;
position: relative;
padding: 2px 0;
border-bottom: none;
}
table.list th.quantity {border-bottom: none;}
table.list th.empty {border-top: none;}
table.list .action,