changeset 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 bd7015b83ebf
children 0ecfa817299b
files website/issues/html/issue.item.html website/issues/html/style.css
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/website/issues/html/issue.item.html	Sat Aug 28 21:03:39 2021 -0400
+++ b/website/issues/html/issue.item.html	Sat Aug 28 21:43:11 2021 -0400
@@ -416,7 +416,7 @@
                                 /* lighter color */
                              background: rgba(255,255,255,0.4);
                           }
-		button.clearButton, input.fileDesc {margin-block-end: 0.5em}
+		input[id$=\@content], input.fileDesc {margin-block-end: 0.5em}
               </style>
 
 <p tal:condition="context/id" i18n:translate="">
--- 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/