Private
Public Access
1
0

javascript around race form

This commit is contained in:
Sander Roosendaal
2018-12-07 17:06:57 +01:00
parent a2200bde33
commit f439204bf9
3 changed files with 75 additions and 1 deletions

View File

@@ -1086,3 +1086,7 @@ a.wh:hover {
background: silver;
cursor: pointer;
}
table.djangoform tbody > tr > th {
vertical-align: top;
}