diff options
author | raghunayyar <me@iraghu.com> | 2014-03-30 15:48:47 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2014-03-30 15:48:47 +0530 |
commit | 881c66df52cba16df17297a88978297231d1d7d9 (patch) | |
tree | 2b0eac64c7d788527a9db6a31b4cfa3d61668196 /settings | |
parent | 3d8ce8104f134d8c53bedc62ef9e0fcbb9e03465 (diff) | |
download | nextcloud-server-881c66df52cba16df17297a88978297231d1d7d9.tar.gz nextcloud-server-881c66df52cba16df17297a88978297231d1d7d9.zip |
Removes highlighting of selected items, padding from apps management.
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index d7d8b0aede2..50e3eacbc12 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -100,6 +100,9 @@ select.quota.active { background: #fff; } /* APPS */ .appinfo { margin: 1em 40px; } h3 { font-size: 1.4em; font-weight: bold; } +#app-navigation { + padding-bottom: 0px; +} #app-navigation .appwarning { background: #fcc; } |