mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
143 lines
2.4 KiB
CSS
143 lines
2.4 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.
|
|
*/
|
|
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;
|
|
}
|