node-gotapi
Version:
The node-gotapi is a Node.js implementation of the Generic Open Terminal API Framework (GotAPI) developed by the Open Mobile Alliance (OMA).
54 lines (52 loc) • 695 B
CSS
html {
position: relative;
min-height: 100%;
}
body {
width: 100%;
height: 100%;
margin-bottom: 35px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 35px;
background-color: #f5f5f5;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
.footer > .container .text-muted {
margin: 10px 0;
font-size: 80%;
}
nav h1 {
margin: 0;
}
h2 {
font-size: 100%;
margin: 0px;
padding: 0px;
}
#main-wrapper {
margin-top: 5em;
}
/*
div.panel-body {
padding: 10px 10px 3px 10px;
}
.panel {
margin-bottom: 10px;
}
*/
#comm-monitor-box div.panel-body {
padding: 0;
}
#comm-monitor {
height: 300px;
padding: 0.5em 1em;
margin-bottom: 0;
overflow: auto;
}