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
+11 -8
View File
@@ -3838,14 +3838,6 @@ table.genericData td.id a {
padding: 0;
height: 1.4em;
}
.dataTables_wrapper .dataTables_showStatusClosed {
display: block;
position: absolute;
height: 20px;
margin-top: -20px;
right: 320px;
font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate {
text-align: right;
background-color: #f4f4f4;
@@ -4076,6 +4068,17 @@ table.jobTable td.location,
table.jobTable th.location {
width: 200px;
}
div.jobTable > a.dataTables_showStatusClosed {
margin: 10px 5px;
}
div.jobTable > h3,
div.jobTable > div.allClosed_container {
margin: 50px 20px !important;
}
div.jobTable > h3 a.button,
div.jobTable > div.allClosed_container a.button {
margin-top: 10px;
}
table.deviceTable tr.decommissioned {
background-color: #ededed;
}