MobileApp/www/css/app.css

81 lines
1.2 KiB
CSS
Raw Normal View History

2017-06-30 00:56:47 -06:00
html, body {
height: 100%;
}
2017-06-29 04:01:49 -06:00
.app-dock-container {
display: flex;
2017-06-30 00:56:47 -06:00
height: 100%;
2017-06-16 18:47:16 -06:00
}
2017-06-29 04:01:49 -06:00
.app-dock {
margin: 0 auto 10px auto;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
2017-06-30 00:56:47 -06:00
align-items: center;
justify-content: center;
height: 100%;
2017-06-16 18:47:16 -06:00
}
2017-06-29 04:01:49 -06:00
.app-icon {
border: 1px solid grey;
border-radius: 20%;
2017-06-16 18:47:16 -06:00
}
2017-06-29 04:01:49 -06:00
.app-dock-item {
2017-06-30 00:56:47 -06:00
padding: 0px 10px 2px 10px;
2017-06-29 04:01:49 -06:00
min-width: 100px;
2017-06-30 00:56:47 -06:00
max-width: 50%;
width: 120px;
margin: 15px;
2017-06-16 18:47:16 -06:00
}
2017-06-29 04:01:49 -06:00
.app-dock-item p {
margin-bottom: 0px;
2017-06-30 00:56:47 -06:00
font-size: 120%;
2017-06-29 04:01:49 -06:00
color: #555;
2017-06-16 18:47:16 -06:00
}
2017-06-29 04:01:49 -06:00
.app-dock-item p img {
2017-06-30 00:56:47 -06:00
width: 80px;
height: 80px;
2017-06-29 04:01:49 -06:00
display: block;
background: url(../img/app-icon-bg.svg) no-repeat;
background-size: 90%;
background-position: 50%;
2017-06-29 04:01:49 -06:00
margin: 0 auto;
2017-06-16 18:47:16 -06:00
}
2017-06-29 04:01:49 -06:00
.app-dock-item p span {
display: block;
text-align: center;
2017-06-30 00:56:47 -06:00
}
span.navbar-brand {
color: white;
margin-right: 0px;
height: 30px;
margin-top: -4px;
font-size: 20px;
margin-left: 5px;
2017-06-30 00:56:47 -06:00
}
.navbar-brand.pull-left img {
margin-right: -10px;
height: 30px;
margin-top: -4px;
margin-left: -4px;
2017-06-30 00:56:47 -06:00
}
.navbar-brand.pull-right img {
height: 30px;
margin-top: -4px;
}
#manual_setup {
margin-top: 15px;
}
#navbar {
min-height: 56px;
}