Some visual and style code improvements.

This commit is contained in:
2018-01-30 17:33:00 +01:00
parent 74d3fa47dc
commit 71551d4c21
7 changed files with 50 additions and 30 deletions

View File

@@ -25,39 +25,42 @@ thead input {
color: #e3e3e3;
}
#page-header .brand {
vertical-align: bottom;
#page-header h2 {
display: inline;
font-size: 2rem;
vertical-align: bottom;
}
#page-header .brand a {
#page-header h2 img {
margin-right: 1.2rem;
}
#page-header h2 a {
color: #ffffff;
}
#page-header .brand a:hover {
#page-header h2 a:hover {
color: #e3e3e3;
text-decoration: none;
}
#page-header img.brand {
margin-right: 1.2rem;
}
#page-header #login-widget {
float: right;
}
#messages {
margin-top: 2rem;
#messages div.alert {
margin-top: 1.2rem;
margin-bottom: 0rem;
}
#page-body {
padding-bottom: 6rem;
padding-top: 2.4rem;
padding-bottom: 4.8rem;
}
#page-body h2 {
margin-top: 0px;
margin-bottom: 2rem;
#page-body h3 {
margin-top: -1rem;
margin-bottom: 1.5rem;
}
#page-footer {
@@ -88,5 +91,5 @@ thead input {
}
.action-tabs {
margin-bottom: 2ex;
margin-bottom: 1.2rem;
}