finetuning dashboard layout

This commit is contained in:
msquare 2017-12-14 20:03:34 +01:00
parent 20f4d44cbf
commit a5f4de9509
9 changed files with 18 additions and 2 deletions

View File

@ -34,7 +34,7 @@ function public_dashboard_view($stats, $free_shifts)
</script>'
], 'statistics'),
$needed_angels,
div('col-md-12', [
div('first col-md-12 text-center', [
buttons([
button_js('
$(\'#navbar-collapse-1,#footer,#fullscreen-button\').remove();

View File

@ -6728,6 +6728,7 @@ body {
color: #777777;
}
.first {
clear: both;
margin-top: 30px;
}
.text-big {
@ -6743,6 +6744,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
height: 130px;
text-align: center;
}
@media (min-width: 992px) {

View File

@ -6751,6 +6751,7 @@ body {
color: #888888;
}
.first {
clear: both;
margin-top: 30px;
}
.text-big {
@ -6766,6 +6767,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
height: 130px;
text-align: center;
}
@media (min-width: 992px) {

View File

@ -6728,6 +6728,7 @@ body {
color: #777777;
}
.first {
clear: both;
margin-top: 30px;
}
.text-big {
@ -6743,6 +6744,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
height: 130px;
text-align: center;
}
@media (min-width: 992px) {

View File

@ -6737,6 +6737,7 @@ body {
color: #777777;
}
.first {
clear: both;
margin-top: 30px;
}
.text-big {
@ -6752,6 +6753,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
height: 130px;
text-align: center;
}
@media (min-width: 992px) {

View File

@ -6751,6 +6751,7 @@ body {
color: #888888;
}
.first {
clear: both;
margin-top: 30px;
}
.text-big {
@ -6766,6 +6767,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
height: 130px;
text-align: center;
}
@media (min-width: 992px) {

View File

@ -6731,6 +6731,7 @@ body {
color: #777777;
}
.first {
clear: both;
margin-top: 30px;
}
.text-big {
@ -6746,6 +6747,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
height: 130px;
text-align: center;
}
@media (min-width: 992px) {

View File

@ -6754,6 +6754,7 @@ body {
color: #888888;
}
.first {
clear: both;
margin-top: 30px;
}
.text-big {
@ -6769,6 +6770,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
height: 130px;
text-align: center;
}
@media (min-width: 992px) {

View File

@ -11,6 +11,7 @@ body {
}
.first {
clear: both;
margin-top: 30px;
}
@ -24,8 +25,9 @@ body {
.stats {
.make-md-column(3);
.make-xs-column(6);
height: 130px;
text-align: center;
.number {
font-size: 80px;
font-weight: 200;