Roles listing icon resize fix

revert-70aa11f8
Imesh Chandrasiri 8 years ago
parent 5e7d3a00ad
commit de63beaaa6

@ -37,7 +37,17 @@ var modalPopupContainer = modalPopup + " .modal-content";
var modalPopupContent = modalPopup + " .modal-content"; var modalPopupContent = modalPopup + " .modal-content";
var body = "body"; var body = "body";
var isInit = true; var isInit = true;
$(".icon .text").res_text(0.2);
/**
*
* Fires the res_text when ever a data table redraw occurs making
* the font icons change the size to respective screen resolution.
*
*/
$(document).on( 'draw.dt', function () {
$(".icon .text").res_text(0.2);
} );
/* /*

Loading…
Cancel
Save