- Add text for the new CoreOS registry stuff to the plans page and the tour page

- Regenerate the screenshots
This commit is contained in:
Joseph Schorr 2014-08-12 15:17:48 -04:00
parent 8db889e2d4
commit f3f4d06328
14 changed files with 265 additions and 56 deletions

View file

@ -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;
}