diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-05-19 15:52:27 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 14:38:25 +0200 |
commit | 190fc8adf5b4cf3c5b3762938d929c962ea5c434 (patch) | |
tree | 0c8ef9c1ba11b6c1ca52b1bd149885630ff345f7 /core/css | |
parent | 52d9e313d18003f842cb4329090727b92a287f8d (diff) | |
download | nextcloud-server-190fc8adf5b4cf3c5b3762938d929c962ea5c434.tar.gz nextcloud-server-190fc8adf5b4cf3c5b3762938d929c962ea5c434.zip |
drop "push" element - no sticky footer needed anymore
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.css | 4 | ||||
-rw-r--r-- | core/css/styles.css | 2 |
2 files changed, 3 insertions, 3 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 { |