Skip to content

Commit 494bbe2

Browse files
save file
1 parent f4aeced commit 494bbe2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
#glass
2525
{position:absolute;left:0;top:0;width:100%;height:100%;display:none}
2626

27+
#slider
28+
{height:10px;cursor:ns-resize}
29+
2730
</style>
2831

2932
<div id=hdr>
@@ -79,6 +82,8 @@
7982
<div id=glass></div>
8083
</div>
8184

85+
<div id=slider></div>
86+
8287
<web-console component h=150></web-console>
8388

8489
</template>
@@ -174,6 +179,8 @@
174179
glass = $(shadow,'#glass');
175180

176181

182+
$.slider(hldr,'#slider',webconsole.host,{root:shadow});
183+
177184
}//initdom
178185

179186

0 commit comments

Comments
 (0)