drop "push" element - no sticky footer needed anymore
This commit is contained in:
parent
52d9e313d1
commit
190fc8adf5
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -784,7 +784,7 @@ label.infield {
|
|||
min-height: 100%;
|
||||
margin: 0 auto -82px 0;
|
||||
}
|
||||
#apps-management, #navigation .push {
|
||||
#apps-management {
|
||||
height: 72px;
|
||||
}
|
||||
#apps-management {
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue