diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-06 13:45:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-06 13:45:46 +0100 |
commit | 8059260c185aa267d15f2a7d9d0df0c21140ad69 (patch) | |
tree | 3254c0f2ac9511391ff97d8149be9a75ac579e64 /view | |
parent | 91bc8d473f40c57d8c35d06f405aaa6518ee54e3 (diff) | |
download | volse-hubzilla-8059260c185aa267d15f2a7d9d0df0c21140ad69.tar.gz volse-hubzilla-8059260c185aa267d15f2a7d9d0df0c21140ad69.tar.bz2 volse-hubzilla-8059260c185aa267d15f2a7d9d0df0c21140ad69.zip |
import system apps on initial load
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_apps.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css index 7ccc11ffb..0a231bc84 100644 --- a/view/css/mod_apps.css +++ b/view/css/mod_apps.css @@ -5,12 +5,6 @@ padding: 20px; } -.app-detail { - height: 130px; - overflow-x: hidden; - overflow-y: hidden; -} - -.app-tools { - margin-bottom: 0; +.app-name { + margin: 10px 0px; } |