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;
|
padding: 0;
|
||||||
height: 1.4em;
|
height: 1.4em;
|
||||||
}
|
}
|
||||||
|
.dataTables_wrapper .dataTables_processing {
|
||||||
|
position: absolute;
|
||||||
|
margin-top: 30px;
|
||||||
|
left: 45%;
|
||||||
|
}
|
||||||
.dataTables_wrapper .dataTables_decommissioned {
|
.dataTables_wrapper .dataTables_decommissioned {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@@ -5275,4 +5280,66 @@ textarea.block {
|
|||||||
}
|
}
|
||||||
#licence li {
|
#licence li {
|
||||||
font-size: 0.9em;
|
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 {
|
#Config_DocumentTemplates_JobSubTypes_Update_Dialog .checkboxBulkSelectContainer {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
#dialogBulkGenerate .brief {
|
.dialog-bulk-generate .brief {
|
||||||
margin: 0 0 8px 0;
|
margin: 0 0 8px 0;
|
||||||
}
|
}
|
||||||
#dialogBulkGenerate .brief .scopeDescBulkGenerate {
|
.dialog-bulk-generate .brief .scopeDescBulkGenerate {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
#dialogBulkGenerate .brief div.examples {
|
.dialog-bulk-generate .brief div.examples {
|
||||||
margin: 8px auto;
|
margin: 8px auto;
|
||||||
width: 300px;
|
width: 360px;
|
||||||
}
|
}
|
||||||
#dialogBulkGenerate .brief div.examples div {
|
.dialog-bulk-generate .brief div.examples div {
|
||||||
margin: 2px 4px 2px 0;
|
margin: 2px 4px 2px 0;
|
||||||
width: 150px;
|
width: 230px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
#dialogBulkGenerate .brief div.examples div.example1 {
|
.dialog-bulk-generate .brief div.examples div.example1 {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
#dialogBulkGenerate textarea {
|
.dialog-bulk-generate textarea {
|
||||||
width: calc(100% - .5em);
|
width: calc(100% - .5em);
|
||||||
height: 200px;
|
height: 200px;
|
||||||
margin: 0 auto;
|
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 {
|
h1.Config_DocumentTemplates {
|
||||||
margin: 10px 0 6px;
|
margin: 10px 0 6px;
|
||||||
}
|
}
|
||||||
@@ -1135,12 +1142,12 @@ h1.Config_DocumentTemplates {
|
|||||||
#pluginLibrary #pluginLibraryGroups {
|
#pluginLibrary #pluginLibraryGroups {
|
||||||
width: 900px;
|
width: 900px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
column-count: 2;
|
||||||
}
|
}
|
||||||
#pluginLibrary #pluginLibraryGroups > div.form {
|
#pluginLibrary #pluginLibraryGroups > div {
|
||||||
width: 50%;
|
display: inline-block;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
#pluginLibrary #pluginLibraryGroups > div.form > table {
|
#pluginLibrary #pluginLibraryGroups div.form > table {
|
||||||
margin: 0 10px 10px 4px;
|
margin: 0 10px 10px 4px;
|
||||||
width: calc(100% - 14px);
|
width: calc(100% - 14px);
|
||||||
}
|
}
|
||||||
@@ -1727,13 +1734,13 @@ h1.Config_DocumentTemplates {
|
|||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
#Config_UserFlags_BulkAssign_ModeDialog > div > div.add:hover {
|
#Config_UserFlags_BulkAssign_ModeDialog > div > div.add:hover {
|
||||||
background-color: #edffda;
|
background-color: #eeffde;
|
||||||
}
|
}
|
||||||
#Config_UserFlags_BulkAssign_ModeDialog > div > div.add i {
|
#Config_UserFlags_BulkAssign_ModeDialog > div > div.add i {
|
||||||
color: #60A917;
|
color: #60A917;
|
||||||
}
|
}
|
||||||
#Config_UserFlags_BulkAssign_ModeDialog > div > div.override:hover {
|
#Config_UserFlags_BulkAssign_ModeDialog > div > div.override:hover {
|
||||||
background-color: #ffd8d4;
|
background-color: #ffe1de;
|
||||||
}
|
}
|
||||||
#Config_UserFlags_BulkAssign_ModeDialog > div > div.override i {
|
#Config_UserFlags_BulkAssign_ModeDialog > div > div.override i {
|
||||||
color: #e51400;
|
color: #e51400;
|
||||||
@@ -1778,4 +1785,39 @@ h1.Config_DocumentTemplates {
|
|||||||
}
|
}
|
||||||
#Config_UserFlags_BulkAssign_AssignDialog.loading > form {
|
#Config_UserFlags_BulkAssign_AssignDialog.loading > form {
|
||||||
display: none;
|
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 {
|
.brief {
|
||||||
margin: 0 0 8px 0;
|
margin: 0 0 8px 0;
|
||||||
|
|
||||||
@@ -739,11 +739,11 @@ div.logEventsViewport {
|
|||||||
|
|
||||||
div.examples {
|
div.examples {
|
||||||
margin: 8px auto;
|
margin: 8px auto;
|
||||||
width: 300px;
|
width: 360px;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
margin: 2px 4px 2px 0;
|
margin: 2px 4px 2px 0;
|
||||||
width: 150px;
|
width: 230px;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
&.example1 {
|
&.example1 {
|
||||||
@@ -758,6 +758,15 @@ div.logEventsViewport {
|
|||||||
height: 200px;
|
height: 200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sub {
|
||||||
|
margin-top: 0.75em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#Config_DocumentTemplates_Show_DownloadBulk_Dialog {
|
||||||
|
padding-top: 20px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.Config_DocumentTemplates {
|
h1.Config_DocumentTemplates {
|
||||||
@@ -1331,15 +1340,15 @@ h1.Config_DocumentTemplates {
|
|||||||
#pluginLibraryGroups {
|
#pluginLibraryGroups {
|
||||||
width: 900px;
|
width: 900px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
column-count: 2;
|
||||||
|
|
||||||
& > div.form {
|
& > div {
|
||||||
width: 50%;
|
display: inline-block;
|
||||||
float: left;
|
}
|
||||||
|
|
||||||
& > table {
|
div.form > table {
|
||||||
margin: 0 10px 10px 4px;
|
margin: 0 10px 10px 4px;
|
||||||
width: calc(~"100% - 14px");
|
width: calc(~"100% - 14px");
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2015,7 +2024,7 @@ h1.Config_DocumentTemplates {
|
|||||||
|
|
||||||
&.add {
|
&.add {
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: hsv(hsvhue(@StatusSuccess), hsvsaturation(@StatusSuccess) / 6, 100%);
|
background-color: hsv(hsvhue(@StatusSuccess), 13%, 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
@@ -2025,7 +2034,7 @@ h1.Config_DocumentTemplates {
|
|||||||
|
|
||||||
&.override {
|
&.override {
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: hsv(hsvhue(@StatusError), hsvsaturation(@StatusError) / 6, 100%);
|
background-color: hsv(hsvhue(@StatusError), 13%, 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
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;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.tableData > tbody > tr:nth-child(odd) > td {
|
.tableData > tbody > tr:nth-child(odd) > td {
|
||||||
background-color: #fbfbfb;
|
background-color: hsl(0, 0%, 98.5%);
|
||||||
}
|
}
|
||||||
.tableData > thead > tr > th,
|
.tableData > thead > tr > th,
|
||||||
.tableData > tbody > tr > th {
|
.tableData > tbody > tr > th {
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
border: solid 1px #f4f4f4;
|
border: solid 1px #f4f4f4;
|
||||||
}
|
}
|
||||||
.tableData > tbody > tr:hover > td {
|
.tableData > tbody > tr:hover > td {
|
||||||
background-color: #f9f9f9;
|
background-color: hsl(0, 0%, 97.5%);
|
||||||
}
|
}
|
||||||
.tableData > tfoot > tr > th,
|
.tableData > tfoot > tr > th,
|
||||||
.tableData > tfoot > tr > td {
|
.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;
|
left: -1.85714286em;
|
||||||
}
|
}
|
||||||
.fa-border {
|
.fa-border {
|
||||||
padding: .2em .25em .15em;
|
padding: 0.2em 0.25em 0.15em;
|
||||||
border: solid 0.08em #eee;
|
border: solid 0.08em #eee;
|
||||||
border-radius: .1em;
|
border-radius: 0.1em;
|
||||||
}
|
}
|
||||||
.pull-right {
|
.pull-right {
|
||||||
float: right;
|
float: right;
|
||||||
@@ -427,10 +427,10 @@ th {
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.fa.pull-left {
|
.fa.pull-left {
|
||||||
margin-right: .3em;
|
margin-right: 0.3em;
|
||||||
}
|
}
|
||||||
.fa.pull-right {
|
.fa.pull-right {
|
||||||
margin-left: .3em;
|
margin-left: 0.3em;
|
||||||
}
|
}
|
||||||
.fa-spin {
|
.fa-spin {
|
||||||
-webkit-animation: fa-spin 2s infinite linear;
|
-webkit-animation: fa-spin 2s infinite linear;
|
||||||
@@ -2074,7 +2074,7 @@ header #credits,
|
|||||||
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
|
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
font-stretch: condensed;
|
font-stretch: condensed;
|
||||||
font-size: .8em;
|
font-size: 0.8em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 4px;
|
right: 4px;
|
||||||
@@ -2183,7 +2183,7 @@ body.status-connecting #statusConnecting {
|
|||||||
}
|
}
|
||||||
body.status-connecting #statusConnecting span {
|
body.status-connecting #statusConnecting span {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
font-size: .8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
body.status-connecting #mainSection {
|
body.status-connecting #mainSection {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -2196,7 +2196,7 @@ body.status-error #statusError {
|
|||||||
}
|
}
|
||||||
body.status-error #statusError span {
|
body.status-error #statusError span {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
font-size: .8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
body.status-error #mainSection {
|
body.status-error #mainSection {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.tableData > tbody > tr:nth-child(odd) > td {
|
.tableData > tbody > tr:nth-child(odd) > td {
|
||||||
background-color: #fbfbfb;
|
background-color: hsl(0, 0%, 98.5%);
|
||||||
}
|
}
|
||||||
.tableData > thead > tr > th,
|
.tableData > thead > tr > th,
|
||||||
.tableData > tbody > tr > th {
|
.tableData > tbody > tr > th {
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
border: solid 1px #f4f4f4;
|
border: solid 1px #f4f4f4;
|
||||||
}
|
}
|
||||||
.tableData > tbody > tr:hover > td {
|
.tableData > tbody > tr:hover > td {
|
||||||
background-color: #f9f9f9;
|
background-color: hsl(0, 0%, 97.5%);
|
||||||
}
|
}
|
||||||
.tableData > tfoot > tr > th,
|
.tableData > tfoot > tr > th,
|
||||||
.tableData > tfoot > tr > td {
|
.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;
|
padding: 0;
|
||||||
height: 1.4em;
|
height: 1.4em;
|
||||||
}
|
}
|
||||||
|
.dataTables_wrapper .dataTables_processing {
|
||||||
|
position: absolute;
|
||||||
|
margin-top: 30px;
|
||||||
|
left: 45%;
|
||||||
|
}
|
||||||
.dataTables_wrapper .dataTables_decommissioned {
|
.dataTables_wrapper .dataTables_decommissioned {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|||||||
@@ -185,10 +185,10 @@ header, #header {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: @MenuHoverColour;
|
color: @MenuHoverColour;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#SearchQuery {
|
#SearchQuery {
|
||||||
@@ -291,9 +291,9 @@ header, #header {
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.error {
|
h2.error {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stacktrace {
|
.stacktrace {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
@@ -401,46 +401,46 @@ a {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Anchor Tags (Button)
|
// Anchor Tags (Button)
|
||||||
a.button {
|
a.button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border: 1px solid @ButtonBorderColour;
|
border: 1px solid @ButtonBorderColour;
|
||||||
background: @ButtonColour;
|
background: @ButtonColour;
|
||||||
color: @white;
|
color: @white;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&[disabled], &.disabled {
|
&[disabled], &.disabled {
|
||||||
background: @ButtonHoverColour;
|
background: @ButtonHoverColour;
|
||||||
border: 1px solid @ButtonBorderHoverColour;
|
border: 1px solid @ButtonBorderHoverColour;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
|
||||||
|
|
||||||
&.alert {
|
|
||||||
border-color: @ButtonBorderAlertColour;
|
|
||||||
background-color: @ButtonAlertColour;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.small {
|
|
||||||
padding: 2px 5px;
|
|
||||||
font-size: .9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
border: 1px solid @ButtonBorderHoverColour;
|
|
||||||
background: @ButtonHoverColour;
|
|
||||||
}
|
|
||||||
|
|
||||||
i {
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.alert {
|
||||||
|
border-color: @ButtonBorderAlertColour;
|
||||||
|
background-color: @ButtonAlertColour;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.small {
|
||||||
|
padding: 2px 5px;
|
||||||
|
font-size: .9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border: 1px solid @ButtonBorderHoverColour;
|
||||||
|
background: @ButtonHoverColour;
|
||||||
|
}
|
||||||
|
|
||||||
|
i {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
div.actionBar {
|
div.actionBar {
|
||||||
margin: 0 -30px 0 -30px;
|
margin: 0 -30px 0 -30px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@@ -521,28 +521,28 @@ table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table.none {
|
table.none {
|
||||||
|
border: none !important;
|
||||||
|
|
||||||
|
tr, td, th {
|
||||||
|
padding: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
background: none !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
tr, td, th {
|
table.genericData {
|
||||||
padding: 0 !important;
|
.tableData;
|
||||||
margin: 0 !important;
|
|
||||||
background: none !important;
|
td.id {
|
||||||
border: none !important;
|
text-align: center;
|
||||||
}
|
|
||||||
}
|
a {
|
||||||
|
padding: 0 6px;
|
||||||
table.genericData {
|
|
||||||
.tableData;
|
|
||||||
|
|
||||||
td.id {
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
a {
|
|
||||||
padding: 0 6px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.smallTable {
|
.smallTable {
|
||||||
th, td {
|
th, td {
|
||||||
@@ -558,7 +558,6 @@ table {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: -24px;
|
margin-top: -24px;
|
||||||
right: 320px;
|
right: 320px;
|
||||||
|
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -596,6 +595,12 @@ table {
|
|||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dataTables_processing {
|
||||||
|
position: absolute;
|
||||||
|
margin-top: 30px;
|
||||||
|
left: 45%;
|
||||||
|
}
|
||||||
|
|
||||||
.dataTables_decommissioned {
|
.dataTables_decommissioned {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@@ -939,18 +944,18 @@ input[type="text"], input[type="password"], input[type="file"], input[type="numb
|
|||||||
width: 200px;
|
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;
|
padding: 0 2px;
|
||||||
width: 150px;
|
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;
|
border: 1px solid @white;
|
||||||
|
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
input[type="checkbox"], input[type="radio"] {
|
input[type="checkbox"], input[type="radio"] {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
@@ -965,9 +970,9 @@ select {
|
|||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
select.small {
|
select.small {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"], button {
|
input[type="submit"], button {
|
||||||
font-family: @FontFamilyBody;
|
font-family: @FontFamilyBody;
|
||||||
@@ -1076,9 +1081,9 @@ div.form {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > th.name {
|
& > th.name {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1114,23 +1119,23 @@ div.form {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageMenuArea:not(:last-child) {
|
.pageMenuArea:not(:last-child) {
|
||||||
border-bottom: 1px dashed #aaa;
|
border-bottom: 1px dashed #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageMenuArea.noSeperator {
|
.pageMenuArea.noSeperator {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
td:first-child {
|
td:first-child {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:last-child {
|
td:last-child {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.info-box {
|
div.info-box {
|
||||||
@@ -1493,15 +1498,15 @@ td.subtleHighlight {
|
|||||||
* + html .clearfix {
|
* + html .clearfix {
|
||||||
min-height: 1%;
|
min-height: 1%;
|
||||||
}
|
}
|
||||||
/* float clearing for everyone else */
|
/* float clearing for everyone else */
|
||||||
.clearfix:after {
|
.clearfix:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
content: ".";
|
content: ".";
|
||||||
display: block;
|
display: block;
|
||||||
height: 0;
|
height: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.columnHost {
|
div.columnHost {
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+46
-46
@@ -81,7 +81,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
padding: .5em .5em .5em .7em;
|
padding: 0.5em 0.5em 0.5em 0.7em;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
/* support: IE7 */
|
/* support: IE7 */
|
||||||
}
|
}
|
||||||
@@ -89,14 +89,14 @@
|
|||||||
padding-left: 2.2em;
|
padding-left: 2.2em;
|
||||||
}
|
}
|
||||||
.ui-accordion .ui-accordion-noicons {
|
.ui-accordion .ui-accordion-noicons {
|
||||||
padding-left: .7em;
|
padding-left: 0.7em;
|
||||||
}
|
}
|
||||||
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
|
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
|
||||||
padding-left: 2.2em;
|
padding-left: 2.2em;
|
||||||
}
|
}
|
||||||
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
|
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: .5em;
|
left: 0.5em;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
margin-right: .1em;
|
margin-right: 0.1em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -150,20 +150,20 @@ button.ui-button-icons-only {
|
|||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
.ui-button-text-only .ui-button-text {
|
.ui-button-text-only .ui-button-text {
|
||||||
padding: .4em 1em;
|
padding: 0.4em 1em;
|
||||||
}
|
}
|
||||||
.ui-button-icon-only .ui-button-text,
|
.ui-button-icon-only .ui-button-text,
|
||||||
.ui-button-icons-only .ui-button-text {
|
.ui-button-icons-only .ui-button-text {
|
||||||
padding: .4em;
|
padding: 0.4em;
|
||||||
text-indent: -9999999px;
|
text-indent: -9999999px;
|
||||||
}
|
}
|
||||||
.ui-button-text-icon-primary .ui-button-text,
|
.ui-button-text-icon-primary .ui-button-text,
|
||||||
.ui-button-text-icons .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-icon-secondary .ui-button-text,
|
||||||
.ui-button-text-icons .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 {
|
.ui-button-text-icons .ui-button-text {
|
||||||
padding-left: 2.1em;
|
padding-left: 2.1em;
|
||||||
@@ -171,7 +171,7 @@ button.ui-button-icons-only {
|
|||||||
}
|
}
|
||||||
/* no icon support for input elements, provide padding by default */
|
/* no icon support for input elements, provide padding by default */
|
||||||
input.ui-button {
|
input.ui-button {
|
||||||
padding: .4em 1em;
|
padding: 0.4em 1em;
|
||||||
}
|
}
|
||||||
/* button icon element(s) */
|
/* button icon element(s) */
|
||||||
.ui-button-icon-only .ui-icon,
|
.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-icon-primary .ui-button-icon-primary,
|
||||||
.ui-button-text-icons .ui-button-icon-primary,
|
.ui-button-text-icons .ui-button-icon-primary,
|
||||||
.ui-button-icons-only .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-icon-secondary .ui-button-icon-secondary,
|
||||||
.ui-button-text-icons .ui-button-icon-secondary,
|
.ui-button-text-icons .ui-button-icon-secondary,
|
||||||
.ui-button-icons-only .ui-button-icon-secondary {
|
.ui-button-icons-only .ui-button-icon-secondary {
|
||||||
right: .5em;
|
right: 0.5em;
|
||||||
}
|
}
|
||||||
/* button sets */
|
/* button sets */
|
||||||
.ui-buttonset {
|
.ui-buttonset {
|
||||||
@@ -214,12 +214,12 @@ button.ui-button::-moz-focus-inner {
|
|||||||
}
|
}
|
||||||
.ui-datepicker {
|
.ui-datepicker {
|
||||||
width: 17em;
|
width: 17em;
|
||||||
padding: .2em .2em 0;
|
padding: 0.2em 0.2em 0;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.ui-datepicker .ui-datepicker-header {
|
.ui-datepicker .ui-datepicker-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: .2em 0;
|
padding: 0.2em 0;
|
||||||
}
|
}
|
||||||
.ui-datepicker .ui-datepicker-prev,
|
.ui-datepicker .ui-datepicker-prev,
|
||||||
.ui-datepicker .ui-datepicker-next {
|
.ui-datepicker .ui-datepicker-next {
|
||||||
@@ -268,12 +268,12 @@ button.ui-button::-moz-focus-inner {
|
|||||||
}
|
}
|
||||||
.ui-datepicker table {
|
.ui-datepicker table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: .9em;
|
font-size: 0.9em;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
margin: 0 0 .4em;
|
margin: 0 0 0.4em;
|
||||||
}
|
}
|
||||||
.ui-datepicker th {
|
.ui-datepicker th {
|
||||||
padding: .7em .3em;
|
padding: 0.7em 0.3em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 0;
|
border: 0;
|
||||||
@@ -285,23 +285,23 @@ button.ui-button::-moz-focus-inner {
|
|||||||
.ui-datepicker td span,
|
.ui-datepicker td span,
|
||||||
.ui-datepicker td a {
|
.ui-datepicker td a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: .2em;
|
padding: 0.2em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.ui-datepicker .ui-datepicker-buttonpane {
|
.ui-datepicker .ui-datepicker-buttonpane {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
margin: .7em 0 0 0;
|
margin: 0.7em 0 0 0;
|
||||||
padding: 0 .2em;
|
padding: 0 0.2em;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
.ui-datepicker .ui-datepicker-buttonpane button {
|
.ui-datepicker .ui-datepicker-buttonpane button {
|
||||||
float: right;
|
float: right;
|
||||||
margin: .5em .2em .4em;
|
margin: 0.5em 0.2em 0.4em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: .2em .6em .3em .6em;
|
padding: 0.2em 0.6em 0.3em 0.6em;
|
||||||
width: auto;
|
width: auto;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
@@ -317,7 +317,7 @@ button.ui-button::-moz-focus-inner {
|
|||||||
}
|
}
|
||||||
.ui-datepicker-multi .ui-datepicker-group table {
|
.ui-datepicker-multi .ui-datepicker-group table {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
margin: 0 auto .4em;
|
margin: 0 auto 0.4em;
|
||||||
}
|
}
|
||||||
.ui-datepicker-multi-2 .ui-datepicker-group {
|
.ui-datepicker-multi-2 .ui-datepicker-group {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
@@ -380,16 +380,16 @@ button.ui-button::-moz-focus-inner {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: .2em;
|
padding: 0.2em;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-titlebar {
|
.ui-dialog .ui-dialog-titlebar {
|
||||||
padding: .4em 1em;
|
padding: 0.4em 1em;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-title {
|
.ui-dialog .ui-dialog-title {
|
||||||
float: left;
|
float: left;
|
||||||
margin: .1em 0;
|
margin: 0.1em 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -397,7 +397,7 @@ button.ui-button::-moz-focus-inner {
|
|||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-titlebar-close {
|
.ui-dialog .ui-dialog-titlebar-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: .3em;
|
right: 0.3em;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
margin: -10px 0 0 0;
|
margin: -10px 0 0 0;
|
||||||
@@ -407,7 +407,7 @@ button.ui-button::-moz-focus-inner {
|
|||||||
.ui-dialog .ui-dialog-content {
|
.ui-dialog .ui-dialog-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: .5em 1em;
|
padding: 0.5em 1em;
|
||||||
background: none;
|
background: none;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
@@ -415,14 +415,14 @@ button.ui-button::-moz-focus-inner {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
border-width: 1px 0 0 0;
|
border-width: 1px 0 0 0;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
margin-top: .5em;
|
margin-top: 0.5em;
|
||||||
padding: .3em 1em .5em .4em;
|
padding: 0.3em 1em 0.5em 0.4em;
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-buttonpane button {
|
.ui-dialog .ui-dialog-buttonpane button {
|
||||||
margin: .5em .4em .5em 0;
|
margin: 0.5em 0.4em 0.5em 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-resizable-se {
|
.ui-dialog .ui-resizable-se {
|
||||||
@@ -463,7 +463,7 @@ button.ui-button::-moz-focus-inner {
|
|||||||
.ui-menu .ui-menu-item a {
|
.ui-menu .ui-menu-item a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 2px .4em;
|
padding: 2px 0.4em;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
/* support: IE7 */
|
/* support: IE7 */
|
||||||
@@ -476,7 +476,7 @@ button.ui-button::-moz-focus-inner {
|
|||||||
}
|
}
|
||||||
.ui-menu .ui-state-disabled {
|
.ui-menu .ui-state-disabled {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: .4em 0 .2em;
|
margin: 0.4em 0 0.2em;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
.ui-menu .ui-state-disabled a {
|
.ui-menu .ui-state-disabled a {
|
||||||
@@ -493,8 +493,8 @@ button.ui-button::-moz-focus-inner {
|
|||||||
/* left-aligned */
|
/* left-aligned */
|
||||||
.ui-menu .ui-icon {
|
.ui-menu .ui-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: .2em;
|
top: 0.2em;
|
||||||
left: .2em;
|
left: 0.2em;
|
||||||
}
|
}
|
||||||
/* right-aligned */
|
/* right-aligned */
|
||||||
.ui-menu .ui-menu-icon {
|
.ui-menu .ui-menu-icon {
|
||||||
@@ -606,7 +606,7 @@ button.ui-button::-moz-focus-inner {
|
|||||||
.ui-slider .ui-slider-range {
|
.ui-slider .ui-slider-range {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
font-size: .7em;
|
font-size: 0.7em;
|
||||||
display: block;
|
display: block;
|
||||||
border: 0;
|
border: 0;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
@@ -617,7 +617,7 @@ button.ui-button::-moz-focus-inner {
|
|||||||
filter: inherit;
|
filter: inherit;
|
||||||
}
|
}
|
||||||
.ui-slider-horizontal {
|
.ui-slider-horizontal {
|
||||||
height: .8em;
|
height: 0.8em;
|
||||||
}
|
}
|
||||||
.ui-slider-horizontal .ui-slider-handle {
|
.ui-slider-horizontal .ui-slider-handle {
|
||||||
top: -0.3em;
|
top: -0.3em;
|
||||||
@@ -634,7 +634,7 @@ button.ui-button::-moz-focus-inner {
|
|||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
.ui-slider-vertical {
|
.ui-slider-vertical {
|
||||||
width: .8em;
|
width: 0.8em;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
.ui-slider-vertical .ui-slider-handle {
|
.ui-slider-vertical .ui-slider-handle {
|
||||||
@@ -664,15 +664,15 @@ button.ui-button::-moz-focus-inner {
|
|||||||
background: none;
|
background: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: .2em 0;
|
margin: 0.2em 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: .4em;
|
margin-left: 0.4em;
|
||||||
margin-right: 22px;
|
margin-right: 22px;
|
||||||
}
|
}
|
||||||
.ui-spinner-button {
|
.ui-spinner-button {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
font-size: .5em;
|
font-size: 0.5em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -709,25 +709,25 @@ button.ui-button::-moz-focus-inner {
|
|||||||
.ui-tabs {
|
.ui-tabs {
|
||||||
position: relative;
|
position: relative;
|
||||||
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
/* 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 {
|
.ui-tabs .ui-tabs-nav {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: .2em .2em 0;
|
padding: 0.2em 0.2em 0;
|
||||||
}
|
}
|
||||||
.ui-tabs .ui-tabs-nav li {
|
.ui-tabs .ui-tabs-nav li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0;
|
top: 0;
|
||||||
margin: 1px .2em 0 0;
|
margin: 1px 0.2em 0 0;
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
||||||
float: left;
|
float: left;
|
||||||
padding: .5em 1em;
|
padding: 0.5em 1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
||||||
@@ -883,14 +883,14 @@ body .ui-tooltip {
|
|||||||
.ui-priority-secondary,
|
.ui-priority-secondary,
|
||||||
.ui-widget-content .ui-priority-secondary,
|
.ui-widget-content .ui-priority-secondary,
|
||||||
.ui-widget-header .ui-priority-secondary {
|
.ui-widget-header .ui-priority-secondary {
|
||||||
opacity: .7;
|
opacity: 0.7;
|
||||||
filter: alpha(opacity=70);
|
filter: alpha(opacity=70);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
.ui-state-disabled,
|
.ui-state-disabled,
|
||||||
.ui-widget-content .ui-state-disabled,
|
.ui-widget-content .ui-state-disabled,
|
||||||
.ui-widget-header .ui-state-disabled {
|
.ui-widget-header .ui-state-disabled {
|
||||||
opacity: .35;
|
opacity: 0.35;
|
||||||
filter: alpha(opacity=35);
|
filter: alpha(opacity=35);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.tableData > tbody > tr:nth-child(odd) > td {
|
.tableData > tbody > tr:nth-child(odd) > td {
|
||||||
background-color: #fbfbfb;
|
background-color: hsl(0, 0%, 98.5%);
|
||||||
}
|
}
|
||||||
.tableData > thead > tr > th,
|
.tableData > thead > tr > th,
|
||||||
.tableData > tbody > tr > th {
|
.tableData > tbody > tr > th {
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
border: solid 1px #f4f4f4;
|
border: solid 1px #f4f4f4;
|
||||||
}
|
}
|
||||||
.tableData > tbody > tr:hover > td {
|
.tableData > tbody > tr:hover > td {
|
||||||
background-color: #f9f9f9;
|
background-color: hsl(0, 0%, 97.5%);
|
||||||
}
|
}
|
||||||
.tableData > tfoot > tr > th,
|
.tableData > tfoot > tr > th,
|
||||||
.tableData > tfoot > tr > td {
|
.tableData > tfoot > tr > td {
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
}
|
}
|
||||||
.ui-widget-overlay {
|
.ui-widget-overlay {
|
||||||
background: #666666;
|
background: #666666;
|
||||||
opacity: .5;
|
opacity: 0.5;
|
||||||
filter: alpha(opacity=50);
|
filter: alpha(opacity=50);
|
||||||
}
|
}
|
||||||
.watermark {
|
.watermark {
|
||||||
@@ -219,13 +219,13 @@ input:-moz-placeholder {
|
|||||||
-o-transition-property: width;
|
-o-transition-property: width;
|
||||||
-webkit-transition-property: width;
|
-webkit-transition-property: width;
|
||||||
transition-property: width;
|
transition-property: width;
|
||||||
-moz-transition-duration: .1s;
|
-moz-transition-duration: 0.1s;
|
||||||
-o-transition-duration: .1s;
|
-o-transition-duration: 0.1s;
|
||||||
-webkit-transition-duration: .1s;
|
-webkit-transition-duration: 0.1s;
|
||||||
transition-duration: .1s;
|
transition-duration: 0.1s;
|
||||||
}
|
}
|
||||||
.ui-tabs .ui-tabs-panel {
|
.ui-tabs .ui-tabs-panel {
|
||||||
padding: .5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
/*.ui-tabs > ul > li.ui-state-default
|
/*.ui-tabs > ul > li.ui-state-default
|
||||||
{
|
{
|
||||||
@@ -246,8 +246,8 @@ input:-moz-placeholder {
|
|||||||
top: 40px !important;
|
top: 40px !important;
|
||||||
animation-name: ui-dialog-show;
|
animation-name: ui-dialog-show;
|
||||||
-webkit-animation-name: ui-dialog-show;
|
-webkit-animation-name: ui-dialog-show;
|
||||||
animation-duration: .2s;
|
animation-duration: 0.2s;
|
||||||
-webkit-animation-duration: .2s;
|
-webkit-animation-duration: 0.2s;
|
||||||
animation-timing-function: ease-in-out;
|
animation-timing-function: ease-in-out;
|
||||||
-webkit-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-size: 1.1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: .6em 1em;
|
padding: 0.6em 1em;
|
||||||
}
|
}
|
||||||
@keyframes ui-dialog-show {
|
@keyframes ui-dialog-show {
|
||||||
0% {
|
0% {
|
||||||
transform: translateY(-30px);
|
transform: translateY(-30px);
|
||||||
opacity: 0.0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
@@ -276,7 +276,7 @@ input:-moz-placeholder {
|
|||||||
@-webkit-keyframes ui-dialog-show {
|
@-webkit-keyframes ui-dialog-show {
|
||||||
0% {
|
0% {
|
||||||
-webkit-transform: translateY(-30px);
|
-webkit-transform: translateY(-30px);
|
||||||
opacity: 0.0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform: translateY(0);
|
-webkit-transform: translateY(0);
|
||||||
@@ -286,14 +286,14 @@ input:-moz-placeholder {
|
|||||||
.ui-widget-overlay.ui-front {
|
.ui-widget-overlay.ui-front {
|
||||||
animation-name: ui-dialog-fadeIn;
|
animation-name: ui-dialog-fadeIn;
|
||||||
-webkit-animation-name: ui-dialog-fadeIn;
|
-webkit-animation-name: ui-dialog-fadeIn;
|
||||||
animation-duration: .2s;
|
animation-duration: 0.2s;
|
||||||
-webkit-animation-duration: .2s;
|
-webkit-animation-duration: 0.2s;
|
||||||
animation-timing-function: ease-in-out;
|
animation-timing-function: ease-in-out;
|
||||||
-webkit-animation-timing-function: ease-in-out;
|
-webkit-animation-timing-function: ease-in-out;
|
||||||
}
|
}
|
||||||
@keyframes ui-dialog-fadeIn {
|
@keyframes ui-dialog-fadeIn {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0.0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
@@ -301,7 +301,7 @@ input:-moz-placeholder {
|
|||||||
}
|
}
|
||||||
@-webkit-keyframes ui-dialog-fadeIn {
|
@-webkit-keyframes ui-dialog-fadeIn {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0.0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -46,12 +46,12 @@
|
|||||||
}
|
}
|
||||||
.mce-fade {
|
.mce-fade {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
-webkit-transition: opacity .15s linear;
|
-webkit-transition: opacity 0.15s linear;
|
||||||
-moz-transition: opacity .15s linear;
|
-moz-transition: opacity 0.15s linear;
|
||||||
/* Disco */
|
/* Disco */
|
||||||
-o-transition: opacity .15s linear;
|
-o-transition: opacity 0.15s linear;
|
||||||
/* Disco */
|
/* Disco */
|
||||||
transition: opacity .15s linear;
|
transition: opacity 0.15s linear;
|
||||||
}
|
}
|
||||||
.mce-fade.mce-in {
|
.mce-fade.mce-in {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@@ -198,7 +198,7 @@ div.mce-tinymce-inline {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
right: 2px;
|
right: 2px;
|
||||||
opacity: .4;
|
opacity: 0.4;
|
||||||
filter: alpha(opacity=40);
|
filter: alpha(opacity=40);
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
}
|
}
|
||||||
@@ -228,7 +228,7 @@ div.mce-tinymce-inline {
|
|||||||
.mce-scrollbar:hover,
|
.mce-scrollbar:hover,
|
||||||
.mce-scrollbar.mce-active {
|
.mce-scrollbar.mce-active {
|
||||||
background-color: #AAA;
|
background-color: #AAA;
|
||||||
opacity: .6;
|
opacity: 0.6;
|
||||||
filter: alpha(opacity=60);
|
filter: alpha(opacity=60);
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
-webkit-border-radius: 7px;
|
-webkit-border-radius: 7px;
|
||||||
@@ -347,7 +347,7 @@ div.mce-fullscreen {
|
|||||||
background: #000;
|
background: #000;
|
||||||
}
|
}
|
||||||
#mce-modal-block.mce-in {
|
#mce-modal-block.mce-in {
|
||||||
opacity: .3;
|
opacity: 0.3;
|
||||||
filter: alpha(opacity=30);
|
filter: alpha(opacity=30);
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
}
|
}
|
||||||
@@ -460,7 +460,7 @@ body .mce-abs-layout-item,
|
|||||||
.mce-tooltip {
|
.mce-tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
opacity: .8;
|
opacity: 0.8;
|
||||||
filter: alpha(opacity=80);
|
filter: alpha(opacity=80);
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
}
|
}
|
||||||
@@ -620,7 +620,7 @@ body .mce-abs-layout-item,
|
|||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
-moz-box-shadow: none;
|
-moz-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
opacity: .4;
|
opacity: 0.4;
|
||||||
filter: alpha(opacity=40);
|
filter: alpha(opacity=40);
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
}
|
}
|
||||||
@@ -705,7 +705,7 @@ body .mce-abs-layout-item,
|
|||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
-moz-box-shadow: none;
|
-moz-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
opacity: .4;
|
opacity: 0.4;
|
||||||
filter: alpha(opacity=40);
|
filter: alpha(opacity=40);
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
}
|
}
|
||||||
@@ -752,7 +752,7 @@ body .mce-abs-layout-item,
|
|||||||
*line-height: 18px;
|
*line-height: 18px;
|
||||||
}
|
}
|
||||||
.mce-btn .mce-caret {
|
.mce-btn .mce-caret {
|
||||||
margin-top: .5em;
|
margin-top: 0.5em;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.mce-btn-small .mce-caret {
|
.mce-btn-small .mce-caret {
|
||||||
@@ -923,7 +923,7 @@ i.mce-i-checkbox {
|
|||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
-moz-box-shadow: none;
|
-moz-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
opacity: .4;
|
opacity: 0.4;
|
||||||
filter: alpha(opacity=40);
|
filter: alpha(opacity=40);
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
}
|
}
|
||||||
@@ -1213,7 +1213,7 @@ i.mce-i-checkbox {
|
|||||||
color: #333;
|
color: #333;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
font-size: .9em;
|
font-size: 0.9em;
|
||||||
/*line-height: 20px;
|
/*line-height: 20px;
|
||||||
*line-height: 16px;*/
|
*line-height: 16px;*/
|
||||||
}
|
}
|
||||||
@@ -1572,7 +1572,7 @@ i.mce-i-resize {
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
opacity: .6;
|
opacity: 0.6;
|
||||||
filter: alpha(opacity=60);
|
filter: alpha(opacity=60);
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
background: #fff url('data:image/gif;base64,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') /*img/loader.gif*/ no-repeat center center;
|
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\JobQueueJobController.cs" />
|
||||||
<Compile Include="Areas\API\Controllers\PluginController.cs" />
|
<Compile Include="Areas\API\Controllers\PluginController.cs" />
|
||||||
<Compile Include="Areas\API\Controllers\SearchController.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\Job\DeviceHeldLocationModel.cs" />
|
||||||
<Compile Include="Areas\API\Models\Shared\SubjectDescriptorModel.cs" />
|
<Compile Include="Areas\API\Models\Shared\SubjectDescriptorModel.cs" />
|
||||||
<Compile Include="Areas\API\Models\System\DomainOrganisationalUnitsModel.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\jQuery-Isotope\jquery.isotope.js" />
|
||||||
<None Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\webcam.js" />
|
<None Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\webcam.js" />
|
||||||
<None Include="ClientSource\Scripts\Core.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">
|
<Content Include="ClientSource\Scripts\Core.min.js">
|
||||||
<DependentUpon>Core.js</DependentUpon>
|
<DependentUpon>Core.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons.min.js">
|
||||||
<DependentUpon>Disco-AjaxHelperIcons.js</DependentUpon>
|
<DependentUpon>Disco-AjaxHelperIcons.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader.min.js">
|
||||||
<DependentUpon>Disco-AttachmentUploader.js</DependentUpon>
|
<DependentUpon>Disco-AttachmentUploader.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\webcam.swf" />
|
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\webcam.swf" />
|
||||||
<None Include="ClientSource\Scripts\Modules\Disco-CreateJob.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\Disco-CreateJob.min.js">
|
||||||
<DependentUpon>Disco-CreateJob.js</DependentUpon>
|
<DependentUpon>Disco-CreateJob.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
@@ -1356,6 +1385,21 @@
|
|||||||
<None Include="ClientSource\Scripts\Modules\Timeline\timeline-bundle.js" />
|
<None Include="ClientSource\Scripts\Modules\Timeline\timeline-bundle.js" />
|
||||||
<None Include="ClientSource\Scripts\Modules\Timeline\timeline.js" />
|
<None Include="ClientSource\Scripts\Modules\Timeline\timeline.js" />
|
||||||
<None Include="ClientSource\Scripts\Modules\tinymce\disco.tinymceextensions.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">
|
<None Include="ClientSource\Style\BundleSite.css">
|
||||||
<DependentUpon>BundleSite.less</DependentUpon>
|
<DependentUpon>BundleSite.less</DependentUpon>
|
||||||
</None>
|
</None>
|
||||||
@@ -1364,6 +1408,7 @@
|
|||||||
<DependentUpon>Config.less</DependentUpon>
|
<DependentUpon>Config.less</DependentUpon>
|
||||||
</None>
|
</None>
|
||||||
<None Include="ClientSource\Scripts\Modules\tinymce\themes\simple\theme.js" />
|
<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">
|
<None Include="ClientSource\Style\tinymce\content.css">
|
||||||
<DependentUpon>content.less</DependentUpon>
|
<DependentUpon>content.less</DependentUpon>
|
||||||
</None>
|
</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\object.gif" />
|
||||||
<None Include="ClientSource\Scripts\Modules\tinymce\skins\lightgray\img\trans.gif" />
|
<None Include="ClientSource\Scripts\Modules\tinymce\skins\lightgray\img\trans.gif" />
|
||||||
<None Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor.js" />
|
<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" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers.min.js">
|
||||||
<DependentUpon>Disco-DataTableHelpers.js</DependentUpon>
|
<DependentUpon>Disco-DataTableHelpers.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</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">
|
<Content Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor.min.js">
|
||||||
<DependentUpon>Disco-ExpressionEditor.js</DependentUpon>
|
<DependentUpon>Disco-ExpressionEditor.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions.min.js">
|
||||||
<DependentUpon>Disco-jQueryExtensions.js</DependentUpon>
|
<DependentUpon>Disco-jQueryExtensions.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers.min.js">
|
||||||
<DependentUpon>Disco-PropertyChangeHelpers.js</DependentUpon>
|
<DependentUpon>Disco-PropertyChangeHelpers.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\Highcharts.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\Highcharts.min.js">
|
||||||
<DependentUpon>Highcharts.js</DependentUpon>
|
<DependentUpon>Highcharts.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\jQuery-Fancytree.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\jQuery-Fancytree.min.js">
|
||||||
<DependentUpon>jQuery-Fancytree.js</DependentUpon>
|
<DependentUpon>jQuery-Fancytree.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\jQuery-Isotope.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\jQuery-Isotope.min.js">
|
||||||
<DependentUpon>jQuery-Isotope.js</DependentUpon>
|
<DependentUpon>jQuery-Isotope.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter.min.js">
|
||||||
<DependentUpon>jQuery-NumberFormatter.js</DependentUpon>
|
<DependentUpon>jQuery-NumberFormatter.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\jQuery-SignalR.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\jQuery-SignalR.min.js">
|
||||||
<DependentUpon>jQuery-SignalR.js</DependentUpon>
|
<DependentUpon>jQuery-SignalR.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree.min.js">
|
||||||
<DependentUpon>jQueryUI-DynaTree.js</DependentUpon>
|
<DependentUpon>jQueryUI-DynaTree.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker.min.js">
|
||||||
<DependentUpon>jQueryUI-TimePicker.js</DependentUpon>
|
<DependentUpon>jQueryUI-TimePicker.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\Knockout.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\Knockout.min.js">
|
||||||
<DependentUpon>Knockout.js</DependentUpon>
|
<DependentUpon>Knockout.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\Shadowbox.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\Shadowbox.min.js">
|
||||||
<DependentUpon>Shadowbox.js</DependentUpon>
|
<DependentUpon>Shadowbox.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\Timeline.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\Timeline.min.js">
|
||||||
<DependentUpon>Timeline.js</DependentUpon>
|
<DependentUpon>Timeline.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="ClientSource\Scripts\Modules\tinymce.js" />
|
<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">
|
<Content Include="ClientSource\Scripts\Modules\tinymce.min.js">
|
||||||
<DependentUpon>tinymce.js</DependentUpon>
|
<DependentUpon>tinymce.js</DependentUpon>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
|||||||
Reference in New Issue
Block a user