yunohost-admin/css/style.css
2013-09-21 20:59:47 +02:00

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%;
}