yunohost-admin/css/style.css

63 lines
905 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-23 12:31:35 +02:00
width: 1000px;
2013-09-21 20:59:47 +02:00
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-23 13:31:57 +02:00
body .form-control {
padding: 6px;
}
2013-09-23 22:43:27 +02:00
.view-title {
text-align: center;
max-width: 240px;
font-size: 25px;
/*font-weight: bold;*/
margin: -41px auto 0 auto;
}
body .page-header {
margin-top: 5px;
}
div.br {
height: 30px;
}