yunohost-admin/css/style.css

43 lines
627 B
CSS
Raw Normal View History

2013-09-21 20:59:47 +02:00
html, body {
height: 100%;
}
2013-09-21 19:46:26 +02:00
#slider {
margin-left: auto;
margin-right: auto;
2013-09-21 20:59:47 +02:00
/*margin-top: 2%;*/
2013-09-22 21:31:51 +02:00
padding: 5px;
/*background: #e8e8e8;*/
2013-09-21 20:59:47 +02:00
width: 500px;
height: 100%;
2013-09-21 19:46:26 +02:00
position: relative;
overflow: hidden;
text-align: left;
}
#slider-container {
2013-09-21 20:59:47 +02:00
width: 1000px;
height: 100%;
2013-09-21 19:46:26 +02:00
}
#main {
2013-09-22 21:31:51 +02:00
/*background: #e8e8e8;*/
2013-09-21 19:46:26 +02:00
float: left;
position: relative;
overflow: hidden;
}
.block {
display: inline-block;
2013-09-21 20:59:47 +02:00
height: 100%;
2013-09-22 21:51:36 +02:00
width: 500px;
2013-09-22 21:31:51 +02:00
height: 100%;
padding: 5px;
}
.panel-title {
font-size: 18px;
font-weight: bold;
line-height: 25px;
2013-09-21 19:46:26 +02:00
}