|
|
@@ -11,6 +11,7 @@
|
|
|
html, body {
|
|
|
height: 100%;
|
|
|
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
|
|
|
+ background: #fafafa;
|
|
|
}
|
|
|
|
|
|
/*=== Links */
|
|
|
@@ -469,15 +470,17 @@ a.btn {
|
|
|
/*===============*/
|
|
|
/*=== Header */
|
|
|
.header {
|
|
|
+ height: 85px;
|
|
|
background: #f4f4f4;
|
|
|
}
|
|
|
.header > .item {
|
|
|
- padding: 10px 0;
|
|
|
+ padding: 10px;
|
|
|
border-bottom: 1px solid #aaa;
|
|
|
vertical-align: middle;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.header > .item.title h1 {
|
|
|
+ margin: 0.5em 0;
|
|
|
text-shadow: 1px -1px 0 #ccc;
|
|
|
}
|
|
|
.header > .item.title h1 a {
|
|
|
@@ -492,7 +495,7 @@ a.btn {
|
|
|
|
|
|
/*=== Body */
|
|
|
#global {
|
|
|
- background: #fafafa;
|
|
|
+ height: calc(100% - 85px);
|
|
|
}
|
|
|
.aside {
|
|
|
border-right: 1px solid #aaa;
|