diff options
author | friendica <info@friendica.com> | 2013-11-10 23:19:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-10 23:19:44 -0800 |
commit | ca4103debef7ecf36d93842750667e70c2a1e42a (patch) | |
tree | bbc416e54992236f36c98f6b04d56d899f68829e /view/theme | |
parent | c39200429046cdde16edbcb6e28c5cf3c7434d4a (diff) | |
download | volse-hubzilla-ca4103debef7ecf36d93842750667e70c2a1e42a.tar.gz volse-hubzilla-ca4103debef7ecf36d93842750667e70c2a1e42a.tar.bz2 volse-hubzilla-ca4103debef7ecf36d93842750667e70c2a1e42a.zip |
e2ee
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c75672202..9190e8a95 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -321,6 +321,7 @@ footer { #profile-link, #profile-title, #profile-expires, +#profile-encrypt, #wall-image-upload, #wall-file-upload, #profile-upload-wrapper, @@ -1142,6 +1143,10 @@ footer { float: left; margin-left: 15px; } +#profile-encrypt-wrapper { + float: left; + margin-left: 15px; +} #jot-preview-link { float: left; margin-left: 45px; |