fediplan/public/css/style.css
Thomas 4096cf2541 Change label for errors
Add toggles
Add translation
2019-08-22 17:57:22 +02:00

24 lines
No EOL
326 B
CSS

html, body {
height: 100%;
}
#wrap {
min-height: 100%;
}
#main_contain {
overflow:auto;
padding-bottom:150px;
}
.footer {
position: relative;
margin-top: -150px;
padding: 10px;
clear:top;
height: 150px;
background-color: #f5f5f5;
}
input[type=checkbox] {
transform: scale(1.5);
}