harbor/static/resources/css/project.css

63 lines
811 B
CSS
Raw Normal View History

2016-04-11 10:07:16 +02:00
.container-custom {
position: relative;
height: 100%;
2016-04-11 10:07:16 +02:00
}
.extend-height {
2016-05-17 19:52:28 +02:00
height: 100%;
2016-05-18 09:30:14 +02:00
min-height: 1px;
2016-05-18 10:18:44 +02:00
min-width: 1024px;
overflow: hidden;
2016-04-11 10:07:16 +02:00
}
.section {
position: relative;
2016-05-18 09:30:14 +02:00
padding: 15px;
margin-top: 20px;
2016-04-11 10:07:16 +02:00
background-color: #FFFFFF;
height: 100%;
2016-04-11 10:07:16 +02:00
width: 100%;
2016-05-18 09:30:14 +02:00
min-height: 1px;
max-height: 100%;
2016-04-11 10:07:16 +02:00
}
.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 {
2016-05-18 09:30:14 +02:00
height: auto;
min-height: 1px;
max-height: 600px;
overflow-y: auto;
2016-04-11 10:07:16 +02:00
}
.sub-pane {
2016-05-18 09:30:14 +02:00
margin: 15px;
height: 380px;
2016-04-11 10:07:16 +02:00
overflow-y: auto;
}
.well-custom {
2016-05-18 09:30:14 +02:00
position: relative;
width: 100%;
}
.empty-hint {
text-align: center;
vertical-align: middle;
2016-04-11 10:07:16 +02:00
}