harbor/static/resources/css/index.css

116 lines
1.6 KiB
CSS
Raw Normal View History

2016-04-11 10:07:16 +02:00
body {
margin: 0;
padding: 0;
height: 100%;
width: 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;
}
2016-04-11 10:07:16 +02:00
.container-fluid-custom {
background-color: #EFEFEF;
2016-05-17 19:52:28 +02:00
max-height: 100%;
2016-05-18 11:37:39 +02:00
height: 100%;
width: 100%;
min-width: 1px;
overflow: auto;
min-height: 1px;
2016-04-11 10:07:16 +02:00
}
.up-section {
position: relative;
padding: 15px 15px 15px;
margin: 20px -10px 0 0;
2016-04-11 10:07:16 +02:00
background-color: #FFFFFF;
height: 277px;
2016-04-11 10:07:16 +02:00
}
.up-section h4 label {
margin-left: 5px;
}
.thumbnail {
2016-05-13 12:48:06 +02:00
margin-top: 10px;
2016-04-11 10:07:16 +02:00
display: inline-block;
border: none;
padding: 2px;
2016-04-11 10:07:16 +02:00
box-shadow: none;
2016-05-13 12:48:06 +02:00
width: 30%;
2016-04-11 10:07:16 +02:00
}
.down-section {
position: relative;
padding: 15px 15px 15px;
margin: 20px -10px 0 0;
2016-04-11 10:07:16 +02:00
background-color: #FFFFFF;
height: 350px;
}
.down-section ul {
padding: 0;
margin-left: 30px;
margin-right: 20px;
}
.long-line {
overflow: hidden;
width: 100%;
}
.down-table-pane {
overflow-y: auto;
height: 260px;
2016-04-11 10:07:16 +02:00
padding-left: 10px;
padding-right: 10px;
}
.page-header {
padding-bottom: 10px;
2016-05-13 12:48:06 +02:00
margin: 10px;
2016-04-11 10:07:16 +02:00
border-bottom: none;
}
.underlined {
border-bottom: 2px solid #EFEFEF;
}
.step-content {
2016-05-13 12:48:06 +02:00
text-align: center;
2016-04-11 10:07:16 +02:00
}
.display-inline-block {
display: inline-block;
}
.title-color {
color: #057ac9;
}
.page-content {
margin: 0 20px 0 20px;
text-align: left;
overflow-y: hidden;
2016-04-11 10:07:16 +02:00
}