You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

59 lines
811 B

html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px;
color: #AAA;
text-align: center;
}
.navbar-nav {
text-transform: uppercase;
font-size: small;
}
.navbar-text {
font-size: small;
}
.glyphicon.up, .glyphicon.new, .glyphicon.grace, .glyphicon.down {
font-size: 22px;
}
.glyphicon.up {
color: #5cb85c;
}
.glyphicon.new {
color: #AAA;
}
.glyphicon.grace {
color: #f0ad4e;
}
.glyphicon.down {
color: #d9534f;
}
#login_dialog {
background: #FFF;
padding: 2em;
margin-top: 100px;
}
#login_dialog h1 {
margin: 0;
}