mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 19:50:05 +01:00
84 lines
969 B
CSS
84 lines
969 B
CSS
.create-policy {
|
|
height: 565px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.form-group-custom {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.h4-custom {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.h4-custom-down {
|
|
display: inline-block;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.hr-line {
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form-control-custom {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.pane-split {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
#upon-pane {
|
|
margin-top: 10px;
|
|
height: 320px;
|
|
}
|
|
|
|
#upon-pane table>tbody>tr {
|
|
cursor: all-scroll;
|
|
}
|
|
#down-pane {
|
|
height: 450px;
|
|
}
|
|
|
|
.sub-pane-split {
|
|
margin: 15px;
|
|
height: auto;
|
|
min-height: 50px;
|
|
}
|
|
|
|
.well-split {
|
|
margin: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.split-handle {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 1em;
|
|
height: 1em;
|
|
cursor: ns-resize;
|
|
color: #C0C0C0;
|
|
}
|
|
|
|
.color-success {
|
|
color: #5cb85c;
|
|
}
|
|
|
|
.color-danger {
|
|
color: #d9534f
|
|
}
|
|
|
|
.color-warning {
|
|
color: #f0ad4e;
|
|
}
|
|
|
|
.label-custom {
|
|
margin: 0 5px 0 10px;
|
|
}
|
|
|
|
.dialog-message {
|
|
padding: 15px;
|
|
} |