From ca350f98081d1675ac57c52fdbe8bd2b26bdbfe1 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 16 Jan 2015 17:06:20 -0500 Subject: [PATCH] Better styling for the updated build dialog. This is temporary until we redo the UI --- static/css/quay.css | 13 +++++++++++++ static/directives/dockerfile-build-form.html | 8 +++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/static/css/quay.css b/static/css/quay.css index 0f7a8be9c..ba5d0ea90 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -4912,4 +4912,17 @@ i.slack-icon { .dockerfile-build-form table td { vertical-align: top; + white-space: nowrap; } + +.dockerfile-build-form input[type="file"] { + margin: 0px; +} + +.dockerfile-build-form .help-text { + font-size: 13px; + color: #aaa; + margin-bottom: 20px; + padding-left: 22px; +} + diff --git a/static/directives/dockerfile-build-form.html b/static/directives/dockerfile-build-form.html index 5c5b1e37d..4dfba4e08 100644 --- a/static/directives/dockerfile-build-form.html +++ b/static/directives/dockerfile-build-form.html @@ -13,9 +13,15 @@
- + + + + +
Dockerfile or Archive (.tar.gz or .zip):Dockerfile or .tar.gz or .zip:
+
If an archive, the Dockerfile must be at the root
+
Base Image Pull Credentials: