src/widgets/Renkan.css
changeset 944 8a6c9e3d0158
parent 938 991f897f1cb1
child 955 5055aa35340f
equal deleted inserted replaced
907:27b248a13355 944:8a6c9e3d0158
       
     1 
       
     2 .Ldt-Renkan {
       
     3     position: relative;
       
     4 }
       
     5 
       
     6 .Rk-Render-Full, .Rk-Canvas {
       
     7     position: absolute; left: 0; top: 0; width: 600px; height: 500px;
       
     8     overflow: hidden;
       
     9 }
       
    10 
       
    11 .Rk-Editor {
       
    12     position: absolute; left: 0; top: 0;
       
    13 }
       
    14 
       
    15 .Rk-CloseX {
       
    16     float: right; cursor: pointer;
       
    17 }
       
    18 
       
    19 .Rk-Editor h2 {
       
    20     font-size: 16px; font-weight: bold;
       
    21 }
       
    22 
       
    23 .Rk-Editor p {
       
    24     margin: 5px 0; font-size: 12px;
       
    25 }
       
    26 
       
    27 .Rk-ZoomIn, .Rk-ZoomOut {
       
    28     width: 21px; height: 20px; background: url(img/zoombuttons.png); margin: 5px;
       
    29 }
       
    30 
       
    31 .Rk-ZoomIn:hover {
       
    32     background-position: 0 -20px;
       
    33 }
       
    34 
       
    35 .Rk-ZoomOut {
       
    36     background-position: -21px 0;
       
    37 }
       
    38 
       
    39 .Rk-ZoomOut:hover {
       
    40     background-position: -21px -20px;
       
    41 }