qol: attachments newest to oldest and adjustments so attachments are shown

This commit is contained in:
Gary Sharp
2024-12-18 20:09:10 +11:00
parent 7550e0e45d
commit 39ba206831
20 changed files with 81 additions and 85 deletions
+3 -3
View File
@@ -395,14 +395,14 @@
div.attachmentOutput {
position: relative;
height: 115px;
height: 320px;
overflow: auto;
& > a {
display: block;
float: left;
height: 48px;
width: 221px;
width: 218px;
padding: 2px;
margin: 2px;
font-size: 0.9em;
@@ -459,7 +459,7 @@
span.remove {
font-size: 1.4em;
color: @StatusRemove;
margin-left: 6px;
margin-left: 5px;
cursor: pointer;
opacity: 0;