Merge branch 'master' of github.com:DataTables/Plugins

pull/31/head
Allan Jardine 11 years ago
commit f37f882a5a

@ -1,4 +1,3 @@
div.dataTables_length label {
float: left;
text-align: left;
@ -127,6 +126,10 @@ ul.DTTT_dropdown.dropdown-menu li:hover a {
color: white !important;
}
div.DTTT_collection_background {
z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info.modal {
height: 150px;

@ -1,4 +1,3 @@
div.dataTables_length label {
font-weight: normal;
float: left;
@ -136,6 +135,10 @@ ul.DTTT_dropdown.dropdown-menu li:hover a {
color: white !important;
}
div.DTTT_collection_background {
z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info.modal {
height: 150px;

Loading…
Cancel
Save