Skip to content

Commit 8e32374

Browse files
committed
Formatting saver-loader widget
1 parent 2ebc523 commit 8e32374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/SaverLoader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ class SaverLoader {
99
"<div id='saveButton' style='width:50%;display:inline-block'>Save</div>"+
1010
"</div>"+
1111
"<div style='padding:0px'>"+
12-
"<button id='unloadFile' style='display:inline-block'>Unload</button>"+
13-
"<p id='fileName' style='display:inline-block;float left;padding-left:10px'>No file loaded</p>"+
12+
"<div id='unloadFile' style='width:50%;display:inline-block'>Unload</div>"+
13+
"<p id='fileName' style='width:50%;display:inline-block;float left;padding-left:10px'>No file loaded</p>"+
1414
"</div>"+
1515
"</div>"+
1616
"</div>");

0 commit comments

Comments
 (0)