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

74 lines
1 KiB
SCSS
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 {
/* Margin bottom by 2 times the footer height */
margin-bottom: 60px;
2014-05-22 18:19:07 +02:00
/* Margin bottom by navbar height */
padding-top: 60px;
2013-08-16 12:46:49 +03:00
}
2013-01-07 09:04:09 +01:00
#content {
padding-bottom: 60px;
}
#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 {
padding: 15px;
2014-05-22 18:19:07 +02:00
}
}
.nav-tabs {
margin-bottom: 15px;
}
.img-center {
margin: 0 auto;
}
/* centered columns styles */
.row-centered {
text-align:center;
}
.col-centered {
display:inline-block;
float:none;
/* reset the text-align */
text-align:left;
/* inline-block space fix */
margin-right:-4px;
}
.col-top {
vertical-align:top;
}
fieldset {
margin: 20px 0 20px 0;
2014-12-19 12:27:35 +02:00
}
.bootstrap-switch { height: 1.7em }
.comment-reply{
padding-top: 40px;
}
p.comment-body {
padding-top: 20px;
}
.well.comment-section {
padding-bottom: 40px;
}
#account-already {
font-size: 0.6em;
}