harbor/static/resources/css/project.css

65 lines
826 B
CSS
Raw Normal View History

2016-04-11 08:07:16 +00:00
.container-custom {
position: relative;
2016-06-25 19:12:17 +00:00
min-height: 1px;
2016-04-11 08:07:16 +00:00
}
.extend-height {
2016-05-17 17:52:28 +00:00
height: 100%;
2016-05-18 07:30:14 +00:00
min-height: 1px;
2016-05-18 08:18:44 +00:00
min-width: 1024px;
2016-04-11 08:07:16 +00:00
}
.section {
2016-05-18 07:30:14 +00:00
padding: 15px;
margin-top: 20px;
2016-04-11 08:07:16 +00:00
background-color: #FFFFFF;
width: 100%;
2016-06-25 19:12:17 +00:00
min-height: 490px;
2016-04-11 08:07:16 +00: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 07:30:14 +00:00
height: auto;
min-height: 1px;
2016-04-11 08:07:16 +00:00
}
.sub-pane {
2016-05-18 07:30:14 +00:00
margin: 15px;
2016-06-26 04:56:58 +00:00
min-height: 1px;
2016-04-11 08:07:16 +00:00
overflow-y: auto;
}
.well-custom {
2016-06-25 19:12:17 +00:00
position: absolute;
width: 1064px;
background-color: #f5f5f5;
background-image: none;
margin: 0 10px;
z-index: 10;
}
.form-custom {
margin-top: 1em;
}
.empty-hint {
text-align: center;
vertical-align: middle;
2016-04-11 08:07:16 +00:00
}