initial import for Open Source 🎉
This commit is contained in:
parent
1898c361f3
commit
9c0dd3b722
2048 changed files with 218743 additions and 0 deletions
3
static/css/pages/billing.css
Normal file
3
static/css/pages/billing.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.billing-page .co-main-content-panel {
|
||||
padding: 40px;
|
||||
}
|
63
static/css/pages/build-view.css
Normal file
63
static/css/pages/build-view.css
Normal file
|
@ -0,0 +1,63 @@
|
|||
.build-view .build-header .repo-breadcrumb {
|
||||
font-size: 18px;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.build-view .build-status-header {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.build-view .build-status-header .cor-loader-inline {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.build-view .build-logs-view {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.build-view .build-status-header {
|
||||
font-size: 17px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.build-view .build-status-header .fa {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.build-view .build-icon-message.error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.build-view .build-icon-message.internalerror {
|
||||
color: rgb(151, 168, 0);
|
||||
}
|
||||
|
||||
.build-view .build-icon-message.complete {
|
||||
color: #2fcc66;
|
||||
}
|
||||
|
||||
.build-view .build-status-header .cor-options-menu {
|
||||
float: right;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.build-view .build-status-header .timing {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.build-view .build-status-header .timing .fa {
|
||||
margin-left: 10px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.build-view .build-status-header .timing {
|
||||
margin-top: 10px;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.build-view .build-status-header .cor-options-menu {
|
||||
float: right;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
34
static/css/pages/error-view.css
Normal file
34
static/css/pages/error-view.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
.error-view-element {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.error-view-element h2 {
|
||||
font-size: 42px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.error-view-element h2 .repo-circle {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.error-view-element h3 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.error-view-element img {
|
||||
margin-top: 20px;
|
||||
width: 255px;
|
||||
height: 235px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.error-view-element .err403 img {
|
||||
margin-top: 30px;
|
||||
width: 225px;
|
||||
height: 205px;
|
||||
}
|
||||
|
||||
.error-view-element h2 .fa-exclamation-triangle {
|
||||
margin-right: 16px;
|
||||
color: #D64456;
|
||||
}
|
340
static/css/pages/landing.css
Normal file
340
static/css/pages/landing.css
Normal file
|
@ -0,0 +1,340 @@
|
|||
.landing-page {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.landing-page #padding-container {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.landing-page .main-panel {
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.landing.jumbotron {
|
||||
background: transparent;
|
||||
position: relative;
|
||||
color: white;
|
||||
|
||||
margin-bottom: 0px;
|
||||
min-height: 440px;
|
||||
}
|
||||
|
||||
.landing.jumbotron p {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.landing.jumbotron h1 {
|
||||
margin-bottom: 30px;
|
||||
font-size: 40px;
|
||||
line-height: 60px;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.landing-content h1 .highlight {
|
||||
display: inline-block;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
color: #38b3e7;
|
||||
}
|
||||
|
||||
.landing.jumbotron h1 .bracket {
|
||||
font-size: 60px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
|
||||
.landing.jumbotron .buttons {
|
||||
margin-top: 60px;
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
.landing.jumbotron .buttons .btn {
|
||||
padding: 6px;
|
||||
padding-left: 40px;
|
||||
padding-right: 40px;
|
||||
|
||||
border: 1px solid #40B4E5;
|
||||
border-radius: 6px;
|
||||
margin-left: 30px;
|
||||
background-color: transparent;
|
||||
text-transform: uppercase;
|
||||
font-size: 26px;
|
||||
font-weight: 500;
|
||||
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.landing.jumbotron .buttons .btn.highlighted {
|
||||
background-color: rgba(64, 180, 229, 0.4);
|
||||
}
|
||||
|
||||
.landing.jumbotron .buttons .btn:hover {
|
||||
background-color: rgba(64, 180, 229, 0.8);
|
||||
}
|
||||
|
||||
.landing.jumbotron .buttons .btn:first-child {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.landing-background {
|
||||
z-index: 0;
|
||||
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
|
||||
background: url('/static/img/quay_pattern.png') left top repeat, linear-gradient(30deg, #2277ad, #144768) no-repeat left top fixed;
|
||||
background-color: #2277ad;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.landing-content {
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.landing-content .works-with {
|
||||
line-height: 30px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.landing-content .works-with img {
|
||||
max-height: 28px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.landing-content .works-with .supports {
|
||||
vertical-align: middle;
|
||||
margin-left: 30px;
|
||||
font-size: 12px;
|
||||
max-width: 400px;
|
||||
display: inline-block;
|
||||
padding-left: 30px;
|
||||
border-left: 1px solid white;
|
||||
height: 42px;
|
||||
text-align: left;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
|
||||
.landing-section {
|
||||
padding: 20px;
|
||||
padding-bottom: 40px;
|
||||
border-top: 1px solid #ddd;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.landing-section h2 {
|
||||
text-align: center;
|
||||
display: block;
|
||||
margin-bottom: 30px;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.landing-section h3 {
|
||||
text-align: center;
|
||||
display: block;
|
||||
margin-bottom: 30px;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-large {
|
||||
line-height: 60px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-large img {
|
||||
max-width: 100%;
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-medium {
|
||||
line-height: 45px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-medium img {
|
||||
max-width: 100%;
|
||||
max-height: 45px;
|
||||
}
|
||||
|
||||
|
||||
.landing-page .tour-overview img {
|
||||
width: 500px;
|
||||
padding: 10px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.landing-signup-button {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.landing-page .twitter-tweet {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.landing-page .twitter-tweet p {
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.landing-page .twitter-tweet .attribute {
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.landing-page .twitter-tweet .info-wrap {
|
||||
display: inline-block;
|
||||
padding-left: 70px;
|
||||
}
|
||||
|
||||
.landing-page .twitter-tweet .twitter-avatar img {
|
||||
border-radius: 4px;
|
||||
border: 2px solid rgb(70, 70, 70);
|
||||
width: 50px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.landing-page .twitter-tweet .info {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
text-align: left;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.landing-page .twitter-tweet .reference {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.landing-page .twitter-tweet .author {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.landing-page .shoutout {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
line-height: normal;
|
||||
padding-top: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.landing-page .shoutout > i {
|
||||
font-size: 50px;
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
height: 92px;
|
||||
text-align: center;
|
||||
line-height: 92px;
|
||||
background-image: url(/static/img/landing-icon-background.svg);
|
||||
color: #337ab7;
|
||||
}
|
||||
|
||||
.landing-page .shoutout .shoutout-link {
|
||||
font-size: 20px;
|
||||
display: block;
|
||||
line-height: 31px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.landing-page .shoutout .shoutout-expand {
|
||||
font-family: Source Sans Pro;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
color: #717273;
|
||||
}
|
||||
|
||||
.landing-page .feature-shoutout {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.landing-page .feature-shoutout > a {
|
||||
font-size: 22px;
|
||||
display: block;
|
||||
line-height: 31px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.landing-page .feature-shoutout .img-responsive {
|
||||
border: 2px solid #eee;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.landing-page .landing-action {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.landing-page .landing-action .btn {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
@media (max-width: 989px) {
|
||||
.landing-content .works-with .supports {
|
||||
display: block;
|
||||
margin: 0px;
|
||||
margin-top: 20px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
max-width: 989px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.landing-page .buttons {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.landing-page .btn {
|
||||
margin: 0px !important;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.landing-page .btn:last-child {
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
|
||||
.landing-content .works-with {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.landing-content .works-with .text {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.landing-content .works-with .works-logo {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.landing-content .works-with img {
|
||||
margin-left: 0px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-large {
|
||||
line-height: 65px;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-large img {
|
||||
max-height: 55px;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-medium img {
|
||||
max-height: 30px;
|
||||
}
|
||||
}
|
10
static/css/pages/manage-application.css
Normal file
10
static/css/pages/manage-application.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
.manage-application .scope-description {
|
||||
padding-left: 22px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.manage-application .user-name {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
}
|
70
static/css/pages/manifest-view.css
Normal file
70
static/css/pages/manifest-view.css
Normal file
|
@ -0,0 +1,70 @@
|
|||
.manifest-view .manifest-view-header {
|
||||
padding: 10px;
|
||||
background: #e8f1f6;
|
||||
margin: -10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.manifest-view .manifest-view-header .section-icon {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.manifest-view .manifest-view-header .section {
|
||||
padding: 4px;
|
||||
display: inline-block;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.manifest-view .co-tab-content {
|
||||
padding: 20px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.manifest-view .co-tab-content h3 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.manifest-view .fa-bug {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.manifest-view .co-filter-box {
|
||||
float: right;
|
||||
min-width: 300px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.manifest-view .co-filter-box .current-filtered {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.manifest-view .co-filter-box input {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.manifest-view .level-col h4 {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.manifest-view .levels {
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.manifest-view .levels li {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.manifest-view .levels li .description {
|
||||
margin-top: 6px;
|
||||
font-size: 14px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.manifest-view .level-col {
|
||||
padding: 20px;
|
||||
}
|
16
static/css/pages/new-organization.css
Normal file
16
static/css/pages/new-organization.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
.new-organization .co-main-content-panel {
|
||||
padding: 30px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.new-organization .field-container {
|
||||
display: inline-block;
|
||||
width: 400px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.new-organization .field-row .co-alert {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
118
static/css/pages/new-repo.css
Normal file
118
static/css/pages/new-repo.css
Normal file
|
@ -0,0 +1,118 @@
|
|||
.new-repo .co-main-content-panel {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.new-repo .co-main-content-panel {
|
||||
padding: 20px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.new-repo .repo-kind-select {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.new-repo .repo-kind-select {
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.new-repo .namespace-selector-header .slash {
|
||||
color: #444;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
.new-repo .required-plan {
|
||||
margin: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.new-repo .required-plan .alert {
|
||||
color: #444 !important;
|
||||
}
|
||||
|
||||
.new-repo .new-header .popover {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.new-repo .new-header .repo-circle {
|
||||
margin-right: 14px;
|
||||
}
|
||||
|
||||
.new-repo .new-header .name-container {
|
||||
display: inline-block;
|
||||
width: 300px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.new-repo .description {
|
||||
margin-left: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.new-repo .section {
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.new-repo .section-title {
|
||||
float: right;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.new-repo .repo-option {
|
||||
margin: 6px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.new-repo .repo-option label {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.new-repo .repo-option i {
|
||||
font-size: 18px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
width: 42px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.new-repo .repo-option-title {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.new-repo .option-description {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.new-repo .option-description label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.new-repo .cbox {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.new-repo .initialize-repo {
|
||||
margin: 10px;
|
||||
margin-top: 16px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.new-repo .initialize-repo .file-drop {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.new-repo .xs-label {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 6px;
|
||||
}
|
14
static/css/pages/org-view.css
Normal file
14
static/css/pages/org-view.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
.org-view .organization-name {
|
||||
vertical-align: middle;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.org-view h3 {
|
||||
margin-bottom: 20px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.org-view .settings-section {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
663
static/css/pages/plans.css
Normal file
663
static/css/pages/plans.css
Normal file
|
@ -0,0 +1,663 @@
|
|||
.flex-wrap {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.top-section {
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
max-width: 1170px;
|
||||
margin: 0 auto;
|
||||
padding: 0 60px;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values {
|
||||
padding-top: 35px;
|
||||
padding-bottom: 50px;
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value {
|
||||
margin-bottom: 30px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-icon {
|
||||
width: 32px;
|
||||
display: inline-block;
|
||||
margin-right: 15px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-icon img {
|
||||
max-width: 32px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-text {
|
||||
display: inline;
|
||||
font-size: 18px;
|
||||
color: #1e394c;
|
||||
line-height: 32px;
|
||||
font-weight: 600
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-desc {
|
||||
margin-top: 10px;
|
||||
font-size: 16px;
|
||||
line-height: 18px
|
||||
}
|
||||
|
||||
|
||||
.co-p-quay-enterprise-top-cta {
|
||||
padding: 20px 90px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid rgba(153, 153, 153, 0.75);
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-top-cta .co-p-quay-enterprise-top-cta-text {
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
margin-bottom: 10px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-top-cta .co-p-quay-enterprise-top-cta-buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-top-cta .co-p-quay-enterprise-top-cta-buttons .co-p-quay-enterprise-top-cta-button-wrap {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-left: 15px;
|
||||
width: 180px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-top-cta .co-p-quay-enterprise-top-cta-buttons .button-subtext {
|
||||
font-size: 12px;
|
||||
margin-top: 5px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value {
|
||||
margin-bottom: 30px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-icon {
|
||||
width: 32px;
|
||||
display: inline-block;
|
||||
margin-right: 15px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-icon img {
|
||||
max-width: 32px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-text {
|
||||
display: inline;
|
||||
font-size: 18px;
|
||||
color: #1e394c;
|
||||
line-height: 32px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-desc {
|
||||
margin-top: 10px;
|
||||
font-size: 13px;
|
||||
line-height: 18px
|
||||
}
|
||||
|
||||
.co-p-quay-diagram img {
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram .horizontal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-tagline {
|
||||
font-weight: 300;
|
||||
color: #1e394c;
|
||||
font-size: 26px;
|
||||
line-height: 36px;
|
||||
margin-bottom: 30px;
|
||||
margin-top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-tagline button {
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-trial {
|
||||
text-align: center;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 40px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-trial-left {
|
||||
text-align: left
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-faq {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-plans {
|
||||
padding-bottom: 40px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-plans .co-p-quay-enterprise-plans-header {
|
||||
text-align: center;
|
||||
margin-bottom: 30px
|
||||
}
|
||||
.plans-panel {
|
||||
padding: 0px;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.plans-panel .plans-header {
|
||||
font-size: 24px;
|
||||
color: #1D314F;
|
||||
font-weight: 300;
|
||||
margin-bottom: 40px;
|
||||
text-align: center;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs {
|
||||
text-align: center;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs li {
|
||||
display: inline-block;
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a:hover {
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
cursor: pointer !important; /* override very specific bootstrap style */
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a:hover svg [fill="#003764"] {
|
||||
fill: #345D84;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a .tab-logo {
|
||||
display: block;
|
||||
margin-bottom: 25px;
|
||||
text-align: center;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a .tab-logo svg {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a .tab-title {
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: #1D314F;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a:hover .tab-title {
|
||||
color: #51A3D9;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.plans-panel .plan-tabs a .tab-logo svg {
|
||||
height: 30px;
|
||||
}
|
||||
.plans-panel .plan-tabs a .tab-title {
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.plans-panel .plan-tabs {
|
||||
margin-bottom: 0px;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram-caption {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-tagline {
|
||||
margin-bottom: 0;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.top-section {
|
||||
flex-wrap: wrap;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram .horizontal {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram .vertical {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a {
|
||||
padding-bottom: 0px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a .tab-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a .tab-logo {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a .tab-logo svg {
|
||||
height: 20px;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.plans-panel .tab-pane .plan-col {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-col:before {
|
||||
display: block;
|
||||
text-align: center;
|
||||
content: "-";
|
||||
text-transform: uppercase;
|
||||
color: white;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-col.popular:before {
|
||||
content: "Most Popular";
|
||||
color: #ffffff;
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
background-color: #888888;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box {
|
||||
background-color: #444444;
|
||||
color: #fff;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .plan-header {
|
||||
margin-bottom: 20px;
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 1px dashed #495b6a;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box.gray .plan-header {
|
||||
border-bottom: 1px dashed #ccc;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .qe-plan-description {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .plan-description {
|
||||
margin-top: 20px;
|
||||
padding-top: 20px;
|
||||
border-top: 1px dashed #495b6a;
|
||||
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .plan-header b {
|
||||
font-size: 18px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box.gray .plan-header b {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .plan-header .plan-box-price {
|
||||
float: right;
|
||||
width: 75px;
|
||||
text-align: right;
|
||||
font-size: 18px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .plan-header .plan-box-price-hidden {
|
||||
font-style: italic;
|
||||
font-size: 13px;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .trial-button {
|
||||
display: block;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .trial-button .fa {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box select {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box ul {
|
||||
padding: 0px;
|
||||
padding-left: 16px;
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box.gray {
|
||||
background-color: #f5f5f5;
|
||||
text-align: center;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box.gray .qe-plan-description {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box.gray .qe-plan-description i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-features {
|
||||
margin: 0px;
|
||||
margin-top: 10px;
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-features li {
|
||||
text-align: left;
|
||||
margin-bottom: 10px;
|
||||
position: relative;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-features i.fa {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 4px;
|
||||
color: #6aab56;
|
||||
}
|
||||
|
||||
.plans-panel .plan-features li b {
|
||||
color: #6aab56;
|
||||
}
|
||||
|
||||
.plans-panel .plan-features.single-feature li {
|
||||
text-align: center;
|
||||
color: #6aab56;
|
||||
}
|
||||
|
||||
.plans-panel .plan-features.single-feature i.fa {
|
||||
position: static;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-features li.disabled {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.plans-panel .faq-features {
|
||||
margin-top: 15px;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.plans-panel .features-col {
|
||||
background-color: #f9f9f9;
|
||||
padding: 30px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.plans-panel .row-container {
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.plans-panel .row-container-no-margin {
|
||||
margin-right: 15px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.plans-panel .tab-content {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.plans-panel .features-col .features-title {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
margin-bottom: 20px;
|
||||
color: #1d3447;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.plans-panel .features-col .features-list {
|
||||
padding: 0px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.plans-panel .features-col .features-list li {
|
||||
position: relative;
|
||||
padding-left: 40px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.plans-panel .features-col .features-list li i {
|
||||
position: absolute;
|
||||
font-size: 25px;
|
||||
color: #464646;
|
||||
left: 0px;
|
||||
display: block;
|
||||
width: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.plans-panel .features-col .features-list li b {
|
||||
display: block;
|
||||
color: #464646;
|
||||
font-size: 16px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.plans-panel .features-col .features-list li p {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.plans-panel .features-col .features-list li p {
|
||||
display: block;
|
||||
}
|
||||
.plans-panel .features-col {
|
||||
border-right: none;
|
||||
border-left: 1px solid #ddd;
|
||||
}
|
||||
}
|
||||
|
||||
.plans-panel .faq-col {
|
||||
padding-bottom: 0px;
|
||||
padding-top: 30px;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
margin-bottom: 20px
|
||||
}
|
||||
|
||||
.plans-panel .faq-col h4 {
|
||||
color: #4e4e4e;
|
||||
margin-top: 50px;
|
||||
font-weight: 500;
|
||||
margin-bottom: 23px;
|
||||
}
|
||||
|
||||
.plans-panel .faq-col p+h4 {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.plans-panel .faq-col h4:first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.plans-panel .faq-col > b {
|
||||
margin-bottom: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.plans-panel .faq-col p+b {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.plans-panel .faq-sub-col {
|
||||
padding: 40px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.plans-panel .faq-sub-col ul {
|
||||
padding: 0px;
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
.plans-panel .faq-sub-col img {
|
||||
width: 100%;
|
||||
max-height: 45px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.plans-panel .faq-sub-col b {
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#redhatManagerDialog .modal-body {
|
||||
text-align: center;
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog .qe-logo {
|
||||
max-height: 50px;
|
||||
margin-bottom: 30px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#redhatManagerDialog b {
|
||||
display: block;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog .buttons {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog .buttons .btn {
|
||||
margin-left: 30px;
|
||||
font-size: 14px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#redhatManagerDialog .buttons .btn {
|
||||
margin: 0px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
#redhatManagerDialog .buttons .btn:first-child {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog .shoutout {
|
||||
padding: 20px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
max-width: 300px;
|
||||
display: inline-block;
|
||||
color: #1d304f;
|
||||
|
||||
font-size: 13px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog .shoutout img {
|
||||
max-width: 260px;
|
||||
max-height: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog h1 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog .plan-box .step-text {
|
||||
font-size: 18px;
|
||||
margin: 15px 0 5px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog .plan-box p {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog a {
|
||||
color: #44a2f3;
|
||||
}
|
||||
|
||||
#redhatManagerDialog a:focus, #redhatManagerDialog a:hover {
|
||||
color: #b2daff;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 992px) {
|
||||
#redhatManagerDialog .plan-box.same-height {
|
||||
min-height: 938px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
#redhatManagerDialog .plan-box.same-height {
|
||||
min-height: 767px;
|
||||
}
|
||||
}
|
66
static/css/pages/repo-list.css
Normal file
66
static/css/pages/repo-list.css
Normal file
|
@ -0,0 +1,66 @@
|
|||
.repo-list .repo-list-panel {
|
||||
padding: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.repo-list .repo-list-panel .btn-group {
|
||||
float: right;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.repo-list .repo-list-namespaces h4 {
|
||||
margin: 6px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.repo-list .namespaces-list {
|
||||
margin: 4px;
|
||||
padding: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.repo-list .namespaces-list li {
|
||||
list-style: none;
|
||||
margin: 4px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.repo-list .namespaces-list li .avatar {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.repo-list .new-org {
|
||||
margin-top: 10px !important;
|
||||
padding-top: 14px;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
.repo-list .new-org i.fa {
|
||||
width: 30px;
|
||||
margin-right: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.repo-list .qe-shoutout {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.repo-list .qe-shoutout b {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.repo-list .qe-shoutout div {
|
||||
margin-right: 94px;
|
||||
}
|
||||
|
||||
.repo-list .qe-shoutout img {
|
||||
max-height: 24px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.repo-list .qe-shoutout span {
|
||||
float: right;
|
||||
line-height: 24px;
|
||||
margin-right: 4px;
|
||||
}
|
56
static/css/pages/repo-view.css
Normal file
56
static/css/pages/repo-view.css
Normal file
|
@ -0,0 +1,56 @@
|
|||
.repository-view .co-nav-title-content {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.repository-view .repo-circle {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.repository-view .cor-title-content .repo-star {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.repository-view .repo-star {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.repository-view .tab-header {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.repository-view .tab-header-controls {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.repository-view .tab-header-controls .btn .fa {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.repository-view .heading-title {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.repository-view .heading-controls {
|
||||
font-size: 14px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.repository-view .heading-controls .btn {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.repository-view .heading-controls .btn .fa {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.repository-view .tag-span {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.repository-view .cor-title-content {
|
||||
padding-top: 8px;
|
||||
}
|
||||
}
|
124
static/css/pages/search.css
Normal file
124
static/css/pages/search.css
Normal file
|
@ -0,0 +1,124 @@
|
|||
.search {
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
.search .empty {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.search .search-top-bar {
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.search .search-results-section {
|
||||
border-top: 1px solid #ccc;
|
||||
padding-top: 16px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.search .search-results-section h5 {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: #aaa;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.search .search-results li {
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 24px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.search .search-results li .result-info-bar {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.search .search-results li .result-info-bar .activity {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.search .search-results li .result-info-bar .activity .strength-indicator {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.search .search-results li .description .markdown-view-content p {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .search-results li .description .markdown-view-content p:first-child {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
max-height: 4em;
|
||||
}
|
||||
|
||||
.search .search-results li h4 {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.search .search-results li h4 .fa {
|
||||
margin-right: 6px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.search .search-results li .star-count {
|
||||
float: right;
|
||||
color: #888;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
.search .search-results li .star-count .star-count-number {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.search .search-results li .star-icon {
|
||||
color: #ffba6d;
|
||||
font-size: 26px;
|
||||
margin-left: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.search .search-results li .search-result-box {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
|
||||
.search .search-max-results-info {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.search .page-navigation-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.search .page-navigation-wrapper :first-child {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.search {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.search .search-results {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.search .result-info-bar .info-span {
|
||||
display: block;
|
||||
float: none !important;
|
||||
text-align: left;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.search .search-results li .star-icon {
|
||||
color: #ffba6d;
|
||||
font-size: 16px;
|
||||
margin-left: 6px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
59
static/css/pages/superuser.css
Normal file
59
static/css/pages/superuser.css
Normal file
|
@ -0,0 +1,59 @@
|
|||
.super-user .user-row {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.super-user .user-row td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.super-user .user-row .user-class {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.super-user .user-row .labels {
|
||||
float: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.super-user .user-row .labels .label {
|
||||
text-transform: uppercase;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.super-user .user-row.disabled .avatar {
|
||||
-webkit-filter: grayscale(100%);
|
||||
}
|
||||
|
||||
.super-user td .co-alert {
|
||||
margin: 16px 0 0 0;
|
||||
}
|
||||
|
||||
.super-user .add-storage-link {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.super-user .storage-config {
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 0 0 10px 0;
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.super-user .last {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.super-user .feature-storage-replication {
|
||||
margin: 15px 0 10px 0;
|
||||
}
|
||||
|
||||
.super-user .input-util {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.super-user .take-ownership-dialog .avatar {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.super-user .take-ownership-dialog .co-alert {
|
||||
margin-top: 20px;
|
||||
}
|
80
static/css/pages/team-view.css
Normal file
80
static/css/pages/team-view.css
Normal file
|
@ -0,0 +1,80 @@
|
|||
.team-view .co-main-content-panel {
|
||||
padding: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.team-view .team-sync-table {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.team-view .team-sync-table td {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.team-view .team-sync-table td:first-child {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.team-view .team-title {
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.team-view .team-name {
|
||||
vertical-align: middle;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.team-view .team-view-header, .team-view .team-sync-header {
|
||||
border-bottom: 1px solid #eee;
|
||||
margin-bottom: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.team-view .team-view-header button i.fa {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.team-view .team-view-header > h3 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.team-view .team-view-header .popover {
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
.team-view .team-view-header .popover.bottom-right .arrow:after {
|
||||
border-bottom-color: #f7f7f7;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.team-view .team-view-header .popover-content {
|
||||
font-size: 14px;
|
||||
padding-top: 6px;
|
||||
min-width: 500px;
|
||||
}
|
||||
|
||||
.team-view .team-view-header .popover-content input {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.team-view .team-view-add-element .help-text {
|
||||
font-size: 13px;
|
||||
color: #ccc;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.team-view .co-table-header-row td {
|
||||
padding-top: 20px !important;
|
||||
}
|
||||
|
||||
.team-view .co-table-header-row:first-child td {
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
|
||||
.team-view .section-header {
|
||||
text-align: left;
|
||||
color: #aaa;
|
||||
margin-bottom: 20px;
|
||||
}
|
35
static/css/pages/trigger-setup.css
Normal file
35
static/css/pages/trigger-setup.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
|
||||
.trigger-setup-element .activated .content {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.trigger-setup-element .activated h3 {
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.trigger-setup-element .button-bar {
|
||||
text-align: right;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.trigger-setup-element .activating .cor-loader-inline {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.trigger-setup-element .activating .btn-success {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.trigger-setup-element .activating-message {
|
||||
padding: 10px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.trigger-setup-element .activating-message b {
|
||||
vertical-align: middle;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
}
|
3
static/css/pages/tutorial.css
Normal file
3
static/css/pages/tutorial.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.tutorial-view .co-main-content-panel {
|
||||
padding: 30px;
|
||||
}
|
25
static/css/pages/update-user.css
Normal file
25
static/css/pages/update-user.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
.update-user p {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.update-user .username-status {
|
||||
margin-left: 10px;
|
||||
font-size: 125%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.update-user .username-status .fa {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.update-user i.fa-exclamation-triangle {
|
||||
color: #FCA657;
|
||||
}
|
||||
|
||||
.update-user i.fa-check-circle {
|
||||
color: #2FC98E;
|
||||
}
|
||||
|
||||
.update-user i.fa-ban {
|
||||
color: #D64456;
|
||||
}
|
46
static/css/pages/user-view.css
Normal file
46
static/css/pages/user-view.css
Normal file
|
@ -0,0 +1,46 @@
|
|||
.user-view .user-name {
|
||||
vertical-align: middle;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.user-view .user-repo-list {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.user-view h3 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.user-view .section-description-header {
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.user-view .user-settings-form .row {
|
||||
padding: 10px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.user-view .co-panel {
|
||||
position: relative;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.user-view .co-panel .panel-body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.user-view .co-panel .row {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.user-view .co-panel .row .panel {
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 0px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.user-view .settings-section {
|
||||
margin-bottom: 50px;
|
||||
}
|
Reference in a new issue