osem-fcy/app/assets/stylesheets/osem.css

54 lines
810 B
CSS
Raw Normal View History

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
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
body > #messages {
2014-05-22 18:19:07 +02:00
padding: 60px 15px 0;
2014-04-23 15:45:55 +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;
}
.container .text-muted {
2014-05-22 18:19:07 +02:00
margin: 20px 0;
}
#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;
}
}