From 165b572a5f32b2bd63a1a14ffaf2d35da0b85435 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 13 Jan 2016 14:42:39 +0100 Subject: [PATCH] Fixup the app grid icon action layout --- webadmin/src/theme.scss | 16 +++++++--------- webadmin/src/views/apps.html | 5 ----- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 994089998..0864042b0 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -158,19 +158,17 @@ html { .grid-item-bottom { display: none; + position: absolute; + top: 10px; padding: 10px 15px; - border-top: 1px solid #ddd; - background-color: white; + right: -10px; + opacity: 0; + background-color: transparent; + + transition: all 250ms; @media(min-width:768px) { display: block; - position: absolute; - top: 0; - right: -10px; - opacity: 0; - background-color: transparent; - - transition: all 250ms; } } diff --git a/webadmin/src/views/apps.html b/webadmin/src/views/apps.html index 7f9fc0ae2..e11f58e50 100644 --- a/webadmin/src/views/apps.html +++ b/webadmin/src/views/apps.html @@ -284,9 +284,6 @@
-
-
-
@@ -298,8 +295,6 @@
- -