@@ -1574,21 +1574,21 @@ function loadFAIfNotAlreadyLoaded() {
1574
1574
' ;
1575
1575
1576
1576
$ out .= '
1577
- <div>
1578
- <span style="display: inline-block; padding: 0 20px 10px 0">
1577
+ <div style="margin-bottom: 7px" >
1578
+ <span style="display: inline-block; padding: 0 20px 5px 0">
1579
1579
<input id="reloadSnippet" title="Reload current snippet from disk" class="disabledButton" style="font-family: FontAwesome !important; padding: 3px 8px !important" type="submit" onclick="tracyConsole.reloadSnippet()" value="" disabled="true" />
1580
1580
<input style="font-family: FontAwesome !important" title="Go back (ALT + PageUp)" id="historyBack" class="disabledButton" disabled="true" type="submit" onclick="tracyConsole.loadHistory( \'back \')" value="" />
1581
1581
<input style="font-family: FontAwesome !important" title="Go forward (ALT + PageDown)" id="historyForward" class="disabledButton" disabled="true" type="submit" onclick="tracyConsole.loadHistory( \'forward \')" value="" />
1582
1582
<input title="Clear results" type="button" class="clearResults" onclick="tracyConsole.clearResults()" value="✖ Clear results" />
1583
1583
</span>
1584
1584
1585
- <span style="display: inline-block; padding: 0 20px 10px 0">
1585
+ <span style="display: inline-block; padding: 0 20px 5px 0">
1586
1586
<label title="Backup entire database before executing script.">
1587
1587
<input type="checkbox" id="dbBackup" ' .($ this ->wire ('input ' )->cookie ->tracyDbBackup ? 'checked="checked" ' : '' ).' onclick="tracyConsole.updateBackupState();" /> Backup DB
1588
1588
</label>
1589
1589
<input id="backupFilename" type="text" placeholder="Backup name (optional)" ' .($ this ->wire ('input ' )->cookie ->tracyDbBackup ? 'style="display:inline-block !important" ' : 'style="display:none !important" ' ).' ' .($ this ->wire ('input ' )->cookie ->tracyDbBackupFilename ? 'value=" ' .$ this ->wire ('input ' )->cookie ->tracyDbBackupFilename .'" ' : '' ).' />
1590
1590
</span>
1591
- <span style="display: inline-block; padding: 0 20px 10px 0">
1591
+ <span style="display: inline-block; padding: 0 20px 5px 0">
1592
1592
<label title="Send full stack trace of errors to Tracy bluescreen">
1593
1593
<input type="checkbox" id="allowBluescreen" /> Allow bluescreen
1594
1594
</label>
@@ -1597,7 +1597,7 @@ function loadFAIfNotAlreadyLoaded() {
1597
1597
1598
1598
if (!$ inAdmin ) {
1599
1599
$ out .= '
1600
- <span style="display: inline-block; padding: 0 20px 10px 0">
1600
+ <span style="display: inline-block; padding: 0 20px 5px 0">
1601
1601
<label title="Access custom variables & functions from this page \'s template file & included files."><input type="checkbox" id="accessTemplateVars" onclick="tracyConsole.tce.focus();" /> Template resources</label>
1602
1602
</span> ' ;
1603
1603
}
0 commit comments