Drugi
This commit is contained in:
53
ZpcBulletinBoard/wwwroot/css/editor/editor-main.css
Normal file
53
ZpcBulletinBoard/wwwroot/css/editor/editor-main.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user