diff options
author | friendica <info@friendica.com> | 2014-01-09 21:01:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-09 21:01:53 -0800 |
commit | ee2bea37e9a46e8dcd6b7df655fc56c1feb8132e (patch) | |
tree | 45a5e250f06f1eda3c0249c1784754721fed81a0 /view/css | |
parent | a309bc0d478f5335853ed0cb7a0f0bfe41110643 (diff) | |
download | volse-hubzilla-ee2bea37e9a46e8dcd6b7df655fc56c1feb8132e.tar.gz volse-hubzilla-ee2bea37e9a46e8dcd6b7df655fc56c1feb8132e.tar.bz2 volse-hubzilla-ee2bea37e9a46e8dcd6b7df655fc56c1feb8132e.zip |
mod_filestorage: provide a URL for linking to webpages and other websites
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_filestorage.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/css/mod_filestorage.css b/view/css/mod_filestorage.css index 19e8ddd42..98fa8e93d 100644 --- a/view/css/mod_filestorage.css +++ b/view/css/mod_filestorage.css @@ -1,4 +1,4 @@ -#attach-edit-backlink, #cut-paste-link { +#attach-edit-backlink, #cutpasteinput, #linkpasteinput { margin-bottom: 10px; } @@ -6,6 +6,6 @@ margin-top: 20px; } -#cutpasteinput { +#cutpasteinput, #linkpasteinput { width: 600px; }
\ No newline at end of file |