MobileApp/www/css/app.css
Skylar Ittner bdb87a25bf Add manual setup, add header/status bar colors, add polyfill for String.prototype.startsWith, add setting button to open Portal,
add .mobile-app-hide class to injected CSS, fix a bunch of bugs,
improve layout of app loading spinner, improve overall smoothness,
test and debug on Android 4.4.2
2017-07-03 03:41:58 -06:00

68 lines
998 B
CSS

html, body {
height: 100%;
}
.app-dock-container {
display: flex;
height: 100%;
}
.app-dock {
margin: 0 auto 10px auto;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 100%;
}
.app-icon {
border: 1px solid grey;
border-radius: 20%;
}
.app-dock-item {
padding: 0px 10px 2px 10px;
min-width: 100px;
max-width: 50%;
width: 120px;
margin: 15px;
}
.app-dock-item p {
margin-bottom: 0px;
font-size: 120%;
color: #555;
}
.app-dock-item p img {
width: 80px;
display: block;
margin: 0 auto;
}
.app-dock-item p span {
display: block;
text-align: center;
}
span.navbar-brand {
color: white;
}
.navbar-brand.pull-left img {
margin-right: -10px;
height: 30px;
margin-top: -4px;
}
.navbar-brand.pull-right img {
margin-right: 6px;
height: 30px;
margin-top: -4px;
}
#manual_setup {
margin-top: 15px;
}