src/widgets/Renkan.css
author veltr
Wed, 05 Sep 2012 11:03:20 +0200
changeset 952 693c282aa4e9
parent 938 991f897f1cb1
child 955 5055aa35340f
permissions -rw-r--r--
Removed obsolete test files


.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;
}