diff --git a/includes/view/User_view.php b/includes/view/User_view.php index 343327aa..87369a5f 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -675,7 +675,7 @@ function User_view( ]) ]) ]), - div('row', [ + div('row user-info', [ div('col-md-2', [ heading(icon('phone') . '' diff --git a/resources/assets/themes/theme15.scss b/resources/assets/themes/theme15.scss index 2f61f552..083b6b48 100644 --- a/resources/assets/themes/theme15.scss +++ b/resources/assets/themes/theme15.scss @@ -170,6 +170,7 @@ code { // Specials =================================================================== body { background: #000 url('theme15/background.jpg') no-repeat center center fixed; + background-size: cover; } h1, h2, h3, h4, h5 { @@ -189,3 +190,21 @@ h1, h2, h3, h4, h5 { .shift-calendar .lane.time { width: 80px; } + +@include media-breakpoint-down(lg) { + .navbar { + background-color: #000 !important; + } +} + +.user-info { + background-color: rgba(0, 0, 0, 0.5); + padding-top: 1em 0; +} + +.stats { + background-color:rgba(0, 0, 0, 0.5); + margin: 1em 0; + padding: 1em 0; + height: 200px; +} \ No newline at end of file diff --git a/resources/assets/themes/theme15/background.jpg b/resources/assets/themes/theme15/background.jpg index 0bb79486..e1ec8d42 100644 Binary files a/resources/assets/themes/theme15/background.jpg and b/resources/assets/themes/theme15/background.jpg differ