Commit 7c528462a822e632d37aac5ee08aa7eaa9fd5d59

Authored by Karpikau Andrei
1 parent 6203c212

check render block element

1 -.editable-content .col{ 1 +.editable-content .content-wrapper{
2 position:relative; 2 position:relative;
3 text-align:left; 3 text-align:left;
4 } 4 }
5 5
6 -.editable-content .col .operation{ 6 +.editable-content .content-wrapper .operation{
7 display:none; 7 display:none;
8 position:absolute; 8 position:absolute;
9 top:10px; 9 top:10px;
10 left:10px; 10 left:10px;
11 } 11 }
12 12
13 -.editable-content .col:hover{ 13 +.editable-content .content-wrapper:hover{
14 border:1px dotted black; 14 border:1px dotted black;
15 } 15 }
16 16
17 -.editable-content .col:hover .operation{ 17 +.editable-content .content-wrapper:hover .operation{
18 display: block; 18 display: block;
19 } 19 }
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.182" 2 + VERSION = "0.0.183"
3 end 3 end