96 lines
1.4 KiB
CSS
96 lines
1.4 KiB
CSS
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
thead input {
|
|
width: 100%;
|
|
padding: 3px;
|
|
}
|
|
|
|
#page {
|
|
position: relative;
|
|
min-height: 100%;
|
|
height: auto !important;
|
|
height: 100%;
|
|
}
|
|
|
|
#page-header {
|
|
/* position: relative; */
|
|
padding-top: 0.6rem;
|
|
padding-left: 0.6rem;
|
|
padding-right: 0.6rem;
|
|
padding-bottom: 0.6rem;
|
|
/* border-bottom: 2px solid #646464; */
|
|
background-color: #58ab27;
|
|
color: #e3e3e3;
|
|
}
|
|
|
|
#page-header h2 {
|
|
display: inline;
|
|
font-size: 2rem;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
#page-header h2 img {
|
|
margin-right: 1.2rem;
|
|
}
|
|
|
|
#page-header h2 a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
#page-header h2 a:hover {
|
|
color: #e3e3e3;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#page-header #login-widget {
|
|
float: right;
|
|
}
|
|
|
|
#messages div.alert {
|
|
margin-top: 1.2rem;
|
|
margin-bottom: 0rem;
|
|
}
|
|
|
|
#page-body {
|
|
padding-top: 2.4rem;
|
|
padding-bottom: 4.8rem;
|
|
}
|
|
|
|
#page-body h3 {
|
|
margin-top: -1rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
#page-footer {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
height: 4rem;
|
|
width: 100%;
|
|
padding-top: 1rem;
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
/* border-top: 2px solid #646464; */
|
|
background-color: #58ab27;
|
|
color: #ffffff;
|
|
}
|
|
#page-footer .signum {
|
|
float: right;
|
|
padding-top: 2px;
|
|
/* font-family: serif; */
|
|
/* font-style: italic; */
|
|
}
|
|
|
|
#page-footer a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
#page-footer a:hover {
|
|
color: #e3e3e3;
|
|
}
|
|
|
|
.action-tabs {
|
|
margin-bottom: 1.2rem;
|
|
}
|