Skip to content

Commit

Permalink
textareas
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Apr 9, 2016
1 parent e6f1184 commit cd152ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ TABLE OF CONTENT
/* # generals *****************/

iframe{border:0px}
#cke_message{width:100% !important}

/* ## bootstrap */
a:focus,button:focus{outline:none !important}
Expand Down
2 changes: 1 addition & 1 deletion js/phpList3ToBootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var myfunction = function() {
$('span.button a.opendialog span.view').parent().parent().parent().find('span.button').removeClass('btn-default');

/* FORMS */
$('input[type=text],input[type=password]').addClass('form-control');
$('input[type=text],input[type=password],textarea').addClass('form-control');
$('#login-form td').addClass('input-group input-group-lg');
$('div.login').addClass('input-group input-group-sm');
$('div.login p').contents().unwrap().wrap('<span id=helpBlock class=help-block/>');
Expand Down

0 comments on commit cd152ac

Please sign in to comment.