diff options
author | friendica <info@friendica.com> | 2014-01-07 14:10:28 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-07 14:10:28 -0800 |
commit | b8564134aaffc2ebe35fecd5dae4fd0f6523eb53 (patch) | |
tree | 1271c4ea29d9286c20da88cb2969c09e2a4af841 /view | |
parent | e635dcb3092da962c29fe4c8e4ddc53de368002d (diff) | |
download | volse-hubzilla-b8564134aaffc2ebe35fecd5dae4fd0f6523eb53.tar.gz volse-hubzilla-b8564134aaffc2ebe35fecd5dae4fd0f6523eb53.tar.bz2 volse-hubzilla-b8564134aaffc2ebe35fecd5dae4fd0f6523eb53.zip |
make storage limit service classes apply to accounts, not channels. Also include a css file that was missing from work yesterday.
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_filestorage.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/css/mod_filestorage.css b/view/css/mod_filestorage.css new file mode 100644 index 000000000..19e8ddd42 --- /dev/null +++ b/view/css/mod_filestorage.css @@ -0,0 +1,11 @@ +#attach-edit-backlink, #cut-paste-link { + margin-bottom: 10px; +} + +#attach-edit-submit { + margin-top: 20px; +} + +#cutpasteinput { + width: 600px; +}
\ No newline at end of file |