Start styling changes. After updating to this force a refresh (shift+refresh) in your browser to reload styles.

Make more use of card-type layouts.
Make tables responsive.
This commit is contained in:
Tim 2015-06-28 16:59:36 +02:00
parent 4f1056cf87
commit 762199344c
14 changed files with 1367 additions and 303 deletions

View file

@ -1,4 +1,7 @@
user_ip_table_options = {
"responsive": {
details: false
},
"destroy": true,
"language": {
"search": "Search: ",
@ -23,7 +26,8 @@ user_ip_table_options = {
return moment(data, "X").fromNow();
},
"searchable": false,
"width": "15%"
"width": "15%",
"className": "no-wrap"
},
{
"targets": [1],
@ -41,7 +45,8 @@ user_ip_table_options = {
$(td).html('<a href="#ip-info-modal" data-toggle="modal"><span data-toggle="ip-tooltip" data-placement="left" title="IP Address Info" id="ip-info"><i class="icon-map-marker icon-white"></i></span>&nbsp' + cellData +'</a>');
}
},
"width": "15%"
"width": "15%",
"className": "no-wrap"
},
{
"targets": [2],