Skip to content

Commit

Permalink
remove inline border attribute in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Apr 15, 2016
1 parent d6aa41d commit c529ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/phpList3ToBootstrap.js
Expand Up @@ -25,7 +25,7 @@ var myfunction = function() {
$('span.button a.opendialog span.view').parent().parent().parent().find('span.button').removeClass('btn-default');
$('.actions .fright').addClass('text-right');

/* MINITABS, WEBBLERTABS AN FILTERDIVS */
/* MINITABS, WEBBLERTABS, dropButton and FILTERDIVS */
$('.minitabs #webblertabs').addClass('navbar navbar-left navbar-default');
$('.minitabs #webblertabs ul').addClass('nav navbar-nav');
$('.minitabs #webblertabs ul li.current').addClass('active');
Expand Down Expand Up @@ -163,6 +163,7 @@ var myfunction = function() {

/* tables*/
// $('.content').addClass('table-responsive');
$('table').attr('border',null);
$('table').not('.home table, table.loginPassUpdate').addClass('table');
$('table.listing, table.templateForm, table.importadmin').not('.home table.listing').addClass('table-striped');
$('table.messageView').addClass('table-bordered');
Expand Down

0 comments on commit c529ade

Please sign in to comment.