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

34 lines
511 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-06-03 15:42:34 +02:00
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select:none;
user-select:none;
-o-user-select:none;
2015-04-27 14:56:26 +02:00
}
2015-04-27 16:41:23 +02:00
2015-07-07 14:40:32 +02:00
/*html, body {
2015-04-27 16:41:23 +02:00
height: 100%;
}
#main-section {
min-height: 100%;
2015-07-07 14:40:32 +02:00
}*/
2015-04-27 16:41:23 +02:00
#container {
position: absolute;
margin: 0 auto;
2015-07-07 14:40:32 +02:00
/*min-height: 100%;*/
2015-04-27 16:41:23 +02:00
}
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";
}