Arquivos
ardrone-webflight/public/css/style.css
T
John Wiseman 7e20174c38 Added magnetometer calibration to pilot plugin.
Also pass some events through the websocket.
2013-05-28 18:41:56 -07:00

45 linhas
751 B
CSS

.header-container {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 20px;
background: black;
color: white;
padding: 5px 10px;
}
.header-container .brand {
font-family: Audiowide, Arial
}
.main-container {
position: absolute;
top: 30px;
left: 0px;
right: 0px;
bottom: 0px;
}
#controls {
float: right;
}
#glasspane {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
z-index: 100;
-webkit-user-select: none; // webkit (safari, chrome) browsers
-moz-user-select: none; // mozilla browsers
-khtml-user-select: none; // webkit (konqueror) browsers
}
#cockpit {
height: 100%;
width: 100%;
}