mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
35 lines
517 B
CSS
35 lines
517 B
CSS
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
#slider {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
/*margin-top: 2%;*/
|
|
padding: 15px;
|
|
background: #e8e8e8;
|
|
width: 500px;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
}
|
|
|
|
#slider-container {
|
|
width: 1000px;
|
|
height: 100%;
|
|
}
|
|
|
|
#main {
|
|
background: #e8e8e8;
|
|
float: left;
|
|
width: 500px;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.block {
|
|
display: inline-block;
|
|
height: 100%;
|
|
}
|