fediplan/public/css/style.css

33 lines
454 B
CSS
Raw Permalink Normal View History

2019-08-10 18:43:37 +02:00
html, body {
height: 100%;
}
#wrap {
min-height: 100%;
}
2019-08-25 09:22:44 +02:00
.scrollable-menu {
height: auto;
max-height: 200px;
overflow-x: hidden;
}
2019-08-10 18:43:37 +02:00
#main_contain {
overflow:auto;
padding-bottom:150px;
2019-08-22 19:09:49 +02:00
padding-top: 80px;
2019-08-10 18:43:37 +02:00
}
2019-08-10 18:34:18 +02:00
.footer {
2019-08-10 18:43:37 +02:00
position: relative;
margin-top: -150px;
2019-08-10 18:34:18 +02:00
padding: 10px;
2019-08-10 18:43:37 +02:00
clear:top;
2019-08-10 18:34:18 +02:00
height: 150px;
background-color: #f5f5f5;
}
2020-05-01 14:01:51 +02:00
.switch_width{
width: 50px;
}
ul.options {
list-style: none;
}