diff --git a/static/css/core-ui.css b/static/css/core-ui.css index 68b326c80..26fb1b5cf 100644 --- a/static/css/core-ui.css +++ b/static/css/core-ui.css @@ -1310,6 +1310,10 @@ a:focus { padding-left: 4px; } +.co-top-bar { + height: 50px; +} + .co-check-bar .co-checked-actions .btn { margin-left: 6px; } @@ -1318,21 +1322,25 @@ a:focus { margin-right: 4px; } -.co-check-bar .co-filter-box { +.co-check-bar .co-filter-box, .co-top-bar .co-filter-box { float: right; } -.co-check-bar .co-filter-box .page-controls { +.co-check-bar .co-filter-box .page-controls, .co-top-bar .co-filter-box .page-controls { margin-right: 6px; margin-bottom: 6px; } -.co-check-bar .co-filter-box input { +.co-check-bar .co-filter-box input, .co-top-bar .co-filter-box input { width: 300px; display: inline-block; vertical-align: middle; } +.co-top-bar .co-filter-box input { + vertical-align: top; +} + .empty { border-bottom: none !important; } diff --git a/static/directives/repo-list-table.html b/static/directives/repo-list-table.html index 4707551b8..e4a9bcd49 100644 --- a/static/directives/repo-list-table.html +++ b/static/directives/repo-list-table.html @@ -1,11 +1,24 @@
- | ||
- - - {{ repository.namespace }} - {{ repository.name }} + + + {{ ::repository.namespace }} + {{ ::repository.name }} | - - {{ repository.last_modified * 1000 | amCalendar }} + + {{ ::repository.last_modified * 1000 | amCalendar }} - (Empty Repository) + (Empty Repository) | - |