summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/header.css4
-rw-r--r--core/css/styles.css2
-rw-r--r--core/templates/layout.user.php4
3 files changed, 3 insertions, 7 deletions
diff --git a/core/css/header.css b/core/css/header.css
index e93f91f6de4..a65c9337d61 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -81,7 +81,7 @@
min-height: initial;
margin: 0;
}
-#apps-management, #navigation .push {
+#apps-management {
height: initial;
}
@@ -89,4 +89,4 @@
#body-user #controls,
#body-settings #controls {
padding-left: 0;
-} \ No newline at end of file
+}
diff --git a/core/css/styles.css b/core/css/styles.css
index 9b70d6fe090..cc12128abe4 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -784,7 +784,7 @@ label.infield {
min-height: 100%;
margin: 0 auto -82px 0;
}
-#apps-management, #navigation .push {
+#apps-management {
height: 72px;
}
#apps-management {
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 891221227c7..7b064c606bc 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -103,10 +103,6 @@
</a>
</li>
<?php endforeach; ?>
-
- <?php if(OC_User::isAdminUser(OC_User::getUser())): ?>
- <li class="push"></li><!-- for sticky footer of apps management -->
- <?php endif; ?>
</ul>
<!-- show "More apps" link to app administration directly in app navigation, as sticky footer -->