diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-30 11:17:31 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-30 11:17:31 +0200 |
commit | c9c4ab22a489c373cf994da490353e2f3e1cadd1 (patch) | |
tree | 03efbb2b37fa7c5c06d2259752030620b1646b71 /core/css | |
parent | 0a23ac18bc1f74cea98eed2c37aa03c99fd957f7 (diff) | |
download | nextcloud-server-c9c4ab22a489c373cf994da490353e2f3e1cadd1.tar.gz nextcloud-server-c9c4ab22a489c373cf994da490353e2f3e1cadd1.zip |
Apps management as sticky footer and rename to 'Apps', fix #4622
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index ce0d5abfc78..ad9fcb43466 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -501,6 +501,9 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } #navigation:hover { overflow-y: auto; /* show scrollbar only on hover */ } +#apps { + height: 100%; +} #navigation a span { display: block; text-decoration: none; @@ -545,9 +548,24 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } padding-top: 20px; } +/* Apps management as sticky footer, less obtrusive in the list */ +#navigation .wrapper { + min-height: 100%; + margin: 0 auto -72px; +} +#apps-management, #navigation .push { + height: 70px; +} #apps-management { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; + filter: alpha(opacity=60); opacity: .6; } +#apps-management .icon { + padding-bottom: 0; +} + + /* USER MENU */ |