Skip to content
Snippets Groups Projects

Master

Merged Nico Vermaas requested to merge master into release
4 files
+ 14
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -19,26 +19,27 @@ TD {
@@ -19,26 +19,27 @@ TD {
.max {
.max {
font-weight: bold;
font-weight: bold;
color: blue;
background-color: lightgreen;
background-color: lightgreen;
}
}
.aggregate {
.aggregate {
font-weight: bold;
font-weight: bold;
color: blue;
background-color: lightgreen;
background-color: lightgreen;
}
}
.modal-content {
.aggregate_failed {
overflow: scroll !important;
font-weight: bold;
 
color: red;
 
background-color: lightgreen;
}
}
 
.error,.failed,.staging_failed,.processed_failed,.scrubbed_failed,.stored_failed,.archived_failed {
.error,.failed,.staging_failed,.processed_failed,.scrubbed_failed,.stored_failed,.archived_failed {
color: red;
color: red;
font-weight: bold;
font-weight: bold;
}
}
.processed {
.processed,.ok,.running {
color: green;
color: green;
font-weight: bold;
font-weight: bold;
}
}
@@ -48,8 +49,6 @@ TD {
@@ -48,8 +49,6 @@ TD {
font-style: italic;
font-style: italic;
}
}
.processing,.processing_copying {
.processing,.processing_copying {
font-weight: bold;
font-weight: bold;
background-color: lightyellow;
background-color: lightyellow;
@@ -114,5 +113,9 @@ p.title {
@@ -114,5 +113,9 @@ p.title {
}
}
.modal-dialog .modal-lg {
.modal-dialog .modal-lg {
max-width: 75% !important;
max-width: 75% !important;
 
}
 
 
.modal-content {
 
overflow: scroll !important;
}
}
 
\ No newline at end of file
Loading