File size: 453 Bytes
233f6d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | .sketcher-frame {
margin: -2px;
resize: none;
min-width: 370px;
min-height: 370px;
height: 100%;
width: 100%;
overflow: hidden;
}
.resizable{
border: none;
padding: 0px 0px 0px 0px;
border: 0px;
resize: both;
width: 500px;
height: 425px;
min-width: 370px;
min-height: 370px;
overflow: auto;
background-color: transparent;
}
.darkbox {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
background-color: transparent;
}
|