mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 11:41:54 +01:00
129 lines
1.7 KiB
CSS
129 lines
1.7 KiB
CSS
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
}
|
|
|
|
.has-logged-in {
|
|
position: relative;
|
|
top: 50px;
|
|
}
|
|
|
|
.has-logged-in h4 {
|
|
float: left;
|
|
width: 100%;
|
|
line-height: 2em;
|
|
text-align: center;
|
|
}
|
|
|
|
.has-logged-in .last-logged-in-time {
|
|
text-align: center;
|
|
}
|
|
|
|
.has-logged-in .control-button {
|
|
height: 2em;
|
|
width: 100%;
|
|
padding-right: 10%;
|
|
clear: both;
|
|
}
|
|
|
|
.container-fluid-custom {
|
|
background-color: #EFEFEF;
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 1px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.up-section {
|
|
position: relative;
|
|
padding: 15px 15px 15px;
|
|
margin: 20px 0 0 -15px;
|
|
background-color: #FFFFFF;
|
|
height: 277px;
|
|
}
|
|
|
|
.up-section h4 label {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.right-part {
|
|
padding-right: 0;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.thumbnail {
|
|
margin-top: 10px;
|
|
display: inline-block;
|
|
border: none;
|
|
padding: 2px;
|
|
box-shadow: none;
|
|
width: 30%;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.down-section {
|
|
position: relative;
|
|
padding: 15px 15px 15px;
|
|
margin: 20px -15px 0 -15px;
|
|
background-color: #FFFFFF;
|
|
height: 350px;
|
|
}
|
|
|
|
.down-section-left {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.down-section ul {
|
|
padding: 0;
|
|
margin-left: 30px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.long-line {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.long-line-margin-right {
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.down-table-pane {
|
|
overflow-y: auto;
|
|
height: 260px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.page-header {
|
|
padding-bottom: 10px;
|
|
margin: 10px;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.underlined {
|
|
border-bottom: 2px solid #EFEFEF;
|
|
}
|
|
|
|
.step-content {
|
|
text-align: center;
|
|
}
|
|
|
|
.display-inline-block {
|
|
display: inline-block;
|
|
}
|
|
|
|
.title-color {
|
|
color: #057ac9;
|
|
}
|
|
|
|
.page-content {
|
|
margin: 0 20px 0 20px;
|
|
text-align: left;
|
|
overflow-y: hidden;
|
|
}
|