From f2dff3a7e168860ca5a623145eefa10571299d95 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 11 Jan 2016 14:05:41 -0500 Subject: [PATCH] Fix small UI issue with repo toggle --- static/css/directives/ui/repo-list-table.css | 4 ---- static/css/directives/ui/repo-list-view.css | 4 ++++ static/directives/repo-list-view.html | 2 +- static/js/directives/ui/repo-list-view.js | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/static/css/directives/ui/repo-list-table.css b/static/css/directives/ui/repo-list-table.css index fb2c3ad47..437d3df86 100644 --- a/static/css/directives/ui/repo-list-table.css +++ b/static/css/directives/ui/repo-list-table.css @@ -1,7 +1,3 @@ -.repo-list-table { - margin-top: 40px; -} - .repo-list-table .repo-name-icon .avatar { margin-right: 10px; } diff --git a/static/css/directives/ui/repo-list-view.css b/static/css/directives/ui/repo-list-view.css index 321feb64a..46076a7f3 100644 --- a/static/css/directives/ui/repo-list-view.css +++ b/static/css/directives/ui/repo-list-view.css @@ -2,3 +2,7 @@ float: right; margin-bottom: 10px; } + +.repo-list-view-element { + min-height: 40px; +} \ No newline at end of file diff --git a/static/directives/repo-list-view.html b/static/directives/repo-list-view.html index efb944901..5de3e20d4 100644 --- a/static/directives/repo-list-view.html +++ b/static/directives/repo-list-view.html @@ -1,6 +1,6 @@
-
+