Rev 16778 | AutorÃa | Ultima modificación | Ver Log |
.dragged {
position: absolute;
top: 0;
opacity: 0.5;
z-index: 2000;
}
ol.vertical {
margin: 0 0 9px 0;
min-height: 10px;
}
ol.vertical li {
display: block;
margin: 5px;
padding: 5px;
/*border: 1px solid #cccccc;*/
/*border: 1px solid #0088cc;*/
/*background: #eeeeee;*/
}
ol.vertical li div.content {
clear: both;
line-height: 1.5;
position: relative;
margin: 10px 0 0;
}
ol.vertical li div.sidebar {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background: #fff;
/*border: 1px solid #fff;*/
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.30);
border-radius: 3px;
min-height: 20px;
width: 100%;
position: relative;
padding: 10px 15px;
height: auto;
gap: 12px;
/*line-height: 2.3076923;*/
overflow: hidden;
word-wrap: break-word;
z-index: 200;
}
ol.vertical li div.path {
display: block;
position: absolute;
width: 30px;
min-height: 72px;
bottom: 50%;
left: -12px;
border: 2px solid #565656;
border-top: 0;
border-right: 0;
padding: 4px 0 0;
padding-top: 3px;
border-bottom-left-radius: 6px;
z-index: 100;
}
ol.vertical li div.sidebar-inactive {
background: #eeeeee;
box-shadow: 0;
}
ol.vertical li div.sidebar div.right-sidebar {
opacity: 0;
transition: 0.3s;
}
ol.vertical li div.sidebar:hover div.right-sidebar {
opacity: 1;
}
ol.vertical li.placeholder {
position: relative;
margin: 0;
padding: 0;
border: none; }
ol.vertical li.placeholder:before {
position: absolute;
content: "";
width: 0;
height: 0;
margin-top: -5px;
left: -5px;
top: -4px;
border: 5px solid transparent;
border-left-color: red;
border-right: none; }
ol {
list-style-type: none; }
ol i.icon-move {
cursor: pointer; }
ol li.highlight {
background: #333333;
color: #999999; }