mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-06 18:50:09 +01:00
97 lines
1.5 KiB
CSS
97 lines
1.5 KiB
CSS
/*
|
|
Copyright (c) 2016 VMware, Inc. All Rights Reserved.
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/
|
|
.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: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
#upon-pane {
|
|
margin-top: 10px;
|
|
height: 320px;
|
|
}
|
|
|
|
#upon-pane table>tbody>tr {
|
|
cursor: all-scroll;
|
|
}
|
|
#down-pane {
|
|
height: 582px;
|
|
}
|
|
|
|
.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;
|
|
} |