diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-29 09:26:47 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-29 09:26:47 -0700 |
commit | 88d5e8fbcabf6b61395941d6b9f42be9e8c0982c (patch) | |
tree | 269e4282f2bfffa39e852631dbc14c9f36bf2777 | |
parent | 59e4ff7d24b5df96998fbc65676b56d524af5ba6 (diff) | |
parent | 710d3f139f45f7e82991364f561b31e71e4d787f (diff) | |
download | nextcloud-server-88d5e8fbcabf6b61395941d6b9f42be9e8c0982c.tar.gz nextcloud-server-88d5e8fbcabf6b61395941d6b9f42be9e8c0982c.zip |
Merge pull request #5031 from zimba12/master
followup of #4032 - makes the settings-button bigger...
-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; |