1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-20 18:54:15 +01:00

Small tidy ups in the new css files

This commit is contained in:
Allan Jardine 2012-01-08 20:57:17 +00:00
parent 7eb80ac7e9
commit 9fb75b1f03
2 changed files with 5 additions and 8 deletions

View File

@ -137,11 +137,9 @@ table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
height: 22px;
line-height: 22px;
}
.paging_full_numbers a:active {
outline: none
}
.paging_full_numbers a:hover {
text-decoration: none;
}
@ -203,7 +201,7 @@ table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
th:active {
table.dataTable th:active {
outline: none;
}

View File

@ -47,8 +47,7 @@ table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
clear: both;
*zoom: 1;
}
div.dataTables_wrapper .ui-widget-header {
.dataTables_wrapper .ui-widget-header {
font-weight: normal;
}
.dataTables_wrapper .ui-toolbar {
@ -213,20 +212,20 @@ div.dataTables_wrapper .ui-widget-header {
/*
* Sorting
*/
table.display thead th div.DataTables_sort_wrapper {
table.dataTable thead th div.DataTables_sort_wrapper {
position: relative;
padding-right: 20px;
padding-right: 20px;
}
table.display thead th div.DataTables_sort_wrapper span {
table.dataTable thead th div.DataTables_sort_wrapper span {
position: absolute;
top: 50%;
margin-top: -8px;
right: 0;
}
th:active {
table.dataTable th:active {
outline: none;
}