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;
}
File diff suppressed because one or more lines are too long
-8
View File
@@ -208,14 +208,6 @@
margin: -1px;
border: 1px solid #ddd;
}
#DeviceDetailTab-JobsContainer div.jobTable > h3,
#DeviceDetailTab-JobsContainer div.jobTable > div.allClosed_container {
margin: 50px 20px !important;
}
#DeviceDetailTab-JobsContainer div.jobTable > h3 a.button,
#DeviceDetailTab-JobsContainer div.jobTable > div.allClosed_container a.button {
margin-top: 10px;
}
#DeviceDetailTab-JobsContainer .dataTables_wrapper .dataTables_filter {
margin-top: -24px;
-moz-opacity: 1;
-8
View File
@@ -170,14 +170,6 @@
div.jobTable {
margin: -1px;
border: 1px solid #ddd;
& > h3, & > div.allClosed_container {
margin: 50px 20px !important;
a.button {
margin-top: 10px;
}
}
}
.dataTables_wrapper {
File diff suppressed because one or more lines are too long
+11 -8
View File
@@ -637,14 +637,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;
@@ -875,6 +867,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;
}
+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;
File diff suppressed because one or more lines are too long
-8
View File
@@ -183,14 +183,6 @@
margin: -1px;
border: 1px solid #ddd;
}
#UserDetailTab-JobsContainer div.jobTable > h3,
#UserDetailTab-JobsContainer div.jobTable > div.allClosed_container {
margin: 50px 20px !important;
}
#UserDetailTab-JobsContainer div.jobTable > h3 a.button,
#UserDetailTab-JobsContainer div.jobTable > div.allClosed_container a.button {
margin-top: 10px;
}
#UserDetailTab-JobsContainer .dataTables_wrapper .dataTables_filter {
margin-top: -24px;
-moz-opacity: 1;
-8
View File
@@ -135,14 +135,6 @@
div.jobTable {
margin: -1px;
border: 1px solid #ddd;
& > h3, & > div.allClosed_container {
margin: 50px 20px !important;
a.button {
margin-top: 10px;
}
}
}
.dataTables_wrapper {
File diff suppressed because one or more lines are too long