aggregation-platform/plugins/main.less

151 lines
1.9 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;
}
.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-version {
background-color: darkblue;
}
.k8s-badge-project {
background-color: darkblue;
}
.k8s-badge-package {
background-color: darkred;
}