Skip to content

Commit 8adeae1

Browse files
committed
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.
1 parent ed00c67 commit 8adeae1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

website/issues/html/issue.item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
/* lighter color */
417417
background: rgba(255,255,255,0.4);
418418
}
419-
button.clearButton, input.fileDesc {margin-block-end: 0.5em}
419+
input[id$=\@content], input.fileDesc {margin-block-end: 0.5em}
420420
</style>
421421

422422
<p tal:condition="context/id" i18n:translate="">

website/issues/html/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,19 @@ table
153153

154154
table:not(.list) th {
155155
text-align: left;
156+
padding-block-end: 0.75em;
157+
}
158+
159+
table textarea {
160+
width: 99%;
156161
}
157162

158163
table th[colspan] {
159164
text-align: center;
160165
}
161166
/* 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; }
163169

164170
tr.odd { background-color:#f5f5f5; }
165171

0 commit comments

Comments
 (0)