You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
2.2 KiB
109 lines
2.2 KiB
/* This is for the 'Overview' page with all the rows of boxes */
|
|
.service-view-rectangle {
|
|
position: relative;
|
|
margin-left: 0;
|
|
margin-right: 0px;
|
|
margin-bottom: 15px;
|
|
margin-top: 0;
|
|
background-color: #fafafa;
|
|
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #eeeeee;
|
|
|
|
.service-view-header {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
line-height: 20px;
|
|
vertical-align: middle;
|
|
}
|
|
.service-view-detail-pod-box {
|
|
background-color: #eeeeee;
|
|
display: inline-block;
|
|
font-size: smaller;
|
|
}
|
|
.service-view-header-delete .red {
|
|
opacity: 0.5;
|
|
transition: opacity 1s;
|
|
font-size: larger;
|
|
}
|
|
.service-view-header-delete:hover .red {
|
|
opacity: 1;
|
|
}
|
|
.service-view-icon img {
|
|
width: 32px;
|
|
height: 32px;
|
|
margin-right: 6px;
|
|
}
|
|
.service-view-name {
|
|
font-size: larger;
|
|
font-weight: bold;
|
|
}
|
|
.service-view-detail-header {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
line-height: 20px;
|
|
}
|
|
.service-view-detail-rectangle {
|
|
background-color: #eeeeee;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.service-view-detail-rectangle .value {
|
|
font-weight: bold;
|
|
}
|
|
.service-view-detail-pod-summary,
|
|
.service-view-detail-pod-summary-expand {
|
|
display: inline-block;
|
|
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
|
|
margin-right: 8px;
|
|
margin-bottom: 8px;
|
|
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.service-view-detail-pod-summary table td,
|
|
.service-view-detail-pod-summary-expand table td {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.service-view-detail-pod-template {
|
|
}
|
|
|
|
.service-view-detail-pod-counts {
|
|
}
|
|
|
|
.service-view-detail-pod-status, .service-view-detail-pod-connect {
|
|
line-height: 36px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.service-view-detail-pod-status i, .service-view-detail-pod-connect i {
|
|
font-size: 36px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.service-view-detail-pod-expand {
|
|
color: #a0a0a0;
|
|
font-size: 18px;
|
|
padding-right: 0px;
|
|
}
|
|
|
|
.service-view-detail-pod-id {
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.kubernetes-view .filter-header {
|
|
margin-bottom: 1em;
|
|
}
|
|
|