[Mobile] Moved Button

Button moved to the Browse.html
and BrowseController handles the
tree slide.
This commit is contained in:
Dave
2015-07-09 10:28:45 -07:00
parent 7974f33781
commit b9371ea03d
5 changed files with 82 additions and 10 deletions

View File

@@ -35,10 +35,35 @@
}
.holder-show {
@include phoneandtablet {
@include phone {
@include transition-duration(.2s);
left: 0px;
}
}
@include tablet {
@include transition-duration(.2s);
left: 0px;
}
}
.button-hide {
position: absolute;
// @include transition-duration(.2s);
@include phone {
left: 108px;
}
@include tablet {
left: 150px;
}
}
.object-header-mobile {
position: relative;
@include phone {
left: 23px;
}
@include tablet {
left: 15px;
}
}
.browse-manage {