Update: Change UI for "Show Closed Jobs"
Move to a button at the bottom of the list.
This commit is contained in:
@@ -229,6 +229,7 @@ header, #header {
|
||||
|
||||
& > a {
|
||||
padding: 2px;
|
||||
|
||||
& > i {
|
||||
margin-right: 2px;
|
||||
}
|
||||
@@ -569,15 +570,6 @@ table {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.dataTables_showStatusClosed {
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 20px;
|
||||
margin-top: -20px;
|
||||
right: 320px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dataTables_paginate {
|
||||
text-align: right;
|
||||
background-color: @TableDataBorderColour;
|
||||
@@ -833,6 +825,21 @@ table.jobTable {
|
||||
}
|
||||
}
|
||||
|
||||
div.jobTable {
|
||||
& > a.dataTables_showStatusClosed {
|
||||
margin: 10px 5px;
|
||||
}
|
||||
|
||||
& > h3, & > div.allClosed_container {
|
||||
margin: 50px 20px !important;
|
||||
|
||||
a.button {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
table.deviceTable {
|
||||
tr.decommissioned {
|
||||
background-color: @SubtleColour;
|
||||
|
||||
Reference in New Issue
Block a user