parent
972e4be811
commit
08d7b4babe
23 changed files with 1290 additions and 630 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
32
static/css/directives/ui/credentials-dialog.css
Normal file
32
static/css/directives/ui/credentials-dialog.css
Normal file
|
@ -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;
|
||||
}
|
9
static/css/directives/ui/robot-credentials-dialog.css
Normal file
9
static/css/directives/ui/robot-credentials-dialog.css
Normal file
|
@ -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;
|
||||
}
|
|
@ -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;
|
||||
|
|
Reference in a new issue