includes/clientside/tinymce/plugins/devkit/css/devkit_ui.css
changeset 335 67bd3121a12e
parent 334 c72b545f1304
child 336 bfa2e9c23f03
equal deleted inserted replaced
334:c72b545f1304 335:67bd3121a12e
     1 #devkit {
       
     2 	position: absolute;
       
     3 	top: -385px; right: 0;
       
     4 	width: 640px; height: 390px;
       
     5 	border: 1px solid black;
       
     6 	z-index: 10000;
       
     7 }
       
     8 
       
     9 .devkitup {
       
    10 	top: -385px !important;
       
    11 }
       
    12 
       
    13 .devkitdown {
       
    14 	top: 0 !important;
       
    15 }