Get rid of Bootstrap

This commit is contained in:
Nick O'Leary
2019-05-02 17:03:42 +01:00
parent 1e35a6ce5e
commit 0e02e21967
11 changed files with 397 additions and 5186 deletions

View File

@@ -201,7 +201,7 @@ RED.library = (function() {
// Add the library button to the name <input> in the edit dialog
$('#'+elementPrefix+"name").css("width","calc(100% - 52px)").after(
'<div class="btn-group" style="margin-left:5px;">'+
'<div style="margin-left:5px; display: inline-block;position: relative;">'+
'<a id="node-input-'+options.type+'-lookup" class="editor-button"><i class="fa fa-book"></i> <i class="fa fa-caret-down"></i></a>'+
'</div>'