diff --git a/static/css/quay.css b/static/css/quay.css index 844f36779..f0d12d7bb 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -9,6 +9,17 @@ } } +.repo-search { + display: none; +} + +@media (min-width: 1200px) { + .repo-search { + display: inline-block; + } +} + + #quay-logo { width: 80px; margin-right: 30px; @@ -1325,10 +1336,56 @@ i.toggle-icon:hover { margin-right: 5px; } -.plans .plan-faq dd{ +.plans .plan-faq dd { margin-bottom: 20px; } +.enterprise-plan .plan-combine { + text-align: center; + padding: 10px; + margin-bottom: 20px; +} + +.enterprise-plan .plan-combine .plus { + font-size: 22px; + display: inline-block; + margin-left: 10px; + margin-right: 10px; +} + +.enterprise-plan a { + margin-top: 20px; +} + +.enterprise-plan .plan-combine img { + height: 45px; +} + +.enterprise-tour .tour-section { + margin-bottom: 50px !important; + padding-bottom: 50px !important; + border-bottom: 1px solid #eee !important; +} + +.enterprise-tour .tour-section p { + margin: 0 !important; +} + +.enterprise-tour .btn { + font-size: 20px; +} + +.feature-illustration { + text-align: center; +} + +.feature-illustration svg { + margin: 0 auto; + width: auto !important; + max-width: 100%; + max-height: 110px; +} + .loading { padding: 20px; } diff --git a/static/directives/tour-content.html b/static/directives/tour-content.html index 79a197b3e..a3ccb6647 100644 --- a/static/directives/tour-content.html +++ b/static/directives/tour-content.html @@ -226,71 +226,208 @@ -
Trigger container builds when your code is checked into Github and passes tests. Automatically pushed into your repository for immediate access by your servers.
+Control how the different teams and projects within your enterprise collaborate on repositories.
+Containers often contain keys and passwords — take control of your registry by running it behind your firewall on CoreOS Managed Linux.