mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
159 lines
2.6 KiB
CSS
159 lines
2.6 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.
|
|
*/
|
|
|
|
.panel {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.pane-container {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.pane-container .list-group-item {
|
|
border: none;
|
|
}
|
|
|
|
.item-line {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.switch-pane {
|
|
padding: 10px 15px 0 15px;
|
|
margin: 0 10px 10px 10px;
|
|
height: 3em;
|
|
background-color: rgb(231,244,254);
|
|
}
|
|
|
|
.switch-pane-projects {
|
|
float: left;
|
|
}
|
|
|
|
.switch-pane-tabs {
|
|
width: 265px;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.switch-pane-tabs a,.switch-pane-tabs span {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
float: left;
|
|
}
|
|
|
|
.switch-pane-tabs li .active {
|
|
border-bottom: 2px solid rgb(0, 84, 190);
|
|
font-weight: bold;
|
|
}
|
|
|
|
.switch-pane-drop-down {
|
|
display: block;
|
|
position: absolute;
|
|
margin: -10px 0 0 10px;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.search-projects {
|
|
padding: 15px 10px 10px;
|
|
}
|
|
|
|
.project-list {
|
|
height: 440px;
|
|
}
|
|
|
|
.project-selected {
|
|
margin-left: -1.2em;
|
|
}
|
|
|
|
.list-group {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.list-group-item {
|
|
text-align: left;
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.panel-group {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.repository-table {
|
|
width: 100%;
|
|
}
|
|
|
|
.repository-table th, .repository-table td {
|
|
padding: 10px;
|
|
text-align: left;
|
|
}
|
|
|
|
.each-tab-pane {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
|
|
.datetime-picker-title {
|
|
float: left;
|
|
line-height: 2.5em;
|
|
margin: 0 0.5em 0 0;
|
|
}
|
|
|
|
.input-group .form-control {
|
|
z-index: 1;
|
|
}
|
|
|
|
.well {
|
|
padding: 12px;
|
|
}
|
|
|
|
.popover{
|
|
max-width: 500px;
|
|
}
|
|
|
|
.popover-header {
|
|
padding:8px 14px;
|
|
background-color:#f7f7f7;
|
|
border-bottom:1px solid #ebebeb;
|
|
-webkit-border-radius:5px 5px 0 0;
|
|
-moz-border-radius:5px 5px 0 0;
|
|
border-radius:5px 5px 0 0;
|
|
}
|
|
|
|
.popover-title {
|
|
height: 2.5em;
|
|
padding: 8px 14px;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
background-color: #f7f7f7;
|
|
border-bottom: 1px solid #ebebeb;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
|
|
.alert-custom {
|
|
position: relative;
|
|
bottom: 42px;
|
|
z-index: 99;
|
|
width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 10px;
|
|
background-color: #f2dede;
|
|
background-image: none;
|
|
}
|
|
|
|
.alert-custom .close {
|
|
right: 0;
|
|
} |