also add highlighting for people that want accommodation

This commit is contained in:
2016-06-26 22:14:51 +10:00
parent f628e41677
commit 91efbb80d6
2 changed files with 7 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ tr.welfare-row.odd {background: #c3e06c;}
tr.welfare-row.even {background: #c3e06c;}
tr.flying-row.odd {background: #c3e06c;}
tr.flying-row.even {background: #e5f2c0;}
tr.accomm-row.odd {background: #ffb380;}
tr.accomm-row.even {background: #ffb380;}
div#booking_email_preselection_suffix_wrapper {
margin-bottom: 10px;
}