drop "push" element - no sticky footer needed anymore

This commit is contained in:
Morris Jobke 2014-05-19 15:52:27 +02:00 committed by Jan-Christoph Borchardt
parent 52d9e313d1
commit 190fc8adf5
3 changed files with 3 additions and 7 deletions

View File

@ -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;
}
}

View File

@ -784,7 +784,7 @@ label.infield {
min-height: 100%;
margin: 0 auto -82px 0;
}
#apps-management, #navigation .push {
#apps-management {
height: 72px;
}
#apps-management {

View File

@ -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 -->