From 92162bd1dc1d84b099828b394dd4178914b1f528 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 23 Jul 2018 21:11:20 -0600 Subject: [PATCH] Improve app dock/bar --- pages/home.php | 97 ++++++++++++++++++++++----------------------- static/css/dock.css | 39 ------------------ 2 files changed, 48 insertions(+), 88 deletions(-) diff --git a/pages/home.php b/pages/home.php index 013afef..8383382 100644 --- a/pages/home.php +++ b/pages/home.php @@ -6,59 +6,58 @@ */ ?> -
-
+
+ +
+

+ + "/> + + +

+
-
-

- - "/> - - -

-
- +
+ +
+ -
- - \ No newline at end of file diff --git a/static/css/dock.css b/static/css/dock.css index e3a0d13..6177698 100644 --- a/static/css/dock.css +++ b/static/css/dock.css @@ -2,35 +2,15 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -.apppanel { - min-height: 250px; -} - -.app-dock-container { - display: flex; -} - -.app-dock { - margin: 0 auto 10px auto; - display: flex; - justify-content: space-around; - flex-wrap: wrap; -} - .app-icon { border: 1px solid grey; border-radius: 20%; } .app-dock-item { - padding: 0px 5px 2px 5px; min-width: 100px; } -.app-dock-item p { - margin-bottom: 0px; -} - .app-dock-item p a { font-size: 95%; color: #555; @@ -44,23 +24,4 @@ width: 50px; display: block; margin: 0 auto; -} - -.app-dock-item p a span { - display: block; - text-align: center; -} - -/* Small Devices, Tablets */ -@media only screen and (min-width: 768px) and (max-width: 991px) { - .row.widget-box > .col-sm-6:nth-child(2n+3) { - clear: both; - } -} - -/* Medium Devices, Desktops */ -@media only screen and (min-width: 992px) { - .row.widget-box > .col-md-4:nth-child(3n+4) { - clear: both; - } } \ No newline at end of file