feature: initial comments template

completes #150
This commit is contained in:
Gary Sharp
2025-01-24 17:28:27 +11:00
parent 408e1c4c14
commit 0853bcee50
39 changed files with 956 additions and 527 deletions
+4 -8
View File
@@ -970,24 +970,19 @@
}
#createJob_Container {
margin: 0 -20px;
margin: 0 10px;
img.modelImage {
width: 64px;
height: 64px;
}
.createJob_Component {
.createJob_Component:not(:first-child) {
margin: 0 10px;
padding: 5px 0;
border-bottom: 1px dashed #ccc;
border-top: 1px dashed #ccc;
}
.createJob_Component:last-child {
border-bottom: none;
}
#createJob_Type {
border: 1px solid #ccc;
background-color: @BackgroundColourGradient;
@@ -1040,6 +1035,7 @@
#Comments {
width: 100%;
min-width: 500px;
field-sizing: content;
}
}