Merge branch 'dashboard_list'

This commit is contained in:
Kyle Drake 2015-07-17 13:14:54 -07:00
commit 78dcd83191
2 changed files with 14 additions and 4 deletions

View file

@ -492,7 +492,7 @@
.html-thumbnail.misc.fileimagehover .overlay {
margin: 1px 0 0 2px;
}
.files .list.list-view {
@mixin dashboard-list-view {
padding: 0;
.upload-Boundary {
@ -588,6 +588,14 @@
}
}
}
@media (max-device-width:480px), screen and (max-width:800px) {
.files .list {
@include dashboard-list-view;
}
}
.files .list.list-view {
@include dashboard-list-view;
}
.site-actions {
float: left;
margin-top: 20px;