diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-16 23:07:29 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-16 23:07:29 +0100 |
commit | 2165733ddce0bcae386d8b4b25ef7fec83266db7 (patch) | |
tree | c80243335c4847b96eb5c88cdfae7d418503ebe9 /view/css | |
parent | d22b21c56f978d6b1ed42c9edde2a0214a16aef7 (diff) | |
download | volse-hubzilla-2165733ddce0bcae386d8b4b25ef7fec83266db7.tar.gz volse-hubzilla-2165733ddce0bcae386d8b4b25ef7fec83266db7.tar.bz2 volse-hubzilla-2165733ddce0bcae386d8b4b25ef7fec83266db7.zip |
move buttons to dropdown menu and some cleanup
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_profiles.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/css/mod_profiles.css b/view/css/mod_profiles.css new file mode 100644 index 000000000..eec67be15 --- /dev/null +++ b/view/css/mod_profiles.css @@ -0,0 +1,8 @@ +#profile-upload-form { + display: none; +} + +#profile-upload-choose { + padding: 7px 10px; + width: 100%; +} |