From 2afb8c85b19c291e6c2260c99c9bff710058516d Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 24 Oct 2013 18:13:24 -0400 Subject: [PATCH] Get the new repo page ready for wiring --- static/css/quay.css | 30 ++++++++++++++++++++++++++++++ static/partials/header.html | 4 ++-- static/partials/new-repo.html | 14 +++++++++----- 3 files changed, 41 insertions(+), 7 deletions(-) diff --git a/static/css/quay.css b/static/css/quay.css index 8783e18b1..f1082c8dc 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -2,6 +2,18 @@ font-family: 'Droid Sans', sans-serif; } +.user-tools .user-tool { + font-size: 24px; + margin-top: 14px; + color: black; +} + +.user-tools i.user-tool:hover { + cursor: pointer; + color: #428bca; +} + + .repo-circle { position: relative; background: #eee; @@ -134,6 +146,24 @@ margin: 10px; } +.new-repo .initialize-repo { + margin: 10px; + margin-top: 16px; + margin-left: 20px; + padding: 10px; + border: 1px dashed #ccc; +} + +.new-repo .initialize-repo .init-description { + color: #444; + font-size: 12px; + text-align: center; +} + +.new-repo .initialize-repo .file-drop { + margin: 10px; +} + .user-guide h3 { margin-bottom: 20px; } diff --git a/static/partials/header.html b/static/partials/header.html index 1ff5bd1b6..5ddca4e88 100644 --- a/static/partials/header.html +++ b/static/partials/header.html @@ -27,8 +27,8 @@ - - + +