2016-07-07 18:03:32 +02:00
|
|
|
/*
|
|
|
|
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.
|
|
|
|
*/
|
2016-04-11 10:07:16 +02:00
|
|
|
.container-custom {
|
|
|
|
position: relative;
|
2016-06-25 21:12:17 +02:00
|
|
|
min-height: 1px;
|
2016-04-11 10:07:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.extend-height {
|
2016-05-17 19:52:28 +02:00
|
|
|
height: 100%;
|
2016-07-06 19:12:20 +02:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2016-04-11 10:07:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
2016-05-18 09:30:14 +02:00
|
|
|
padding: 15px;
|
|
|
|
margin-top: 20px;
|
2016-04-11 10:07:16 +02:00
|
|
|
background-color: #FFFFFF;
|
2016-06-28 07:12:25 +02:00
|
|
|
height: 100%;
|
2016-07-08 03:24:27 +02:00
|
|
|
min-height: 672px;
|
2016-04-11 10:07:16 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-pane {
|
|
|
|
margin: 0 10px 0 10px;
|
|
|
|
height: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.table>tbody>tr>td, .table>tbody>tr>th {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-06-28 01:58:38 +02:00
|
|
|
.table-header {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2016-06-28 05:15:34 +02:00
|
|
|
.table-head-container {
|
2016-06-29 06:04:33 +02:00
|
|
|
|
2016-06-28 05:15:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.table-body-container {
|
2016-06-28 01:58:38 +02:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
2016-04-11 10:07:16 +02:00
|
|
|
.gutter {
|
|
|
|
margin: 0 1em 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-pane {
|
|
|
|
margin: 0 10px 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pane {
|
2016-05-18 09:30:14 +02:00
|
|
|
height: auto;
|
|
|
|
min-height: 1px;
|
2016-04-11 10:07:16 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 19:12:20 +02:00
|
|
|
.tab-pane {
|
|
|
|
min-height: 1px;
|
|
|
|
max-height: 1px;
|
|
|
|
}
|
|
|
|
|
2016-04-11 10:07:16 +02:00
|
|
|
.sub-pane {
|
2016-06-28 01:58:38 +02:00
|
|
|
min-height: 380px;
|
2016-04-11 10:07:16 +02:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.well-custom {
|
2016-07-06 19:12:20 +02:00
|
|
|
width: 100%;
|
2016-06-25 21:12:17 +02:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
background-image: none;
|
2016-07-06 19:12:20 +02:00
|
|
|
|
2016-06-25 21:12:17 +02:00
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-custom {
|
|
|
|
margin-top: 1em;
|
2016-05-24 12:22:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.empty-hint {
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
2016-04-11 10:07:16 +02:00
|
|
|
}
|