Skip to content

Commit 2579462

Browse files
save file
1 parent 25fec38 commit 2579462

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

utils/editors/html-editor/html/output-html/v2.0/output-html-v2.0.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
.radio
1616
{border:1px solid lightgray;padding:2px 10px;border-radius:5px;cursor:pointer;display:flex;align-items:center}
17+
#isolate
18+
{margin-right:20px}
1719
#allow-scripts
1820
{color:gray}
19-
#console-clear
20-
{margin-right:20px}
2121

2222
#hldr
2323
{flex:1;box-sizing:border-box;position:relative}
@@ -32,6 +32,11 @@
3232
</style>
3333

3434
<div id=hdr>
35+
<span id=isolate class=radio>
36+
<input type=checkbox checked>
37+
isolate
38+
</span>
39+
3540
<span id=allow-scripts class=radio>
3641
<input type=checkbox checked disabled>
3742
allow-scripts
@@ -44,10 +49,6 @@
4449
<input type=checkbox checked>
4550
allow-popups
4651
</span>
47-
<span id=isolate class=radio>
48-
<input type=checkbox checked>
49-
isolate
50-
</span>
5152

5253
<div style='flex:1'></div>
5354

0 commit comments

Comments
 (0)