topic.css
443 Bytes
.progress {
/*position: fixed;*/
top: 0;
height: 90px;
border-radius: 0px;
}
body {
margin: 0;
padding-top: 0px;
margin-bottom: 90px; /* Margin bottom by footer height */
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 70px;
line-height: 60px;
/*background-color: #f5f5f5;*/
}
html {
position: relative;
min-height: 100%;
}
textarea {
font-family: monospace;
}