Separated Packery init layout.

This commit is contained in:
Gunther Brunner
2014-05-26 22:24:46 +09:00
parent 5e512bf51c
commit d5d300057b
2 changed files with 26 additions and 10 deletions

View File

@@ -13,6 +13,12 @@ div[angular-packery] {
overflow-x: hidden;
}
div[angular-packery]:after {
content: ' ';
display: block;
clear: both;
}
.col-md-4-x.packery-item {
width: 33.33333333333333%;
}
@@ -34,3 +40,10 @@ div[angular-packery] {
width: 100%;
}
}
.packery-item.is-dragging,
.packery-item.is-positioning-post-drag {
/*border-color: red;*/
/*background: #09F;*/
/*z-index: 2;*/
}