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
+1 -1
View File
@@ -5631,7 +5631,7 @@ div.Disco-AttachmentUpload-DropTarget.dragHighlight.dragHover h2 {
div.Disco-AttachmentUpload-Progress {
position: absolute;
right: 0px;
bottom: 48px;
bottom: 51px;
}
div.Disco-AttachmentUpload-Progress > div {
background-color: #fafafa;
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -321,14 +321,14 @@
}
#deviceShowResources #Attachments div.attachmentOutput {
position: relative;
height: 115px;
height: 320px;
overflow: auto;
}
#deviceShowResources #Attachments div.attachmentOutput > a {
display: block;
float: left;
height: 48px;
width: 221px;
width: 218px;
padding: 2px;
margin: 2px;
font-size: 0.9em;
@@ -379,7 +379,7 @@
#deviceShowResources #Attachments div.attachmentOutput > a span.remove {
font-size: 1.4em;
color: #e51400;
margin-left: 6px;
margin-left: 5px;
cursor: pointer;
opacity: 0;
}
+3 -3
View File
@@ -297,14 +297,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;
@@ -361,7 +361,7 @@
span.remove {
font-size: 1.4em;
color: @StatusRemove;
margin-left: 6px;
margin-left: 5px;
cursor: pointer;
opacity: 0;
File diff suppressed because one or more lines are too long
+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 {
+2 -4
View File
@@ -303,13 +303,12 @@
}
#Comments {
height: 300px;
padding: 0;
border: 1px solid @SubtleBorderColour;
background-color: @white;
div.commentOutput {
height: 249px;
height: 320px;
overflow: auto;
background-color: @BackgroundColourLight;
color: @black;
@@ -441,7 +440,6 @@
#Attachments {
position: relative;
height: 300px;
border-top: 1px solid @SubtleBorderColour;
border-right: 1px solid @SubtleBorderColour;
border-bottom: 1px solid @SubtleBorderColour;
@@ -449,7 +447,7 @@
div.attachmentOutput {
position: relative;
height: 249px;
height: 320px;
overflow: auto;
& > a {
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1199,7 +1199,7 @@ div.Disco-AttachmentUpload-DropTarget.dragHighlight.dragHover h2 {
div.Disco-AttachmentUpload-Progress {
position: absolute;
right: 0px;
bottom: 48px;
bottom: 51px;
}
div.Disco-AttachmentUpload-Progress > div {
background-color: #fafafa;
+1 -1
View File
@@ -1224,7 +1224,7 @@ div.Disco-AttachmentUpload-DropTarget {
div.Disco-AttachmentUpload-Progress {
position: absolute;
right: 0px;
bottom: 48px;
bottom: 51px;
& > div {
background-color: @BackgroundColourLight;
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -379,14 +379,14 @@
}
#userShowResources #Attachments div.attachmentOutput {
position: relative;
height: 115px;
height: 320px;
overflow: auto;
}
#userShowResources #Attachments div.attachmentOutput > a {
display: block;
float: left;
height: 48px;
width: 221px;
width: 218px;
padding: 2px;
margin: 2px;
font-size: 0.9em;
@@ -437,7 +437,7 @@
#userShowResources #Attachments div.attachmentOutput > a span.remove {
font-size: 1.4em;
color: #e51400;
margin-left: 6px;
margin-left: 5px;
cursor: pointer;
opacity: 0;
}
+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;
File diff suppressed because one or more lines are too long