Fix: Job DataTable Hide Closed

This commit is contained in:
Gary Sharp
2013-03-12 15:11:10 +11:00
parent 7020a4b02f
commit 5b7fc95786
9 changed files with 71 additions and 63 deletions
+2 -5
View File
@@ -1717,9 +1717,7 @@ table.genericData td.id a {
height: 20px;
margin-top: -20px;
right: 320px;
font-size: .9em;
-moz-opacity: 0.3;
opacity: 0.3;
font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate {
text-align: right;
@@ -1803,8 +1801,7 @@ table.genericData td.id a {
}
.dataTables_wrapper:hover .dataTables_filter,
.dataTables_wrapper:hover .dataTables_length,
.dataTables_wrapper:hover .dataTables_paginate a,
.dataTables_wrapper:hover .dataTables_showStatusClosed {
.dataTables_wrapper:hover .dataTables_paginate a {
-moz-opacity: 1;
opacity: 1;
}
File diff suppressed because one or more lines are too long
+2 -5
View File
@@ -539,9 +539,7 @@ table.genericData td.id a {
height: 20px;
margin-top: -20px;
right: 320px;
font-size: .9em;
-moz-opacity: 0.3;
opacity: 0.3;
font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate {
text-align: right;
@@ -625,8 +623,7 @@ table.genericData td.id a {
}
.dataTables_wrapper:hover .dataTables_filter,
.dataTables_wrapper:hover .dataTables_length,
.dataTables_wrapper:hover .dataTables_paginate a,
.dataTables_wrapper:hover .dataTables_showStatusClosed {
.dataTables_wrapper:hover .dataTables_paginate a {
-moz-opacity: 1;
opacity: 1;
}
+2 -4
View File
@@ -557,9 +557,7 @@ table
height: 20px;
margin-top: -20px;
right: 320px;
font-size: .9em;
-moz-opacity: 0.3;
opacity: 0.3;
font-weight: bold;
}
.dataTables_paginate
@@ -676,7 +674,7 @@ table
&:hover
{
.dataTables_filter, .dataTables_length, .dataTables_paginate a, .dataTables_showStatusClosed
.dataTables_filter, .dataTables_length, .dataTables_paginate a,
{
-moz-opacity: 1;
opacity: 1;
File diff suppressed because one or more lines are too long