update viewer and add more field for exporter
This commit is contained in:
26
SuperScriptViewer/static/site.css
Normal file
26
SuperScriptViewer/static/site.css
Normal file
@ -0,0 +1,26 @@
|
||||
p.hamburger {
|
||||
margin: 0 5px 0 5px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.block-b {
|
||||
position: absolute;
|
||||
background: yellow;
|
||||
}
|
||||
|
||||
div.block-p {
|
||||
position: absolute;
|
||||
background: blue;
|
||||
}
|
||||
|
||||
p.block-text {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.block-body {
|
||||
position: absolute;
|
||||
background: #8f8f8f;
|
||||
border: 1px solid #cfcfcf;
|
||||
}
|
0
SuperScriptViewer/static/site.js
Normal file
0
SuperScriptViewer/static/site.js
Normal file
Reference in New Issue
Block a user