maintenance: rebuild bundling/minify
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -4419,6 +4419,11 @@ table.genericData td.id a {
|
||||
padding: 0;
|
||||
height: 1.4em;
|
||||
}
|
||||
.dataTables_wrapper .dataTables_processing {
|
||||
position: absolute;
|
||||
margin-top: 30px;
|
||||
left: 45%;
|
||||
}
|
||||
.dataTables_wrapper .dataTables_decommissioned {
|
||||
position: absolute;
|
||||
height: 20px;
|
||||
@@ -5276,3 +5281,65 @@ textarea.block {
|
||||
#licence li {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#Document_Generation_Dialog {
|
||||
height: 490px;
|
||||
}
|
||||
#Document_Generation_Dialog .handlerPicker {
|
||||
position: absolute;
|
||||
width: 170px;
|
||||
height: 390px;
|
||||
overflow-y: auto;
|
||||
background-color: #fcfcfc;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
#Document_Generation_Dialog .handlerPicker > div {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 6px 0 6px 6px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#Document_Generation_Dialog .handlerPicker > div:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
#Document_Generation_Dialog .handlerPicker > div.selected,
|
||||
#Document_Generation_Dialog .handlerPicker > div.selected:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
#Document_Generation_Dialog .handlerPicker #Document_Generation_Dialog_Handlers_Loading {
|
||||
text-align: center;
|
||||
}
|
||||
#Document_Generation_Dialog .details {
|
||||
position: absolute;
|
||||
left: 200px;
|
||||
height: 390px;
|
||||
width: 540px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
#Document_Generation_Dialog .details #Document_Generation_Dialog_Download_Container {
|
||||
text-align: center;
|
||||
padding-top: 3em;
|
||||
}
|
||||
#Document_Generation_Dialog .details #Document_Generation_Dialog_HandlerUI {
|
||||
display: none;
|
||||
}
|
||||
ul.list-group {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
ul.list-group li {
|
||||
padding: 6px 0 6px 6px;
|
||||
cursor: pointer;
|
||||
}
|
||||
ul.list-group li:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
ul.list-group li.selected,
|
||||
ul.list-group li.selected:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
ul.list-group li:not(:first-child) {
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -667,29 +667,36 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
|
||||
#Config_DocumentTemplates_JobSubTypes_Update_Dialog .checkboxBulkSelectContainer {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
#dialogBulkGenerate .brief {
|
||||
.dialog-bulk-generate .brief {
|
||||
margin: 0 0 8px 0;
|
||||
}
|
||||
#dialogBulkGenerate .brief .scopeDescBulkGenerate {
|
||||
.dialog-bulk-generate .brief .scopeDescBulkGenerate {
|
||||
font-weight: 600;
|
||||
}
|
||||
#dialogBulkGenerate .brief div.examples {
|
||||
.dialog-bulk-generate .brief div.examples {
|
||||
margin: 8px auto;
|
||||
width: 300px;
|
||||
width: 360px;
|
||||
}
|
||||
#dialogBulkGenerate .brief div.examples div {
|
||||
.dialog-bulk-generate .brief div.examples div {
|
||||
margin: 2px 4px 2px 0;
|
||||
width: 150px;
|
||||
width: 230px;
|
||||
float: left;
|
||||
}
|
||||
#dialogBulkGenerate .brief div.examples div.example1 {
|
||||
.dialog-bulk-generate .brief div.examples div.example1 {
|
||||
width: 100px;
|
||||
}
|
||||
#dialogBulkGenerate textarea {
|
||||
.dialog-bulk-generate textarea {
|
||||
width: calc(100% - .5em);
|
||||
height: 200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.dialog-bulk-generate .sub {
|
||||
margin-top: 0.75em;
|
||||
}
|
||||
#Config_DocumentTemplates_Show_DownloadBulk_Dialog {
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
h1.Config_DocumentTemplates {
|
||||
margin: 10px 0 6px;
|
||||
}
|
||||
@@ -1135,12 +1142,12 @@ h1.Config_DocumentTemplates {
|
||||
#pluginLibrary #pluginLibraryGroups {
|
||||
width: 900px;
|
||||
margin: 0 auto;
|
||||
column-count: 2;
|
||||
}
|
||||
#pluginLibrary #pluginLibraryGroups > div.form {
|
||||
width: 50%;
|
||||
float: left;
|
||||
#pluginLibrary #pluginLibraryGroups > div {
|
||||
display: inline-block;
|
||||
}
|
||||
#pluginLibrary #pluginLibraryGroups > div.form > table {
|
||||
#pluginLibrary #pluginLibraryGroups div.form > table {
|
||||
margin: 0 10px 10px 4px;
|
||||
width: calc(100% - 14px);
|
||||
}
|
||||
@@ -1727,13 +1734,13 @@ h1.Config_DocumentTemplates {
|
||||
margin-right: 4px;
|
||||
}
|
||||
#Config_UserFlags_BulkAssign_ModeDialog > div > div.add:hover {
|
||||
background-color: #edffda;
|
||||
background-color: #eeffde;
|
||||
}
|
||||
#Config_UserFlags_BulkAssign_ModeDialog > div > div.add i {
|
||||
color: #60A917;
|
||||
}
|
||||
#Config_UserFlags_BulkAssign_ModeDialog > div > div.override:hover {
|
||||
background-color: #ffd8d4;
|
||||
background-color: #ffe1de;
|
||||
}
|
||||
#Config_UserFlags_BulkAssign_ModeDialog > div > div.override i {
|
||||
color: #e51400;
|
||||
@@ -1779,3 +1786,38 @@ h1.Config_DocumentTemplates {
|
||||
#Config_UserFlags_BulkAssign_AssignDialog.loading > form {
|
||||
display: none;
|
||||
}
|
||||
#DocumentTemplate_BulkGenerate .actions {
|
||||
padding-bottom: 0.5em;
|
||||
text-align: right;
|
||||
}
|
||||
#DocumentTemplate_BulkGenerate table {
|
||||
max-width: 850px;
|
||||
margin: auto;
|
||||
}
|
||||
#DocumentTemplate_BulkGenerate table tr.when-none {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
}
|
||||
.dialog-item-picker {
|
||||
height: 300px;
|
||||
overflow-y: auto;
|
||||
background-color: #fcfcfc;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.dialog-item-picker > div {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 6px 0 6px 6px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.dialog-item-picker > div:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.dialog-item-picker > div.selected,
|
||||
.dialog-item-picker > div.selected:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
.dialog-item-picker > div.disabled {
|
||||
cursor: not-allowed;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
@@ -729,7 +729,7 @@ div.logEventsViewport {
|
||||
}
|
||||
}
|
||||
|
||||
#dialogBulkGenerate {
|
||||
.dialog-bulk-generate {
|
||||
.brief {
|
||||
margin: 0 0 8px 0;
|
||||
|
||||
@@ -739,11 +739,11 @@ div.logEventsViewport {
|
||||
|
||||
div.examples {
|
||||
margin: 8px auto;
|
||||
width: 300px;
|
||||
width: 360px;
|
||||
|
||||
div {
|
||||
margin: 2px 4px 2px 0;
|
||||
width: 150px;
|
||||
width: 230px;
|
||||
float: left;
|
||||
|
||||
&.example1 {
|
||||
@@ -758,6 +758,15 @@ div.logEventsViewport {
|
||||
height: 200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.sub {
|
||||
margin-top: 0.75em;
|
||||
}
|
||||
}
|
||||
|
||||
#Config_DocumentTemplates_Show_DownloadBulk_Dialog {
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1.Config_DocumentTemplates {
|
||||
@@ -1331,17 +1340,17 @@ h1.Config_DocumentTemplates {
|
||||
#pluginLibraryGroups {
|
||||
width: 900px;
|
||||
margin: 0 auto;
|
||||
column-count: 2;
|
||||
|
||||
& > div.form {
|
||||
width: 50%;
|
||||
float: left;
|
||||
& > div {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
& > table {
|
||||
div.form > table {
|
||||
margin: 0 10px 10px 4px;
|
||||
width: calc(~"100% - 14px");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pluginItem {
|
||||
.pluginItemBlurb {
|
||||
@@ -2015,7 +2024,7 @@ h1.Config_DocumentTemplates {
|
||||
|
||||
&.add {
|
||||
&:hover {
|
||||
background-color: hsv(hsvhue(@StatusSuccess), hsvsaturation(@StatusSuccess) / 6, 100%);
|
||||
background-color: hsv(hsvhue(@StatusSuccess), 13%, 100%);
|
||||
}
|
||||
|
||||
i {
|
||||
@@ -2025,7 +2034,7 @@ h1.Config_DocumentTemplates {
|
||||
|
||||
&.override {
|
||||
&:hover {
|
||||
background-color: hsv(hsvhue(@StatusError), hsvsaturation(@StatusError) / 6, 100%);
|
||||
background-color: hsv(hsvhue(@StatusError), 13%, 100%);
|
||||
}
|
||||
|
||||
i {
|
||||
@@ -2091,3 +2100,51 @@ h1.Config_DocumentTemplates {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#DocumentTemplate_BulkGenerate {
|
||||
.actions {
|
||||
padding-bottom: .5em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table {
|
||||
max-width: 850px;
|
||||
margin: auto;
|
||||
|
||||
tr.when-none {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-item-picker {
|
||||
height: 300px;
|
||||
overflow-y: auto;
|
||||
background-color: #fcfcfc;
|
||||
border: 1px solid #ccc;
|
||||
|
||||
& > div {
|
||||
background-color: @white;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 6px 0 6px 6px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background-color: @TableDataBorderColour;
|
||||
}
|
||||
|
||||
&.selected, &.selected:hover {
|
||||
background-color: @TableDataDarkBackgroundColour;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
cursor: not-allowed;
|
||||
background-color: @TableDataBorderColour;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-bulk-generate {
|
||||
|
||||
}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -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 {
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
.tableData{border:solid 1px #f4f4f4;border-collapse:collapse;}.tableData>tbody>tr>td{border:solid 1px #f4f4f4;background-color:#fff;}.tableData>tbody>tr:nth-child(odd)>td{background-color:#fbfbfb;}.tableData>thead>tr>th,.tableData>tbody>tr>th{background-color:#f4f4f4;border:solid 1px #f4f4f4;}.tableData>tbody>tr:hover>td{background-color:#f9f9f9;}.tableData>tfoot>tr>th,.tableData>tfoot>tr>td{background-color:#f4f4f4;}.tableDataDark{border:solid 1px #d8d8d8;border-collapse:collapse;}.tableDataDark td{border:solid 1px #d8d8d8;background-color:#fff;}.tableDataDark th{background-color:#eee;border:solid 1px #d8d8d8;}.tableDataContainer{background-color:#fff;}.tableDataVertical{border:solid 1px #f4f4f4;border-collapse:collapse;}.tableDataVertical>tbody>tr:nth-child(odd){background-color:#f4f4f4;margin:0;padding:0;}.tableDataVertical>tbody>tr>th.name{width:170px;text-align:right;}.tableDataVertical table.sub>tbody>tr:not(:first-child)>th,.tableDataVertical table.sub>tbody>tr:not(:first-child)>td{border-top:1px dashed #aaa;}.tableDataVertical table.sub>tbody>tr>th{font-weight:normal;text-align:right;}.tableDataVertical table.sub>tbody>tr>th.name{text-align:right;}.icon16{display:inline-block;height:16px;width:16px;margin-left:2px;cursor:pointer;}.subtleUntilHover{-moz-opacity:.3;opacity:.3;}.subtleUntilHover:hover{-moz-opacity:1;opacity:1;}body{padding:0;}#main{background-color:#fff;overflow:auto;padding:0;-moz-border-radius:0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;}
|
||||
.tableData{border:solid 1px #f4f4f4;border-collapse:collapse;}.tableData>tbody>tr>td{border:solid 1px #f4f4f4;background-color:#fff;}.tableData>tbody>tr:nth-child(odd)>td{background-color:hsl(0,0%,98.5%);}.tableData>thead>tr>th,.tableData>tbody>tr>th{background-color:#f4f4f4;border:solid 1px #f4f4f4;}.tableData>tbody>tr:hover>td{background-color:hsl(0,0%,97.5%);}.tableData>tfoot>tr>th,.tableData>tfoot>tr>td{background-color:#f4f4f4;}.tableDataDark{border:solid 1px #d8d8d8;border-collapse:collapse;}.tableDataDark td{border:solid 1px #d8d8d8;background-color:#fff;}.tableDataDark th{background-color:#eee;border:solid 1px #d8d8d8;}.tableDataContainer{background-color:#fff;}.tableDataVertical{border:solid 1px #f4f4f4;border-collapse:collapse;}.tableDataVertical>tbody>tr:nth-child(odd){background-color:#f4f4f4;margin:0;padding:0;}.tableDataVertical>tbody>tr>th.name{width:170px;text-align:right;}.tableDataVertical table.sub>tbody>tr:not(:first-child)>th,.tableDataVertical table.sub>tbody>tr:not(:first-child)>td{border-top:1px dashed #aaa;}.tableDataVertical table.sub>tbody>tr>th{font-weight:normal;text-align:right;}.tableDataVertical table.sub>tbody>tr>th.name{text-align:right;}.icon16{display:inline-block;height:16px;width:16px;margin-left:2px;cursor:pointer;}.subtleUntilHover{-moz-opacity:.3;opacity:.3;}.subtleUntilHover:hover{-moz-opacity:1;opacity:1;}body{padding:0;}#main{background-color:#fff;overflow:auto;padding:0;-moz-border-radius:0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;}
|
||||
@@ -416,9 +416,9 @@ th {
|
||||
left: -1.85714286em;
|
||||
}
|
||||
.fa-border {
|
||||
padding: .2em .25em .15em;
|
||||
padding: 0.2em 0.25em 0.15em;
|
||||
border: solid 0.08em #eee;
|
||||
border-radius: .1em;
|
||||
border-radius: 0.1em;
|
||||
}
|
||||
.pull-right {
|
||||
float: right;
|
||||
@@ -427,10 +427,10 @@ th {
|
||||
float: left;
|
||||
}
|
||||
.fa.pull-left {
|
||||
margin-right: .3em;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
.fa.pull-right {
|
||||
margin-left: .3em;
|
||||
margin-left: 0.3em;
|
||||
}
|
||||
.fa-spin {
|
||||
-webkit-animation: fa-spin 2s infinite linear;
|
||||
@@ -2074,7 +2074,7 @@ header #credits,
|
||||
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
|
||||
font-weight: lighter;
|
||||
font-stretch: condensed;
|
||||
font-size: .8em;
|
||||
font-size: 0.8em;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 4px;
|
||||
@@ -2183,7 +2183,7 @@ body.status-connecting #statusConnecting {
|
||||
}
|
||||
body.status-connecting #statusConnecting span {
|
||||
padding-left: 4px;
|
||||
font-size: .8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
body.status-connecting #mainSection {
|
||||
display: none;
|
||||
@@ -2196,7 +2196,7 @@ body.status-error #statusError {
|
||||
}
|
||||
body.status-error #statusError span {
|
||||
padding-left: 4px;
|
||||
font-size: .8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
body.status-error #mainSection {
|
||||
opacity: 0.3;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
.tableData{border:solid 1px #f4f4f4;border-collapse:collapse;}.tableData>tbody>tr>td{border:solid 1px #f4f4f4;background-color:#fff;}.tableData>tbody>tr:nth-child(odd)>td{background-color:#fbfbfb;}.tableData>thead>tr>th,.tableData>tbody>tr>th{background-color:#f4f4f4;border:solid 1px #f4f4f4;}.tableData>tbody>tr:hover>td{background-color:#f9f9f9;}.tableData>tfoot>tr>th,.tableData>tfoot>tr>td{background-color:#f4f4f4;}.tableDataDark{border:solid 1px #d8d8d8;border-collapse:collapse;}.tableDataDark td{border:solid 1px #d8d8d8;background-color:#fff;}.tableDataDark th{background-color:#eee;border:solid 1px #d8d8d8;}.tableDataContainer{background-color:#fff;}.tableDataVertical{border:solid 1px #f4f4f4;border-collapse:collapse;}.tableDataVertical>tbody>tr:nth-child(odd){background-color:#f4f4f4;margin:0;padding:0;}.tableDataVertical>tbody>tr>th.name{width:170px;text-align:right;}.tableDataVertical table.sub>tbody>tr:not(:first-child)>th,.tableDataVertical table.sub>tbody>tr:not(:first-child)>td{border-top:1px dashed #aaa;}.tableDataVertical table.sub>tbody>tr>th{font-weight:normal;text-align:right;}.tableDataVertical table.sub>tbody>tr>th.name{text-align:right;}.icon16{display:inline-block;height:16px;width:16px;margin-left:2px;cursor:pointer;}.subtleUntilHover{-moz-opacity:.3;opacity:.3;}.subtleUntilHover:hover{-moz-opacity:1;opacity:1;}
|
||||
.tableData{border:solid 1px #f4f4f4;border-collapse:collapse;}.tableData>tbody>tr>td{border:solid 1px #f4f4f4;background-color:#fff;}.tableData>tbody>tr:nth-child(odd)>td{background-color:hsl(0,0%,98.5%);}.tableData>thead>tr>th,.tableData>tbody>tr>th{background-color:#f4f4f4;border:solid 1px #f4f4f4;}.tableData>tbody>tr:hover>td{background-color:hsl(0,0%,97.5%);}.tableData>tfoot>tr>th,.tableData>tfoot>tr>td{background-color:#f4f4f4;}.tableDataDark{border:solid 1px #d8d8d8;border-collapse:collapse;}.tableDataDark td{border:solid 1px #d8d8d8;background-color:#fff;}.tableDataDark th{background-color:#eee;border:solid 1px #d8d8d8;}.tableDataContainer{background-color:#fff;}.tableDataVertical{border:solid 1px #f4f4f4;border-collapse:collapse;}.tableDataVertical>tbody>tr:nth-child(odd){background-color:#f4f4f4;margin:0;padding:0;}.tableDataVertical>tbody>tr>th.name{width:170px;text-align:right;}.tableDataVertical table.sub>tbody>tr:not(:first-child)>th,.tableDataVertical table.sub>tbody>tr:not(:first-child)>td{border-top:1px dashed #aaa;}.tableDataVertical table.sub>tbody>tr>th{font-weight:normal;text-align:right;}.tableDataVertical table.sub>tbody>tr>th.name{text-align:right;}.icon16{display:inline-block;height:16px;width:16px;margin-left:2px;cursor:pointer;}.subtleUntilHover{-moz-opacity:.3;opacity:.3;}.subtleUntilHover:hover{-moz-opacity:1;opacity:1;}
|
||||
@@ -652,6 +652,11 @@ table.genericData td.id a {
|
||||
padding: 0;
|
||||
height: 1.4em;
|
||||
}
|
||||
.dataTables_wrapper .dataTables_processing {
|
||||
position: absolute;
|
||||
margin-top: 30px;
|
||||
left: 45%;
|
||||
}
|
||||
.dataTables_wrapper .dataTables_decommissioned {
|
||||
position: absolute;
|
||||
height: 20px;
|
||||
|
||||
@@ -401,8 +401,8 @@ a {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
// Anchor Tags (Button)
|
||||
a.button {
|
||||
// Anchor Tags (Button)
|
||||
a.button {
|
||||
display: inline-block;
|
||||
padding: 4px 10px;
|
||||
margin: 2px;
|
||||
@@ -439,7 +439,7 @@ a {
|
||||
i {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.actionBar {
|
||||
margin: 0 -30px 0 -30px;
|
||||
@@ -521,7 +521,7 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
table.none {
|
||||
table.none {
|
||||
border: none !important;
|
||||
|
||||
tr, td, th {
|
||||
@@ -530,9 +530,9 @@ table {
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
table.genericData {
|
||||
table.genericData {
|
||||
.tableData;
|
||||
|
||||
td.id {
|
||||
@@ -542,7 +542,7 @@ table {
|
||||
padding: 0 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.smallTable {
|
||||
th, td {
|
||||
@@ -558,7 +558,6 @@ table {
|
||||
position: absolute;
|
||||
margin-top: -24px;
|
||||
right: 320px;
|
||||
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
@@ -596,6 +595,12 @@ table {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.dataTables_processing {
|
||||
position: absolute;
|
||||
margin-top: 30px;
|
||||
left: 45%;
|
||||
}
|
||||
|
||||
.dataTables_decommissioned {
|
||||
position: absolute;
|
||||
height: 20px;
|
||||
@@ -939,18 +944,18 @@ input[type="text"], input[type="password"], input[type="file"], input[type="numb
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
input[type="text"].small, input[type="password"].small, input[type="file"].small, input[type="number"].small {
|
||||
input[type="text"].small, input[type="password"].small, input[type="file"].small, input[type="number"].small {
|
||||
padding: 0 2px;
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
input[type="text"].discreet, input[type="password"].discreet, input[type="file"].discreet, input[type="number"].discreet {
|
||||
input[type="text"].discreet, input[type="password"].discreet, input[type="file"].discreet, input[type="number"].discreet {
|
||||
border: 1px solid @white;
|
||||
|
||||
&:hover, &:focus {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input[type="checkbox"], input[type="radio"] {
|
||||
margin-right: 4px;
|
||||
@@ -965,9 +970,9 @@ select {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
select.small {
|
||||
select.small {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
input[type="submit"], button {
|
||||
font-family: @FontFamilyBody;
|
||||
@@ -1493,15 +1498,15 @@ td.subtleHighlight {
|
||||
* + html .clearfix {
|
||||
min-height: 1%;
|
||||
}
|
||||
/* float clearing for everyone else */
|
||||
.clearfix:after {
|
||||
/* float clearing for everyone else */
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
font-size: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
div.columnHost {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+46
-46
@@ -81,7 +81,7 @@
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
margin-top: 2px;
|
||||
padding: .5em .5em .5em .7em;
|
||||
padding: 0.5em 0.5em 0.5em 0.7em;
|
||||
min-height: 0;
|
||||
/* support: IE7 */
|
||||
}
|
||||
@@ -89,14 +89,14 @@
|
||||
padding-left: 2.2em;
|
||||
}
|
||||
.ui-accordion .ui-accordion-noicons {
|
||||
padding-left: .7em;
|
||||
padding-left: 0.7em;
|
||||
}
|
||||
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
|
||||
padding-left: 2.2em;
|
||||
}
|
||||
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
|
||||
position: absolute;
|
||||
left: .5em;
|
||||
left: 0.5em;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
}
|
||||
@@ -116,7 +116,7 @@
|
||||
position: relative;
|
||||
padding: 0;
|
||||
line-height: normal;
|
||||
margin-right: .1em;
|
||||
margin-right: 0.1em;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
@@ -150,20 +150,20 @@ button.ui-button-icons-only {
|
||||
line-height: normal;
|
||||
}
|
||||
.ui-button-text-only .ui-button-text {
|
||||
padding: .4em 1em;
|
||||
padding: 0.4em 1em;
|
||||
}
|
||||
.ui-button-icon-only .ui-button-text,
|
||||
.ui-button-icons-only .ui-button-text {
|
||||
padding: .4em;
|
||||
padding: 0.4em;
|
||||
text-indent: -9999999px;
|
||||
}
|
||||
.ui-button-text-icon-primary .ui-button-text,
|
||||
.ui-button-text-icons .ui-button-text {
|
||||
padding: .4em 1em .4em 2.1em;
|
||||
padding: 0.4em 1em 0.4em 2.1em;
|
||||
}
|
||||
.ui-button-text-icon-secondary .ui-button-text,
|
||||
.ui-button-text-icons .ui-button-text {
|
||||
padding: .4em 2.1em .4em 1em;
|
||||
padding: 0.4em 2.1em 0.4em 1em;
|
||||
}
|
||||
.ui-button-text-icons .ui-button-text {
|
||||
padding-left: 2.1em;
|
||||
@@ -171,7 +171,7 @@ button.ui-button-icons-only {
|
||||
}
|
||||
/* no icon support for input elements, provide padding by default */
|
||||
input.ui-button {
|
||||
padding: .4em 1em;
|
||||
padding: 0.4em 1em;
|
||||
}
|
||||
/* button icon element(s) */
|
||||
.ui-button-icon-only .ui-icon,
|
||||
@@ -190,12 +190,12 @@ input.ui-button {
|
||||
.ui-button-text-icon-primary .ui-button-icon-primary,
|
||||
.ui-button-text-icons .ui-button-icon-primary,
|
||||
.ui-button-icons-only .ui-button-icon-primary {
|
||||
left: .5em;
|
||||
left: 0.5em;
|
||||
}
|
||||
.ui-button-text-icon-secondary .ui-button-icon-secondary,
|
||||
.ui-button-text-icons .ui-button-icon-secondary,
|
||||
.ui-button-icons-only .ui-button-icon-secondary {
|
||||
right: .5em;
|
||||
right: 0.5em;
|
||||
}
|
||||
/* button sets */
|
||||
.ui-buttonset {
|
||||
@@ -214,12 +214,12 @@ button.ui-button::-moz-focus-inner {
|
||||
}
|
||||
.ui-datepicker {
|
||||
width: 17em;
|
||||
padding: .2em .2em 0;
|
||||
padding: 0.2em 0.2em 0;
|
||||
display: none;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-header {
|
||||
position: relative;
|
||||
padding: .2em 0;
|
||||
padding: 0.2em 0;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-prev,
|
||||
.ui-datepicker .ui-datepicker-next {
|
||||
@@ -268,12 +268,12 @@ button.ui-button::-moz-focus-inner {
|
||||
}
|
||||
.ui-datepicker table {
|
||||
width: 100%;
|
||||
font-size: .9em;
|
||||
font-size: 0.9em;
|
||||
border-collapse: collapse;
|
||||
margin: 0 0 .4em;
|
||||
margin: 0 0 0.4em;
|
||||
}
|
||||
.ui-datepicker th {
|
||||
padding: .7em .3em;
|
||||
padding: 0.7em 0.3em;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
border: 0;
|
||||
@@ -285,23 +285,23 @@ button.ui-button::-moz-focus-inner {
|
||||
.ui-datepicker td span,
|
||||
.ui-datepicker td a {
|
||||
display: block;
|
||||
padding: .2em;
|
||||
padding: 0.2em;
|
||||
text-align: right;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-buttonpane {
|
||||
background-image: none;
|
||||
margin: .7em 0 0 0;
|
||||
padding: 0 .2em;
|
||||
margin: 0.7em 0 0 0;
|
||||
padding: 0 0.2em;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-buttonpane button {
|
||||
float: right;
|
||||
margin: .5em .2em .4em;
|
||||
margin: 0.5em 0.2em 0.4em;
|
||||
cursor: pointer;
|
||||
padding: .2em .6em .3em .6em;
|
||||
padding: 0.2em 0.6em 0.3em 0.6em;
|
||||
width: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
@@ -317,7 +317,7 @@ button.ui-button::-moz-focus-inner {
|
||||
}
|
||||
.ui-datepicker-multi .ui-datepicker-group table {
|
||||
width: 95%;
|
||||
margin: 0 auto .4em;
|
||||
margin: 0 auto 0.4em;
|
||||
}
|
||||
.ui-datepicker-multi-2 .ui-datepicker-group {
|
||||
width: 50%;
|
||||
@@ -380,16 +380,16 @@ button.ui-button::-moz-focus-inner {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: .2em;
|
||||
padding: 0.2em;
|
||||
outline: 0;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
padding: .4em 1em;
|
||||
padding: 0.4em 1em;
|
||||
position: relative;
|
||||
}
|
||||
.ui-dialog .ui-dialog-title {
|
||||
float: left;
|
||||
margin: .1em 0;
|
||||
margin: 0.1em 0;
|
||||
white-space: nowrap;
|
||||
width: 90%;
|
||||
overflow: hidden;
|
||||
@@ -397,7 +397,7 @@ button.ui-button::-moz-focus-inner {
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar-close {
|
||||
position: absolute;
|
||||
right: .3em;
|
||||
right: 0.3em;
|
||||
top: 50%;
|
||||
width: 20px;
|
||||
margin: -10px 0 0 0;
|
||||
@@ -407,7 +407,7 @@ button.ui-button::-moz-focus-inner {
|
||||
.ui-dialog .ui-dialog-content {
|
||||
position: relative;
|
||||
border: 0;
|
||||
padding: .5em 1em;
|
||||
padding: 0.5em 1em;
|
||||
background: none;
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -415,14 +415,14 @@ button.ui-button::-moz-focus-inner {
|
||||
text-align: left;
|
||||
border-width: 1px 0 0 0;
|
||||
background-image: none;
|
||||
margin-top: .5em;
|
||||
padding: .3em 1em .5em .4em;
|
||||
margin-top: 0.5em;
|
||||
padding: 0.3em 1em 0.5em 0.4em;
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
float: right;
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane button {
|
||||
margin: .5em .4em .5em 0;
|
||||
margin: 0.5em 0.4em 0.5em 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ui-dialog .ui-resizable-se {
|
||||
@@ -463,7 +463,7 @@ button.ui-button::-moz-focus-inner {
|
||||
.ui-menu .ui-menu-item a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 2px .4em;
|
||||
padding: 2px 0.4em;
|
||||
line-height: 1.5;
|
||||
min-height: 0;
|
||||
/* support: IE7 */
|
||||
@@ -476,7 +476,7 @@ button.ui-button::-moz-focus-inner {
|
||||
}
|
||||
.ui-menu .ui-state-disabled {
|
||||
font-weight: normal;
|
||||
margin: .4em 0 .2em;
|
||||
margin: 0.4em 0 0.2em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.ui-menu .ui-state-disabled a {
|
||||
@@ -493,8 +493,8 @@ button.ui-button::-moz-focus-inner {
|
||||
/* left-aligned */
|
||||
.ui-menu .ui-icon {
|
||||
position: absolute;
|
||||
top: .2em;
|
||||
left: .2em;
|
||||
top: 0.2em;
|
||||
left: 0.2em;
|
||||
}
|
||||
/* right-aligned */
|
||||
.ui-menu .ui-menu-icon {
|
||||
@@ -606,7 +606,7 @@ button.ui-button::-moz-focus-inner {
|
||||
.ui-slider .ui-slider-range {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
font-size: .7em;
|
||||
font-size: 0.7em;
|
||||
display: block;
|
||||
border: 0;
|
||||
background-position: 0 0;
|
||||
@@ -617,7 +617,7 @@ button.ui-button::-moz-focus-inner {
|
||||
filter: inherit;
|
||||
}
|
||||
.ui-slider-horizontal {
|
||||
height: .8em;
|
||||
height: 0.8em;
|
||||
}
|
||||
.ui-slider-horizontal .ui-slider-handle {
|
||||
top: -0.3em;
|
||||
@@ -634,7 +634,7 @@ button.ui-button::-moz-focus-inner {
|
||||
right: 0;
|
||||
}
|
||||
.ui-slider-vertical {
|
||||
width: .8em;
|
||||
width: 0.8em;
|
||||
height: 100px;
|
||||
}
|
||||
.ui-slider-vertical .ui-slider-handle {
|
||||
@@ -664,15 +664,15 @@ button.ui-button::-moz-focus-inner {
|
||||
background: none;
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
margin: .2em 0;
|
||||
margin: 0.2em 0;
|
||||
vertical-align: middle;
|
||||
margin-left: .4em;
|
||||
margin-left: 0.4em;
|
||||
margin-right: 22px;
|
||||
}
|
||||
.ui-spinner-button {
|
||||
width: 16px;
|
||||
height: 50%;
|
||||
font-size: .5em;
|
||||
font-size: 0.5em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
@@ -709,25 +709,25 @@ button.ui-button::-moz-focus-inner {
|
||||
.ui-tabs {
|
||||
position: relative;
|
||||
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||
padding: .2em;
|
||||
padding: 0.2em;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
margin: 0;
|
||||
padding: .2em .2em 0;
|
||||
padding: 0.2em 0.2em 0;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
list-style: none;
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 0;
|
||||
margin: 1px .2em 0 0;
|
||||
margin: 1px 0.2em 0 0;
|
||||
border-bottom-width: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
||||
float: left;
|
||||
padding: .5em 1em;
|
||||
padding: 0.5em 1em;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
||||
@@ -883,14 +883,14 @@ body .ui-tooltip {
|
||||
.ui-priority-secondary,
|
||||
.ui-widget-content .ui-priority-secondary,
|
||||
.ui-widget-header .ui-priority-secondary {
|
||||
opacity: .7;
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70);
|
||||
font-weight: normal;
|
||||
}
|
||||
.ui-state-disabled,
|
||||
.ui-widget-content .ui-state-disabled,
|
||||
.ui-widget-header .ui-state-disabled {
|
||||
opacity: .35;
|
||||
opacity: 0.35;
|
||||
filter: alpha(opacity=35);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
@@ -111,7 +111,7 @@
|
||||
}
|
||||
.ui-widget-overlay {
|
||||
background: #666666;
|
||||
opacity: .5;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.watermark {
|
||||
@@ -219,13 +219,13 @@ input:-moz-placeholder {
|
||||
-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;
|
||||
}
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
padding: .5em;
|
||||
padding: 0.5em;
|
||||
}
|
||||
/*.ui-tabs > ul > li.ui-state-default
|
||||
{
|
||||
@@ -246,8 +246,8 @@ input:-moz-placeholder {
|
||||
top: 40px !important;
|
||||
animation-name: ui-dialog-show;
|
||||
-webkit-animation-name: ui-dialog-show;
|
||||
animation-duration: .2s;
|
||||
-webkit-animation-duration: .2s;
|
||||
animation-duration: 0.2s;
|
||||
-webkit-animation-duration: 0.2s;
|
||||
animation-timing-function: ease-in-out;
|
||||
-webkit-animation-timing-function: ease-in-out;
|
||||
}
|
||||
@@ -261,12 +261,12 @@ input:-moz-placeholder {
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
text-transform: uppercase;
|
||||
padding: .6em 1em;
|
||||
padding: 0.6em 1em;
|
||||
}
|
||||
@keyframes ui-dialog-show {
|
||||
0% {
|
||||
transform: translateY(-30px);
|
||||
opacity: 0.0;
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
@@ -276,7 +276,7 @@ input:-moz-placeholder {
|
||||
@-webkit-keyframes ui-dialog-show {
|
||||
0% {
|
||||
-webkit-transform: translateY(-30px);
|
||||
opacity: 0.0;
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translateY(0);
|
||||
@@ -286,14 +286,14 @@ input:-moz-placeholder {
|
||||
.ui-widget-overlay.ui-front {
|
||||
animation-name: ui-dialog-fadeIn;
|
||||
-webkit-animation-name: ui-dialog-fadeIn;
|
||||
animation-duration: .2s;
|
||||
-webkit-animation-duration: .2s;
|
||||
animation-duration: 0.2s;
|
||||
-webkit-animation-duration: 0.2s;
|
||||
animation-timing-function: ease-in-out;
|
||||
-webkit-animation-timing-function: ease-in-out;
|
||||
}
|
||||
@keyframes ui-dialog-fadeIn {
|
||||
0% {
|
||||
opacity: 0.0;
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 0.5;
|
||||
@@ -301,7 +301,7 @@ input:-moz-placeholder {
|
||||
}
|
||||
@-webkit-keyframes ui-dialog-fadeIn {
|
||||
0% {
|
||||
opacity: 0.0;
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 0.5;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -46,12 +46,12 @@
|
||||
}
|
||||
.mce-fade {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity .15s linear;
|
||||
-moz-transition: opacity .15s linear;
|
||||
-webkit-transition: opacity 0.15s linear;
|
||||
-moz-transition: opacity 0.15s linear;
|
||||
/* Disco */
|
||||
-o-transition: opacity .15s linear;
|
||||
-o-transition: opacity 0.15s linear;
|
||||
/* Disco */
|
||||
transition: opacity .15s linear;
|
||||
transition: opacity 0.15s linear;
|
||||
}
|
||||
.mce-fade.mce-in {
|
||||
opacity: 1;
|
||||
@@ -198,7 +198,7 @@ div.mce-tinymce-inline {
|
||||
height: 100%;
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
opacity: .4;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40);
|
||||
zoom: 1;
|
||||
}
|
||||
@@ -228,7 +228,7 @@ div.mce-tinymce-inline {
|
||||
.mce-scrollbar:hover,
|
||||
.mce-scrollbar.mce-active {
|
||||
background-color: #AAA;
|
||||
opacity: .6;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
zoom: 1;
|
||||
-webkit-border-radius: 7px;
|
||||
@@ -347,7 +347,7 @@ div.mce-fullscreen {
|
||||
background: #000;
|
||||
}
|
||||
#mce-modal-block.mce-in {
|
||||
opacity: .3;
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=30);
|
||||
zoom: 1;
|
||||
}
|
||||
@@ -460,7 +460,7 @@ body .mce-abs-layout-item,
|
||||
.mce-tooltip {
|
||||
position: absolute;
|
||||
padding: 5px;
|
||||
opacity: .8;
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80);
|
||||
zoom: 1;
|
||||
}
|
||||
@@ -620,7 +620,7 @@ body .mce-abs-layout-item,
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
opacity: .4;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40);
|
||||
zoom: 1;
|
||||
}
|
||||
@@ -705,7 +705,7 @@ body .mce-abs-layout-item,
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
opacity: .4;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40);
|
||||
zoom: 1;
|
||||
}
|
||||
@@ -752,7 +752,7 @@ body .mce-abs-layout-item,
|
||||
*line-height: 18px;
|
||||
}
|
||||
.mce-btn .mce-caret {
|
||||
margin-top: .5em;
|
||||
margin-top: 0.5em;
|
||||
margin-left: 0;
|
||||
}
|
||||
.mce-btn-small .mce-caret {
|
||||
@@ -923,7 +923,7 @@ i.mce-i-checkbox {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
opacity: .4;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40);
|
||||
zoom: 1;
|
||||
}
|
||||
@@ -1213,7 +1213,7 @@ i.mce-i-checkbox {
|
||||
color: #333;
|
||||
margin-right: 2px;
|
||||
line-height: 14px;
|
||||
font-size: .9em;
|
||||
font-size: 0.9em;
|
||||
/*line-height: 20px;
|
||||
*line-height: 16px;*/
|
||||
}
|
||||
@@ -1572,7 +1572,7 @@ i.mce-i-resize {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: .6;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
zoom: 1;
|
||||
background: #fff url('data:image/gif;base64,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') /*img/loader.gif*/ no-repeat center center;
|
||||
|
||||
@@ -214,6 +214,8 @@
|
||||
<Compile Include="Areas\API\Controllers\JobQueueJobController.cs" />
|
||||
<Compile Include="Areas\API\Controllers\PluginController.cs" />
|
||||
<Compile Include="Areas\API\Controllers\SearchController.cs" />
|
||||
<Compile Include="Areas\API\Models\DocumentTemplate\BulkGenerateUserModel.cs" />
|
||||
<Compile Include="Areas\API\Models\DocumentTemplate\DocumentHandlersModel.cs" />
|
||||
<Compile Include="Areas\API\Models\Job\DeviceHeldLocationModel.cs" />
|
||||
<Compile Include="Areas\API\Models\Shared\SubjectDescriptorModel.cs" />
|
||||
<Compile Include="Areas\API\Models\System\DomainOrganisationalUnitsModel.cs" />
|
||||
@@ -1321,22 +1323,49 @@
|
||||
<None Include="ClientSource\Scripts\Modules\jQuery-Isotope\jquery.isotope.js" />
|
||||
<None Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\webcam.js" />
|
||||
<None Include="ClientSource\Scripts\Core.js" />
|
||||
<Content Include="ClientSource\Scripts\Core.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core\disco.dataTables.extensions.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core\disco.moment.extensions.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core\disco.unobtrusiveValidation.extensions.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core\jquery.dataTables.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core\jquery.watermark.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core\disco.uicore.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core\moment.en-au.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core\moment.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core\_references.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core\livestamp.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons\disco.ajaxhelpericons.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers\disco.datatablehelpers.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-DocumentBulkGenerate.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-DocumentBulkGenerate.min.js">
|
||||
<DependentUpon>Disco-DocumentBulkGenerate.js</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-DocumentBulkGenerate\disco.documentbulkgenerate.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor\disco.expressioneditor.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-CreateJob\disco.createjob.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions\disco.jQueryExtensions.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers\disco.propertychangehelpers.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-Isotope\jquery.isotope.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\webcam.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Core.min.js">
|
||||
<DependentUpon>Core.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons.min.js">
|
||||
<DependentUpon>Disco-AjaxHelperIcons.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader.min.js">
|
||||
<DependentUpon>Disco-AttachmentUploader.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\webcam.swf" />
|
||||
<None Include="ClientSource\Scripts\Modules\Disco-CreateJob.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-CreateJob.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-CreateJob.min.js">
|
||||
<DependentUpon>Disco-CreateJob.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
@@ -1356,6 +1385,21 @@
|
||||
<None Include="ClientSource\Scripts\Modules\Timeline\timeline-bundle.js" />
|
||||
<None Include="ClientSource\Scripts\Modules\Timeline\timeline.js" />
|
||||
<None Include="ClientSource\Scripts\Modules\tinymce\disco.tinymceextensions.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\disco-attachmentuploader.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-Fancytree\jquery.fancytree-all.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter\jquery.numberformatter.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter\jshashtable-2.1.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree\jquery.dynatree.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker\jquery-ui-timepicker-addon.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Shadowbox\shadowbox.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-SignalR\disco-hubs.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Timeline\disco.simileajaxextensions.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Timeline\disco.timelineextensions.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Timeline\labellers.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Timeline\simile-ajax-bundle-DiscoMod.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Timeline\timeline-bundle.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Timeline\timeline.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\tinymce\disco.tinymceextensions.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<None Include="ClientSource\Style\BundleSite.css">
|
||||
<DependentUpon>BundleSite.less</DependentUpon>
|
||||
</None>
|
||||
@@ -1364,6 +1408,7 @@
|
||||
<DependentUpon>Config.less</DependentUpon>
|
||||
</None>
|
||||
<None Include="ClientSource\Scripts\Modules\tinymce\themes\simple\theme.js" />
|
||||
<Conent Include="ClientSource\Scripts\Modules\tinymce\themes\simple\theme.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<None Include="ClientSource\Style\tinymce\content.css">
|
||||
<DependentUpon>content.less</DependentUpon>
|
||||
</None>
|
||||
@@ -1377,76 +1422,98 @@
|
||||
<None Include="ClientSource\Scripts\Modules\tinymce\skins\lightgray\img\object.gif" />
|
||||
<None Include="ClientSource\Scripts\Modules\tinymce\skins\lightgray\img\trans.gif" />
|
||||
<None Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<None Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers.min.js">
|
||||
<DependentUpon>Disco-DataTableHelpers.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-DocumentGenerator\disco.documentgenerator.js" />
|
||||
<None Include="ClientSource\Scripts\Modules\Disco-DocumentGenerator.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-DocumentGenerator.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-DocumentGenerator.min.js">
|
||||
<DependentUpon>Disco-DocumentGenerator.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor.min.js">
|
||||
<DependentUpon>Disco-ExpressionEditor.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions.min.js">
|
||||
<DependentUpon>Disco-jQueryExtensions.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers.min.js">
|
||||
<DependentUpon>Disco-PropertyChangeHelpers.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\Highcharts.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Highcharts.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Highcharts.min.js">
|
||||
<DependentUpon>Highcharts.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\jQuery-Fancytree.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-Fancytree.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-Fancytree.min.js">
|
||||
<DependentUpon>jQuery-Fancytree.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\jQuery-Isotope.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-Isotope.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-Isotope.min.js">
|
||||
<DependentUpon>jQuery-Isotope.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter.min.js">
|
||||
<DependentUpon>jQuery-NumberFormatter.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\jQuery-SignalR.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-SignalR.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQuery-SignalR.min.js">
|
||||
<DependentUpon>jQuery-SignalR.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree.min.js">
|
||||
<DependentUpon>jQueryUI-DynaTree.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker.min.js">
|
||||
<DependentUpon>jQueryUI-TimePicker.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\Knockout.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Knockout.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Knockout.min.js">
|
||||
<DependentUpon>Knockout.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\Shadowbox.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Shadowbox.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Shadowbox.min.js">
|
||||
<DependentUpon>Shadowbox.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\Timeline.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\Timeline.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\Timeline.min.js">
|
||||
<DependentUpon>Timeline.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="ClientSource\Scripts\Modules\tinymce.js" />
|
||||
<Content Include="ClientSource\Scripts\Modules\tinymce.js" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<Content Include="ClientSource\Scripts\Modules\tinymce.min.js">
|
||||
<DependentUpon>tinymce.js</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
|
||||
Reference in New Issue
Block a user