Files
zpc-bulletin-board/ZpcBulletinBoard/wwwroot/css/editor/editor-main.css
David Štaleker 4df426dc10 Drugi
2024-02-25 20:09:43 +01:00

54 lines
750 B
CSS

#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;
}