Skip to content

Commit

Permalink
0018938: Session timeout message styling inconsistent with theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Jan 21, 2018
1 parent e32e62a commit 2270199
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions js/dist/phpList_ui_bootlist.js
Expand Up @@ -2172,6 +2172,7 @@ $('body.fixed li.list').each(function(){

/* ALERTS */
$('div.note').addClass('alert alert-warning');
$('div.actionresult').addClass('alert alert-danger');
$('div.result, div.error').not('body.fixed div.error').addClass('alert alert-danger');
if ( !$('body.send #sendmessageform #addtoqueue .missing').hasClass('h4') ){
$('body.send #sendmessageform #addtoqueue .missing').prepend('<span class="glyphicon glyphicon-warning-sign"></span>&nbsp; ');
Expand Down

0 comments on commit 2270199

Please sign in to comment.