From f992086625c8982b70b0c8554f39f44e727403df Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 3 Dec 2015 16:56:53 -0500 Subject: [PATCH] Fix popup warning in new repo Fixes #1024 --- static/css/core-ui.css | 13 +++++++++++++ static/partials/new-repo.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/static/css/core-ui.css b/static/css/core-ui.css index bf92cd6ae..8bca84034 100644 --- a/static/css/core-ui.css +++ b/static/css/core-ui.css @@ -1265,3 +1265,16 @@ a:focus { top: 5px; font-size: 18px; } + +.co-alert-popin-warning { + margin-left: 10px; +} + +@media screen and (max-width: 767px) { + .co-alert-popin-warning { + display: block; + margin: 0px; + margin-top: 10px; + float: none; + } +} diff --git a/static/partials/new-repo.html b/static/partials/new-repo.html index 03a034e84..6b379c628 100644 --- a/static/partials/new-repo.html +++ b/static/partials/new-repo.html @@ -41,7 +41,7 @@ - + Repository names must match [a-z0-9_-]+