From 8f736e67e84f210889dede035f4925d71c627a1f Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 21 Apr 2015 15:13:29 -0400 Subject: [PATCH] Small UI fixes --- static/css/pages/new-repo.css | 7 +++++++ static/directives/new-header-bar.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/static/css/pages/new-repo.css b/static/css/pages/new-repo.css index 33af66dec..5fdc6e4f2 100644 --- a/static/css/pages/new-repo.css +++ b/static/css/pages/new-repo.css @@ -2,6 +2,13 @@ padding: 30px; } +@media (max-width: 767px) { + .new-repo .co-main-content-panel { + padding: 20px; + padding-top: 10px; + } +} + .new-repo .namespace-selector-header .slash { color: #444; padding-left: 6px; diff --git a/static/directives/new-header-bar.html b/static/directives/new-header-bar.html index 1e5aa916e..2d48dbd84 100644 --- a/static/directives/new-header-bar.html +++ b/static/directives/new-header-bar.html @@ -139,7 +139,7 @@