Update: Change UI for "Show Closed Jobs"

Move to a button at the bottom of the list.
This commit is contained in:
Gary Sharp
2014-02-06 18:57:10 +11:00
parent 6d54f3f972
commit 2e7b66ee5b
15 changed files with 63 additions and 88 deletions
+16 -9
View File
@@ -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;