diff options
author | redmatrix <git@macgirvin.com> | 2016-03-16 21:06:15 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-16 21:06:15 -0700 |
commit | 6d4fe5c56f44112c88de3053bc1982e348925a32 (patch) | |
tree | 6db6eabc6c37718d94955ef0e07dcbbd0ddbc148 /view/css | |
parent | 3a8f6e657627c166b72b9ef5ea20c672f6a67d97 (diff) | |
parent | f7ddd44c2e2a8f8386e7d20546b6abd0315c0f19 (diff) | |
download | volse-hubzilla-6d4fe5c56f44112c88de3053bc1982e348925a32.tar.gz volse-hubzilla-6d4fe5c56f44112c88de3053bc1982e348925a32.tar.bz2 volse-hubzilla-6d4fe5c56f44112c88de3053bc1982e348925a32.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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%; +} |