Bootstrap integration - add TableTools print styling and the modal class to the information display

pull/2/head
Allan Jardine 12 years ago
parent e29eebeaee
commit 3f14545995

@ -58,3 +58,22 @@ ul.DTTT_dropdown.dropdown-menu li:hover a {
background-color: #0088cc;
color: white !important;
}
/* TableTools information display */
div.DTTT_print_info.modal {
height: 150px;
margin-top: -75px;
text-align: center;
}
div.DTTT_print_info h6 {
font-weight: normal;
font-size: 28px;
line-height: 28px;
margin: 1em;
}
div.DTTT_print_info p {
font-size: 14px;
line-height: 20px;
}

@ -125,6 +125,9 @@ if ( $.fn.DataTable.TableTools ) {
"normal": "",
"disabled": "disabled"
}
},
"print": {
"info": "DTTT_print_info modal"
}
} );

Loading…
Cancel
Save