maintenance unify document generation ui

This commit is contained in:
Gary Sharp
2021-01-13 15:41:51 +11:00
parent 806aadd161
commit f7fdfb0c8a
37 changed files with 1975 additions and 1973 deletions
+41 -38
View File
@@ -7,7 +7,7 @@
background-color: #fff;
}
.tableData > tbody > tr:nth-child(odd) > td {
background-color: #fbfbfb;
background-color: hsl(0, 0%, 98.5%);
}
.tableData > thead > tr > th,
.tableData > tbody > tr > th {
@@ -15,7 +15,7 @@
border: solid 1px #f4f4f4;
}
.tableData > tbody > tr:hover > td {
background-color: #f9f9f9;
background-color: hsl(0, 0%, 97.5%);
}
.tableData > tfoot > tr > th,
.tableData > tfoot > tr > td {
@@ -173,7 +173,7 @@ header nav ul#menu > li > ul,
margin: 0;
border-left: 1px solid #D1D1D1;
border-right: 1px solid #D1D1D1;
background-color: #f2f2f2;
background-color: hsl(0, 0%, 95%);
padding: 0;
min-width: 180px;
box-shadow: 2px 2px 5px rgba(209, 209, 209, 0.5);
@@ -183,7 +183,7 @@ header nav ul#menu > li > ul li,
position: relative;
background-position: top;
background-repeat: repeat-x;
border-top: 1px solid #e6e6e6;
border-top: 1px solid hsl(0, 0%, 90%);
}
header nav ul#menu > li > ul li:first-child,
#header nav ul#menu > li > ul li:first-child {
@@ -195,8 +195,8 @@ header nav ul#menu > li > ul li:last-child,
}
header nav ul#menu > li > ul li:hover,
#header nav ul#menu > li > ul li:hover {
border-top: 1px solid #d9d9d9;
background-color: #e6e6e6;
border-top: 1px solid hsl(0, 0%, 85%);
background-color: hsl(0, 0%, 90%);
}
header nav ul#menu > li > ul li a,
#header nav ul#menu > li > ul li a {
@@ -235,7 +235,7 @@ header nav ul#menu > li > ul ul,
position: absolute;
top: -1px;
left: 180px;
background-color: #f2f2f2;
background-color: hsl(0, 0%, 95%);
border-left: 1px solid #D1D1D1;
border-right: 1px solid #D1D1D1;
padding: 0;
@@ -247,7 +247,7 @@ header #headerMenu,
float: right;
height: 24px;
padding: 5px 8px;
font-size: .9em;
font-size: 0.9em;
line-height: 24px;
text-align: right;
color: #fff;
@@ -272,10 +272,10 @@ header #SearchQuery,
-o-transition-property: width;
-webkit-transition-property: width;
transition-property: width;
-moz-transition-duration: .1s;
-o-transition-duration: .1s;
-webkit-transition-duration: .1s;
transition-duration: .1s;
-moz-transition-duration: 0.1s;
-o-transition-duration: 0.1s;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
header #SearchQuery:hover,
#header #SearchQuery:hover,
@@ -290,7 +290,7 @@ header .watermark,
}
#QuickSearchMenu {
max-height: 400px;
font-size: .9em;
font-size: 0.9em;
background: none;
background-color: #fafafa;
}
@@ -304,7 +304,7 @@ header .watermark,
margin-right: 2px;
}
#QuickSearchMenu li > a > div {
padding-left: 1.2857142857142858em;
padding-left: 1.28571429em;
margin-left: 2px;
}
#layout_PageHeading {
@@ -476,7 +476,7 @@ a.button.alert {
}
a.button.small {
padding: 2px 5px;
font-size: .9em;
font-size: 0.9em;
}
a.button:hover {
border: 1px solid #6b6b6b;
@@ -589,7 +589,7 @@ table.genericData > tbody > tr > td {
background-color: #fff;
}
table.genericData > tbody > tr:nth-child(odd) > td {
background-color: #fbfbfb;
background-color: hsl(0, 0%, 98.5%);
}
table.genericData > thead > tr > th,
table.genericData > tbody > tr > th {
@@ -597,7 +597,7 @@ table.genericData > tbody > tr > th {
border: solid 1px #f4f4f4;
}
table.genericData > tbody > tr:hover > td {
background-color: #f9f9f9;
background-color: hsl(0, 0%, 97.5%);
}
table.genericData > tfoot > tr > th,
table.genericData > tfoot > tr > td {
@@ -611,7 +611,7 @@ table.genericData td.id a {
}
.smallTable th,
.smallTable td {
font-size: .9em;
font-size: 0.9em;
}
/* Data Table Styles */
.dataTables_wrapper {
@@ -628,12 +628,12 @@ table.genericData td.id a {
height: 20px;
margin-top: -20px;
right: 0;
font-size: .9em;
font-size: 0.9em;
-moz-opacity: 0.3;
opacity: 0.3;
}
.dataTables_wrapper .dataTables_filter input {
font-size: .95em;
font-size: 0.95em;
padding: 0;
height: 1.4em;
width: 150px;
@@ -643,12 +643,12 @@ table.genericData td.id a {
height: 20px;
margin-top: -20px;
right: 200px;
font-size: .9em;
font-size: 0.9em;
-moz-opacity: 0.3;
opacity: 0.3;
}
.dataTables_wrapper .dataTables_length select {
font-size: .95em;
font-size: 0.95em;
padding: 0;
height: 1.4em;
}
@@ -657,12 +657,12 @@ table.genericData td.id a {
height: 20px;
margin-top: -20px;
right: 320px;
font-size: .9em;
font-size: 0.9em;
-moz-opacity: 0.3;
opacity: 0.3;
}
.dataTables_wrapper .dataTables_decommissioned input {
font-size: .8em;
font-size: 0.8em;
padding: 0;
height: 1.2em;
}
@@ -670,7 +670,7 @@ table.genericData td.id a {
text-align: right;
background-color: #f4f4f4;
padding: 2px 4px;
font-size: .9em;
font-size: 0.9em;
}
.dataTables_wrapper .dataTables_paginate a {
cursor: pointer;
@@ -826,7 +826,7 @@ table.jobTable > tbody > tr > td {
background-color: #fff;
}
table.jobTable > tbody > tr:nth-child(odd) > td {
background-color: #fbfbfb;
background-color: hsl(0, 0%, 98.5%);
}
table.jobTable > thead > tr > th,
table.jobTable > tbody > tr > th {
@@ -834,7 +834,7 @@ table.jobTable > tbody > tr > th {
border: solid 1px #f4f4f4;
}
table.jobTable > tbody > tr:hover > td {
background-color: #f9f9f9;
background-color: hsl(0, 0%, 97.5%);
}
table.jobTable > tfoot > tr > th,
table.jobTable > tfoot > tr > td {
@@ -1015,7 +1015,7 @@ button.button.alert {
input[type="submit"].button.small,
button.button.small {
padding: 2px 5px;
font-size: .9em;
font-size: 0.9em;
}
input[type="submit"].button[disabled],
button.button[disabled] {
@@ -1211,7 +1211,7 @@ div.Disco-AttachmentUpload-CommentDialog table > tbody > tr > td {
background-color: #fff;
}
div.Disco-AttachmentUpload-CommentDialog table > tbody > tr:nth-child(odd) > td {
background-color: #fbfbfb;
background-color: hsl(0, 0%, 98.5%);
}
div.Disco-AttachmentUpload-CommentDialog table > thead > tr > th,
div.Disco-AttachmentUpload-CommentDialog table > tbody > tr > th {
@@ -1219,7 +1219,7 @@ div.Disco-AttachmentUpload-CommentDialog table > tbody > tr > th {
border: solid 1px #f4f4f4;
}
div.Disco-AttachmentUpload-CommentDialog table > tbody > tr:hover > td {
background-color: #f9f9f9;
background-color: hsl(0, 0%, 97.5%);
}
div.Disco-AttachmentUpload-CommentDialog table > tfoot > tr > th,
div.Disco-AttachmentUpload-CommentDialog table > tfoot > tr > td {
@@ -1267,9 +1267,12 @@ body > .User_FlagAssignment_Tooltip span.added {
font-style: italic;
font-size: 0.9em;
}
#Document_Generation_Container #Document_Generate {
padding: 0;
}
.d-priority-high {
color: #FA6800;
width: 1.2857142857142858em;
width: 1.28571429em;
text-align: center;
}
.d-priority-high:before {
@@ -1277,7 +1280,7 @@ body > .User_FlagAssignment_Tooltip span.added {
}
.d-priority-normal {
color: #60A917;
width: 1.2857142857142858em;
width: 1.28571429em;
text-align: center;
}
.d-priority-normal:before {
@@ -1285,7 +1288,7 @@ body > .User_FlagAssignment_Tooltip span.added {
}
.d-priority-low {
color: #1e6dab;
width: 1.2857142857142858em;
width: 1.28571429em;
text-align: center;
}
.d-priority-low:before {
@@ -1295,10 +1298,10 @@ body > .User_FlagAssignment_Tooltip span.added {
.fa-stack .d-priority-normal,
.fa-stack .d-priority-low {
width: 100%;
font-size: .8em;
margin-left: .5em;
margin-top: .4em;
opacity: .6;
font-size: 0.8em;
margin-left: 0.5em;
margin-top: 0.4em;
opacity: 0.6;
}
.d-lime {
color: #A4C400;
@@ -1409,7 +1412,7 @@ td.subtleHighlight {
.ajaxRemove {
color: #e51400;
cursor: pointer;
opacity: .8;
opacity: 0.8;
}
.ajaxRemove:hover {
opacity: 1;