finetuning dashboard layout
This commit is contained in:
parent
20f4d44cbf
commit
a5f4de9509
|
@ -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();
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -11,6 +11,7 @@ body {
|
|||
}
|
||||
|
||||
.first {
|
||||
clear: both;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
|
@ -24,6 +25,7 @@ body {
|
|||
.stats {
|
||||
.make-md-column(3);
|
||||
.make-xs-column(6);
|
||||
height: 130px;
|
||||
text-align: center;
|
||||
|
||||
.number {
|
||||
|
|
Loading…
Reference in New Issue