Adjust style for dxf_5, dxf_6 two example pages
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
<link rel="stylesheet" href="./demo/layerManager/layerManager.css">
|
<link rel="stylesheet" href="./demo/layerManager/layerManager.css">
|
||||||
<link rel="stylesheet" href="./demo/settings/SettingsPanel.css">
|
<link rel="stylesheet" href="./demo/settings/SettingsPanel.css">
|
||||||
<style>
|
<style>
|
||||||
#myCanvas {
|
/* #myCanvas {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: calc(100% - 100px);
|
width: calc(100% - 100px);
|
||||||
width: -moz-calc(100% - 100px);
|
width: -moz-calc(100% - 100px);
|
||||||
@ -17,11 +17,11 @@
|
|||||||
height: -webkit-calc(100vh - 80px);
|
height: -webkit-calc(100vh - 80px);
|
||||||
left: 50px;
|
left: 50px;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
}
|
} */
|
||||||
.markup-toolbar {
|
.markup-toolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 60px;
|
right: 20px;
|
||||||
top: 10%;
|
top: 20px;
|
||||||
}
|
}
|
||||||
.markup-toolbar-btn {
|
.markup-toolbar-btn {
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<link rel="stylesheet" href="./demo/layerManager/layerManager.css">
|
<link rel="stylesheet" href="./demo/layerManager/layerManager.css">
|
||||||
<link rel="stylesheet" href="./demo/settings/SettingsPanel.css">
|
<link rel="stylesheet" href="./demo/settings/SettingsPanel.css">
|
||||||
<style>
|
<style>
|
||||||
#myCanvas {
|
/* #myCanvas {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: calc(100% - 100px);
|
width: calc(100% - 100px);
|
||||||
width: -moz-calc(100% - 100px);
|
width: -moz-calc(100% - 100px);
|
||||||
@ -17,11 +17,11 @@
|
|||||||
height: -webkit-calc(100vh - 80px);
|
height: -webkit-calc(100vh - 80px);
|
||||||
left: 50px;
|
left: 50px;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
}
|
} */
|
||||||
.hotpoint-toolbar {
|
.hotpoint-toolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 60px;
|
right: 20px;
|
||||||
top: 10%;
|
top: 20px;
|
||||||
}
|
}
|
||||||
.hotpoint-toolbar-btn {
|
.hotpoint-toolbar-btn {
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
|
Reference in New Issue
Block a user