diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-01 15:11:15 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-01 15:11:15 +0100 |
commit | 4df78b06cf1db2760afe10d5b905858df513d9b4 (patch) | |
tree | e5cb20f0d31e89951d609347f52a7983ff0a0a2c /view | |
parent | 492609d20bd04ff76efb3406766d714d7384c6d0 (diff) | |
download | volse-hubzilla-4df78b06cf1db2760afe10d5b905858df513d9b4.tar.gz volse-hubzilla-4df78b06cf1db2760afe10d5b905858df513d9b4.tar.bz2 volse-hubzilla-4df78b06cf1db2760afe10d5b905858df513d9b4.zip |
fix padding
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_cloud.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/mod_cloud.css b/view/css/mod_cloud.css index 76ac82690..ed07ceb6f 100644 --- a/view/css/mod_cloud.css +++ b/view/css/mod_cloud.css @@ -38,6 +38,6 @@ } #files-upload { - padding: 4px; + padding: 7px 10px; width: 100%; } |