353 lines
5.5 KiB
Plaintext
353 lines
5.5 KiB
Plaintext
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ngCellText .app-icon-small {
|
|
width: 24px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.filter-header {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.app-name {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.profile-selector-name .app-name {
|
|
padding-left: 4px;
|
|
}
|
|
|
|
|
|
img.icon-small-app {
|
|
width: 24px;
|
|
height: 24px;
|
|
vertical-align: text-bottom;
|
|
}
|
|
|
|
.profile-selector-name {
|
|
line-height: 24px;
|
|
}
|
|
|
|
img.icon-selected-app {
|
|
width: 64px;
|
|
height: 64px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.selected-app-name {
|
|
line-height: 36px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.controller-pod-counts {
|
|
padding-right: 16px;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.pipeline-build-block {
|
|
background-color: rgb(238, 238, 238);
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
|
|
.pipeline-build {
|
|
background: white;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.pipeline-deploy {
|
|
background: white;
|
|
border:5px solid;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
color: black;
|
|
}
|
|
|
|
.widget-body > .pipeline-panel,
|
|
.widget-body > .pipeline-panel > *,
|
|
.widget-body > .pipeline-panel > * > *,
|
|
.widget-body > .pipeline-panel > * > * > *,
|
|
.widget-body > .pipeline-panel > * > * > * > * {
|
|
height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.pipeline-block {
|
|
width: 100%;
|
|
}
|
|
|
|
.build-fail {
|
|
border-color: lightcoral;
|
|
}
|
|
|
|
.build-success {
|
|
border-color: lightgreen;
|
|
}
|
|
|
|
.build-pending {
|
|
border-color: khaki;
|
|
}
|
|
|
|
.build-aborted {
|
|
border-color: silver;
|
|
}
|
|
|
|
.build-not-started {
|
|
border-color: lightblue;
|
|
}
|
|
|
|
|
|
.pipeline-build a {
|
|
color: black;
|
|
}
|
|
.pipeline-deploy a {
|
|
color: black;
|
|
}
|
|
|
|
.pipeline-pod-counts {
|
|
padding-right: 16px;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.pipeline-row {
|
|
background: lightgrey;
|
|
border-radius: 4px;
|
|
height: 80px;
|
|
display: inline;
|
|
border-radius: 4px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
border: 20px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.pipeline-arrow {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.icon-heading {
|
|
font-size: 24px;
|
|
}
|
|
|
|
|
|
.row-header {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.project-overview-title {
|
|
padding-left: 80px;
|
|
padding-top: 18px;
|
|
}
|
|
|
|
.project-overview-title a {
|
|
color: black;
|
|
}
|
|
|
|
/*
|
|
|
|
.raw-json-view {
|
|
width: 90%; height: 700px;
|
|
}
|
|
*/
|
|
|
|
.raw-json-view .CodeMirror {
|
|
height: 90%;
|
|
}
|
|
|
|
.k8sServiceApp-menu {
|
|
width: 260px;
|
|
}
|
|
|
|
.k8sServiceApp > a {
|
|
padding-top: 5px !important;
|
|
padding-bottom: 5px !important;
|
|
line-height: 32px !important;
|
|
}
|
|
|
|
.k8sServiceApp > a > img {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.k8sServiceApp > a > span {
|
|
font-size: 14px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.breadcrumb-tabs {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
tbody .ngCellText i {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.log-success {
|
|
color: green;
|
|
}
|
|
|
|
.log-warn {
|
|
color: orange
|
|
}
|
|
|
|
.log-error {
|
|
color: red;
|
|
}
|
|
|
|
|
|
.form-warning.bg-danger {
|
|
padding: 8px;
|
|
}
|
|
|
|
legend {
|
|
border-bottom: none;
|
|
}
|
|
|
|
/* TODO lets work around some ui-bootstrap / patternfly css gremlins */
|
|
.modal .modal-dialog {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
/* lets set this to the same size as modal-dialog */
|
|
.modal {
|
|
width: 600px;
|
|
}
|
|
|
|
.btn.btn-padding {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.k8s-badge-batch {
|
|
background-color: darkblue;
|
|
}
|
|
.k8s-badge-type {
|
|
background-color: darkgreen;
|
|
}
|
|
.k8s-badge-region {
|
|
background-color: darkred;
|
|
}
|
|
|
|
.k8s-badge-system {
|
|
background-color: darkmagenta;
|
|
}
|
|
|
|
.k8s-badge-target {
|
|
background-color: Red;
|
|
}
|
|
.badge-remind{
|
|
background-color: Red;
|
|
}
|
|
|
|
.custom-alert{
|
|
width:300px;
|
|
border: 2px solid #37B6D1;
|
|
background-color: #fff;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.custom-alert-title{
|
|
line-height: 25px;
|
|
padding: 0px 5px;
|
|
background-color: #37B6D1;
|
|
}
|
|
|
|
.custom-alert-body{
|
|
cellspacing: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.custom-alert-td{
|
|
padding: 0px 0px 0px 20;
|
|
}
|
|
|
|
.custom-alert-img{
|
|
width: 64;
|
|
height: 64;
|
|
}
|
|
|
|
.custom-alert-content{
|
|
background-color: #fff;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
padding: 20px 0px;
|
|
text-align: left;
|
|
}
|
|
|
|
.custom-alert-bottom{
|
|
text-align: center;
|
|
padding: 0px 0px 20px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.custom-alert-ok{
|
|
border: 1px solid #CCC;
|
|
background-color: #CCC;
|
|
width: 50px;
|
|
height: 25px;
|
|
}
|
|
|
|
.custom-alert-cancel{
|
|
border: 1px solid #CCC;
|
|
background-color: #CCC;
|
|
width: 50px;
|
|
height: 25px;
|
|
}
|
|
|
|
.load-result{
|
|
z-index: 1000000002;
|
|
top: 40%;
|
|
position: absolute;
|
|
left: 47.5%;
|
|
}
|
|
|
|
.load-result-msg{
|
|
z-index: 1000000002;
|
|
top: 48%;
|
|
position: absolute;
|
|
left: 41.5%;
|
|
}
|
|
|
|
.load-effect-msg{
|
|
position: absolute;
|
|
z-index: 1000000002;
|
|
left: 47.5%;
|
|
top: 48%;
|
|
}
|
|
|
|
.system-info-danger-red-char{
|
|
float:right;
|
|
width:52%;
|
|
height:30px;
|
|
border:0px;
|
|
background-color:#FFFFFF;
|
|
font-family:'微软雅黑','宋体';
|
|
font-size: 16px;
|
|
line-height:1.5;
|
|
color:#cc0000;
|
|
}
|
|
|
|
.system-info-danger-input{
|
|
float:left;
|
|
height:32px;
|
|
} |