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.
 
 
 
 
 

73 lines
1.1 KiB

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;
}
#logo {
max-height: 50px;
margin-top: -16px;
}
.navbar-default .navbar-nav > li > a {
text-transform: uppercase;
font-size: small;
}
@media (min-width: 768px) {
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a:hover {
background: none;
border-bottom: 5px solid #eee;
padding-bottom: 25px;
}
}
.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;
}