2014-03-17 16:36:32 +01:00
|
|
|
html {
|
2014-05-22 18:19:07 +02:00
|
|
|
position: relative;
|
|
|
|
|
min-height: 100%;
|
2013-01-07 09:04:09 +01:00
|
|
|
}
|
2014-05-22 18:19:07 +02:00
|
|
|
|
2014-03-17 16:36:32 +01:00
|
|
|
body {
|
2014-05-22 18:19:07 +02:00
|
|
|
/* Margin bottom by footer height */
|
|
|
|
|
margin-bottom: 60px;
|
|
|
|
|
/* Margin bottom by navbar height */
|
|
|
|
|
padding-top: 60px;
|
2013-08-16 12:46:49 +03:00
|
|
|
}
|
2013-01-07 09:04:09 +01:00
|
|
|
|
2014-03-24 12:45:04 +01:00
|
|
|
body > #messages {
|
2014-05-22 18:19:07 +02:00
|
|
|
padding: 60px 15px 0;
|
2014-04-23 15:45:55 +02:00
|
|
|
}
|
|
|
|
|
|
2013-06-26 15:59:56 +02:00
|
|
|
#footer {
|
2014-05-22 18:19:07 +02:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
/* Set the fixed height of the footer here */
|
|
|
|
|
height: 60px;
|
|
|
|
|
background-color: #f5f5f5;
|
2013-07-15 12:22:07 +02:00
|
|
|
}
|
|
|
|
|
|
2014-03-17 16:36:32 +01:00
|
|
|
.container .text-muted {
|
2014-05-22 18:19:07 +02:00
|
|
|
margin: 20px 0;
|
2013-07-15 12:22:07 +02:00
|
|
|
}
|
|
|
|
|
|
2014-03-17 16:36:32 +01:00
|
|
|
#footer > .container {
|
2014-05-22 18:19:07 +02:00
|
|
|
padding: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav > li.nav-header > a {
|
|
|
|
|
cursor: default;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.glyphicon {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mySidebar hr {
|
|
|
|
|
margin: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
|
.mySidebar ul.subNav {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2013-07-15 12:22:07 +02:00
|
|
|
}
|