Fix upload form layout

Make sure tables cells are vertically aligned to the top of the cells.
This commit is contained in:
2025-06-25 22:36:47 -04:00
parent 3b737fb286
commit 7dfac7fc16
2 changed files with 12 additions and 5 deletions

View File

@@ -17,6 +17,13 @@
#list1, #list2, #list3 {
display:none;
}
table.upload {
border-collapse: separate;
border-spacing: 0 0.75rem;
}
table.upload td {
vertical-align: top;
}
</style>
<link rel="shortcut icon" href="https://hackerpublicradio.org/hpr.ico" >
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Opus RSS" href="https://hackerpublicradio.org/hpr_opus_rss.php" />