diff options
author | Alessandro Cosentino <cosenal@gmail.com> | 2013-09-29 01:46:23 -0400 |
---|---|---|
committer | Alessandro Cosentino <cosenal@gmail.com> | 2013-09-29 01:46:23 -0400 |
commit | 710d3f139f45f7e82991364f561b31e71e4d787f (patch) | |
tree | 269e4282f2bfffa39e852631dbc14c9f36bf2777 /core | |
parent | 59e4ff7d24b5df96998fbc65676b56d524af5ba6 (diff) | |
download | nextcloud-server-710d3f139f45f7e82991364f561b31e71e4d787f.tar.gz nextcloud-server-710d3f139f45f7e82991364f561b31e71e4d787f.zip |
followup of #4032 - makes the settings-button bigger and adds again padding at bottom of app-navigation
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index de63495e50e..f6c20e6cc6a 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -16,6 +16,7 @@ -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f8f8f8; border-right: 1px solid #ccc; + padding-bottom: 44px; } #app-navigation > ul { height: 100%; @@ -192,7 +193,7 @@ .settings-button { display: block; - height: 32px; + height: 44px; width: 100%; padding: 0; margin: 0; |