Update - integration: Improved styling for TableTools with Foundation

pull/160/head
Allan Jardine 10 years ago
parent dbe9ed3dbf
commit b2eb8b445a

@ -28,6 +28,7 @@ div.dataTables_filter input {
display: inline-block !important; display: inline-block !important;
width: auto !important; width: auto !important;
margin-bottom: 0; margin-bottom: 0;
margin-left: 0.5em;
} }
div.dataTables_info { div.dataTables_info {
@ -118,6 +119,11 @@ table.DTTT_selectable tbody tr {
div.DTTT { div.DTTT {
float: left; float: left;
margin-bottom: 0; margin-bottom: 0;
margin-top: -0.3em;
}
div.DTTT .button {
margin: 0 0 0.25rem;
} }
div.DTTT .button:hover { div.DTTT .button:hover {

@ -134,7 +134,7 @@ if ( DataTable.TableTools ) {
$.extend( true, DataTable.TableTools.classes, { $.extend( true, DataTable.TableTools.classes, {
"container": "DTTT button-group", "container": "DTTT button-group",
"buttons": { "buttons": {
"normal": "button", "normal": "button small",
"disabled": "disabled" "disabled": "disabled"
}, },
"collection": { "collection": {

Loading…
Cancel
Save