diff --git a/static/css/core-ui.css b/static/css/core-ui.css index e66c40e15..86a3eed90 100644 --- a/static/css/core-ui.css +++ b/static/css/core-ui.css @@ -982,6 +982,12 @@ a:focus { } } +@media screen and (min-width: 1200px) { + .co-dialog.wider .modal-dialog { + width: 1000px; + } +} + .co-alert .co-step-bar { float: right; margin-top: 6px; @@ -1477,4 +1483,94 @@ a:focus { color: #aaa; } +.co-dialog .co-tabs { + width: auto; + min-height: 400px; + padding-top: 58px; +} +.co-dialog .co-tabs li a { + width: auto; + height: 42px; + line-height: 42px; + text-align: left; + font-size: 120%; + white-space: nowrap; + padding: 0px; + padding-left: 16px; + padding-right: 30px; + color: #5A5A5A; +} + +.co-dialog .co-tabs li.active a, .co-dialog .co-tabs li.active a .fa { + color: black; + + filter: none !important; + -webkit-filter: none !important; +} + +.co-dialog .co-tabs li a .fa { + vertical-align: middle; + margin-right: 10px; + font-size: 20px; + line-height: 20px; + width: 20px; + text-align: center; + margin-top: -2px; +} + +.co-dialog .co-tabs li a .fa.icon { + width: 20px; + height: 20px; + background-size: 20px; + filter: grayscale(100%); + -webkit-filter: grayscale(100%); +} + + +.co-dialog .co-tab-content { + padding: 16px; + padding-bottom: 30px; +} + +.co-dialog .co-tab-content h3 { + margin-bottom: 0px; +} + +.co-dialog .co-tab-content label { + margin-top: 24px; + font-weight: bold; + font-size: 16px; +} + +.co-dialog .co-tab-content .help-text { + margin-top: 7px; + margin-left: 6px; + color: #aaa; +} + +.co-dialog .co-tab-content .co-list-table { + width: 100%; +} + +.co-dialog .co-tab-content .co-list-table td:first-child { + white-space: nowrap; + vertical-align: middle; + font-weight: normal; +} + +.co-dialog .co-tabs li:first-child { + border-top: 1px solid #DDE7ED; +} + +@media screen and (max-width: 767px) { + .co-dialog .co-tabs { + min-height: 0px; + padding-top: 0px; + } + + .co-dialog .co-tabs li a { + line-height: 60px; + height: auto; + } +} diff --git a/static/css/directives/ui/credentials-dialog.css b/static/css/directives/ui/credentials-dialog.css new file mode 100644 index 000000000..88adb8276 --- /dev/null +++ b/static/css/directives/ui/credentials-dialog.css @@ -0,0 +1,32 @@ +.credentials-dialog-element .action-text { + margin-bottom: 10px; +} + +.credentials-dialog-element .action-bar { + list-style: none; + padding: 0px; + margin-top: 10px; + margin-bottom: 0px; +} + +.credentials-dialog-element .action-bar li { + display: inline-block; + margin-right: 20px; +} + +.credentials-dialog-element .action-bar li .fa { + margin-right: 6px; +} + + +.credentials-dialog-element .viewing-file { + margin-top: 10px; + min-height: 200px; + background: white; + cursor: text; + font-family: Consolas, "Lucida Console", Monaco, monospace; +} + +.credentials-dialog-element pre { + margin-top: 20px; +} \ No newline at end of file diff --git a/static/css/directives/ui/robot-credentials-dialog.css b/static/css/directives/ui/robot-credentials-dialog.css new file mode 100644 index 000000000..cb59db147 --- /dev/null +++ b/static/css/directives/ui/robot-credentials-dialog.css @@ -0,0 +1,9 @@ +.robot-credentials-dialog-element .token-regenerated { + margin-top: 10px; + font-size: 16px; +} + +.robot-credentials-dialog-element .token-regenerated .fa { + margin-right: 6px; + color: #2FC98E; +} diff --git a/static/css/quay.css b/static/css/quay.css index d7172b6b8..402f1f35d 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -3846,6 +3846,21 @@ i.rocket-icon { height: 16px; } +i.kubernetes-icon { + background-image: url(/static/img/kubernetes.svg); + background-size: 16px; + width: 16px; + height: 16px; + background-position-y: -4px; +} + +i.mesos-icon { + background-image: url(/static/img/mesos.svg); + background-size: 16px; + width: 16px; + height: 16px; +} + .external-notification-view-element { margin: 10px; padding: 6px; diff --git a/static/directives/cor-tab-content.html b/static/directives/cor-tab-content.html deleted file mode 100644 index 747ccb2c8..000000000 --- a/static/directives/cor-tab-content.html +++ /dev/null @@ -1 +0,0 @@ -
diff --git a/static/directives/credentials-dialog.html b/static/directives/credentials-dialog.html new file mode 100644 index 000000000..ea082318b --- /dev/null +++ b/static/directives/credentials-dialog.html @@ -0,0 +1,168 @@ +