comparison website/issues/html/issue.item.html @ 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 a2c340261290
children bc95f7431efb
comparison
equal deleted inserted replaced
6475:bd7015b83ebf 6476:10a8a6bc4667
414 /* add space below inputs */ 414 /* add space below inputs */
415 margin-block-start: 1em; 415 margin-block-start: 1em;
416 /* lighter color */ 416 /* lighter color */
417 background: rgba(255,255,255,0.4); 417 background: rgba(255,255,255,0.4);
418 } 418 }
419 button.clearButton, input.fileDesc {margin-block-end: 0.5em} 419 input[id$=\@content], input.fileDesc {margin-block-end: 0.5em}
420 </style> 420 </style>
421 421
422 <p tal:condition="context/id" i18n:translate=""> 422 <p tal:condition="context/id" i18n:translate="">
423 Created on <b><tal:x replace="python:context.creation.pretty('%Y-%m-%d %H:%M')" i18n:name="creation" /></b> 423 Created on <b><tal:x replace="python:context.creation.pretty('%Y-%m-%d %H:%M')" i18n:name="creation" /></b>
424 by <b><tal:x replace="context/creator" i18n:name="creator" /></b>, 424 by <b><tal:x replace="context/creator" i18n:name="creator" /></b>,

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