From d831afc792f2c3e5f97724ecf686262039066237 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 4 Jun 2014 15:27:46 +0200 Subject: [PATCH] move 'add apps' entry into normal navigation instead of a new line --- core/css/styles.css | 11 ----------- core/templates/layout.user.php | 11 +++++------ 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index cc12128abe..4deabebaa7 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -720,7 +720,6 @@ label.infield { #navigation { position: fixed; top: 0; - bottom: 0; left: 0; width: 80px; margin-top:45px; @@ -780,21 +779,11 @@ label.infield { } /* Apps management as sticky footer, less obtrusive in the list */ -#navigation .wrapper { - min-height: 100%; - margin: 0 auto -82px 0; -} -#apps-management { - height: 72px; -} #apps-management { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); opacity: .6; } -#apps-management .icon { - padding-bottom: 0; -} diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 059491abac..5ecb3d2ed5 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -93,7 +93,7 @@