Index: static/styles.css |
=================================================================== |
--- a/static/styles.css |
+++ b/static/styles.css |
@@ -952,3 +952,24 @@ |
#repoview table { |
margin-top: 0.5em; |
} |
+ |
+.formtable th { |
+ padding-top: 6px; |
+ vertical-align: top; |
+ text-align: right; |
+} |
+ |
+.formtable td { |
+ padding: 4px; |
+ vertical-align: top; |
+} |
+ |
+.if_checked { |
+ display: none; |
+} |
+ |
+input:checked ~ span .if_checked { |
+ display: block; |
+ font-weight: bold; |
+} |
+ |