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
+2 -4
View File
@@ -312,13 +312,12 @@
width: 375px;
}
#jobShowResources #Comments {
height: 300px;
padding: 0;
border: 1px solid #ccc;
background-color: #fff;
}
#jobShowResources #Comments div.commentOutput {
height: 249px;
height: 320px;
overflow: auto;
background-color: #fafafa;
color: #000;
@@ -430,7 +429,6 @@
}
#jobShowResources #Attachments {
position: relative;
height: 300px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
@@ -438,7 +436,7 @@
}
#jobShowResources #Attachments div.attachmentOutput {
position: relative;
height: 249px;
height: 320px;
overflow: auto;
}
#jobShowResources #Attachments div.attachmentOutput > a {