@phoenix-plugin-registry/swmitra.html-designer
Version:
NOW WITH RESPONSIVE DESIGN TOOLS (BETA)! Design and customize web ui with HTML and CSS. Now with taggable Design snippet/bookmark support.
72 lines (62 loc) • 2.09 kB
HTML
<style>
#html-inline-editor .CodeMirror
{
position: absolute ;
width: calc(100% - 20px) ;
height: calc(100% - 20px) ;
}
#html-inline-editor .Code-warnings
{
display:none ;
}
#html-inline-editor {
position:static ;
float: left;
margin-top: 0px;
margin-left: 0px;
width: 100%;
height: 100%;
overflow:hidden;
}
#source-editor-container .horz-resizer{
left: calc(100% - 1px) ;
top: 1px;
width: 1px;
}
#source-editor-container .vert-resizer{
top: calc(100% - 1px) ;
left: 1px;
height: 1px;
}
.minimizedSourceView{
width:100px ;
height:0px ;
top:calc(100% - 24px) ;
right: 0px;
left: auto ;
z-index: 51 ;
min-width: 100px ;
}
.minimizedSourceView .propertyToolboxHeader{
border:1px solid gray;
}
.minimizedSourceView #source-editor-minimize{
display:none ;
}
.minimizedSourceView #source-editor-maximize{
display:block ;
}
.minimizedSourceView #minimized-title{
display:block ;
}
</style>
<div class="splitViewEditor property-toolbox horz-resizable right-resizer vert-resizable bottom-resizer" id="source-editor-container" draggable="true">
<div class="propertyToolboxHeader">Source
<a class ="close" id="source-editor-close" style="">×</a>
<!--<a class ="close" id="source-editor-minimize" style="margin-top:-1px;display:block;">−</a>
<a class ="close" id="source-editor-maximize" style="margin-top:-1px;display:none;">□</a>
<span class="close" id="minimized-title" style="display:none;">Source</span>-->
<div class="toolboxHeaderBottom"></div>
</div>
<div id="html-inline-editor" style=""></div>
</div>