diff website/issues/html/style.css @ 6476:10a8a6bc4667

Change spacing for file addition; larger comment block; top label Add padding to file input not the close button. This groups the clear button with its file input. Comment block becomes larger. In table layout, make header and data align to top of cell. Add padding to in table headers, makes the rows easier to scan.
author John Rouillard <rouilj@ieee.org>
date Sat, 28 Aug 2021 21:43:11 -0400
parents 83b67f65b8ff
children
line wrap: on
line diff
--- a/website/issues/html/style.css	Sat Aug 28 21:03:39 2021 -0400
+++ b/website/issues/html/style.css	Sat Aug 28 21:43:11 2021 -0400
@@ -153,13 +153,19 @@
 
 table:not(.list) th {
     text-align: left;
+    padding-block-end: 0.75em;
+}
+
+table textarea {
+    width: 99%;
 }
 
 table th[colspan] {
     text-align: center;
 }
 /* Need some space between content of Issue List columns */
-td, th { padding-left: 1em; }
+td, th { padding-left: 1em;
+	 vertical-align: top; }
 
 tr.odd { background-color:#f5f5f5; }
 

Roundup Issue Tracker: http://roundup-tracker.org/