mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 11:41:54 +01:00
50 lines
610 B
CSS
50 lines
610 B
CSS
.container-custom {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
|
|
.extend-height {
|
|
height: 100%;
|
|
}
|
|
|
|
.section {
|
|
position: relative;
|
|
padding: 15px 15px 0;
|
|
margin: 20px 0 20px 0;
|
|
background-color: #FFFFFF;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.search-pane {
|
|
margin: 0 10px 0 10px;
|
|
height: 3em;
|
|
}
|
|
|
|
|
|
.table>tbody>tr>td, .table>tbody>tr>th {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.gutter {
|
|
margin: 0 1em 0 1em;
|
|
}
|
|
|
|
.project-pane {
|
|
margin: 0 10px 0 10px;
|
|
}
|
|
|
|
.pane {
|
|
height: 80%;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.sub-pane {
|
|
margin: 0 10px 0 10px;
|
|
height: 60%;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.well-custom {
|
|
margin-top: 10px;
|
|
} |