src/widgets/Renkan.css
author cavaliet
Thu, 02 Jan 2014 16:49:20 +0100
branchnew-model
changeset 1020 198c2b79f5e1
parent 938 991f897f1cb1
child 955 5055aa35340f
permissions -rw-r--r--
oups (last commit in bad branch)


.Ldt-Renkan {
    position: relative;
}

.Rk-Render-Full, .Rk-Canvas {
    position: absolute; left: 0; top: 0; width: 600px; height: 500px;
    overflow: hidden;
}

.Rk-Editor {
    position: absolute; left: 0; top: 0;
}

.Rk-CloseX {
    float: right; cursor: pointer;
}

.Rk-Editor h2 {
    font-size: 16px; font-weight: bold;
}

.Rk-Editor p {
    margin: 5px 0; font-size: 12px;
}

.Rk-ZoomIn, .Rk-ZoomOut {
    width: 21px; height: 20px; background: url(img/zoombuttons.png); margin: 5px;
}

.Rk-ZoomIn:hover {
    background-position: 0 -20px;
}

.Rk-ZoomOut {
    background-position: -21px 0;
}

.Rk-ZoomOut:hover {
    background-position: -21px -20px;
}