sorting tree

This commit is contained in:
Nicolas Siver
2015-05-31 10:49:03 +03:00
parent 3197a9e47c
commit 1bfb41bccb
2 changed files with 62 additions and 35 deletions

View File

@@ -18,15 +18,11 @@ div.categories {
li {
min-height: @acp-line-height;
margin: @acp-base-line 0;
}
> ul > li + li:before {
content: "";
display: block;
height: 1px;
width: 100%;
margin: @acp-base-line;
background: #F5F5F5;
&.placeholder {
border: 1px dashed #2196F3;
background-color: #E1F5FE;
}
}
.disabled {
@@ -50,10 +46,11 @@ div.categories {
background-size: cover;
float: left;
margin-right: @acp-margin;
cursor: move;
}
.information {
float:left;
float: left;
}
.header {