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