@charset "UTF-8";

.image-inline-right {
    float: right;
}
.image-inline-left{
    float: left;
}
.osc-editor-inline-image{
    width: 30%;
    height: 30%;
    max-width: 100%;
}
.resize-image-inline{
    width: 10px;
    height : 10px;
    background: #fff;
    border:1px solid #ddd;
    border-radius: 3px;
    position : absolute;
    z-index : 2;
}
.image-inline-reset{
    width: 30%;
    height: 30%;
    max-width: 100%;
}
.osc-editor-inline-clone-image{
    position: absolute;
    z-index: +100;
    width: 30%;
    height: 30%;
    opacity: 0.5;
    border: 1px dotted;
}