This commit is contained in:
David Štaleker
2024-02-25 20:09:43 +01:00
parent 28d1630749
commit 4df426dc10
614 changed files with 121469 additions and 7647 deletions

View File

@@ -0,0 +1,53 @@
#divCanvas {
padding: 0;
position: relative;
/* border: 2px solid #cccccc; */
}
.div-main-body {
padding:0;
}
.div-main-body > hr {
margin-bottom: 0;
}
.div-tools {
margin: 5px;
width: 100%;
}
.div-tools > select {
width: 200px !important;
margin-right: 5px;
}
.div-tools > button {
margin-left: 5px;
}
.input-xs, select.input-xs {
height: 27px;
line-height: 30px;
font-size: 0.75rem;
padding-top: 0;
padding-bottom: 0;
}
.ui-resizable-handle {
width: 20px;
height: 20px;
line-height: 16px;
margin-left: auto;
margin-right: 0;
cursor: nwse-resize;
}
.div-note {
position: absolute !important;
float: left;
}
.input-hidden {
display: none;
}