Files
zpc-bulletin-board/ZpcBulletinBoard/wwwroot/css/editor/editor-main.css
David Štaleker dc24cb22a6 editor
2024-02-28 11:17:12 +01:00

86 lines
1.2 KiB
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;
}
.div-pages {
margin: 5px;
height: 50px;
}
.div-pages > div {
float: left;
text-align: center;
width: 100px;
height: 50px;
border:1px solid rgba(24, 28, 33, 0.06);
border-radius: 0.25rem;
margin-right: 5px;
}
.div-pages > div:hover {
cursor: pointer;
background-color: rgba(24, 28, 33, 0.06);
}
.page-active {
background-color: rgba(128, 171, 226, 0.5);
}
.div-pages > div > h5 {
margin-top: 5px;
margin-bottom: 2px;
}
.div-pages > div > i {
margin-top: 10px;
}