minor css

This commit is contained in:
Mo Bitar
2017-03-10 14:34:27 -06:00
parent f05ddb5cd1
commit 39e5bbf966
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@
font-size: 11px;
> .item {
margin-right: 1px;
margin-right: 2px;
}
opacity: 0.5;

View File

@@ -18,11 +18,11 @@
%li
%a.text{"ng-click" => "ctrl.selectedMenuItem(); ctrl.selectedSortByCreated()"}
%span.top.mt-5.mr-5{"ng-if" => "ctrl.sortBy == 'created_at'"} ✓
Sort by date added
By date added
%li
%a.text{"ng-click" => "ctrl.selectedMenuItem(); ctrl.selectedSortByUpdated()"}
%span.top.mt-5.mr-5{"ng-if" => "ctrl.sortBy == 'updated_at'"} ✓
Sort by date modified
By date modified
.scrollable
.infinite-scroll{"infinite-scroll" => "ctrl.paginate()", "can-load" => "true", "threshold" => "200"}