comparison 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
comparison
equal deleted inserted replaced
6475:bd7015b83ebf 6476:10a8a6bc4667
151 background-color: #fafafa; 151 background-color: #fafafa;
152 } 152 }
153 153
154 table:not(.list) th { 154 table:not(.list) th {
155 text-align: left; 155 text-align: left;
156 padding-block-end: 0.75em;
157 }
158
159 table textarea {
160 width: 99%;
156 } 161 }
157 162
158 table th[colspan] { 163 table th[colspan] {
159 text-align: center; 164 text-align: center;
160 } 165 }
161 /* Need some space between content of Issue List columns */ 166 /* Need some space between content of Issue List columns */
162 td, th { padding-left: 1em; } 167 td, th { padding-left: 1em;
168 vertical-align: top; }
163 169
164 tr.odd { background-color:#f5f5f5; } 170 tr.odd { background-color:#f5f5f5; }
165 171
166 /* widen tables since headers have a lot of info and are squished 172 /* widen tables since headers have a lot of info and are squished
167 and difficult to read */ 173 and difficult to read */

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