3d-interface/static/css/prototype.css

29 lines
371 B
CSS
Raw Normal View History

2015-04-27 14:56:26 +02:00
body {
2015-05-12 15:45:23 +02:00
overflow: hidden;
2015-04-27 14:56:26 +02:00
}
2015-04-27 16:41:23 +02:00
html, body {
height: 100%;
}
#main-section {
min-height: 100%;
}
#container {
position: absolute;
margin: 0 auto;
min-height: 100%;
}
2015-05-12 14:19:10 +02:00
.panel-heading a:after {
font-family:'Glyphicons Halflings';
content:"\e114";
float: right;
color: grey;
}
.panel-heading a.collapsed:after {
content:"\e080";
}