diff options
author | Friendika <info@friendika.com> | 2011-05-25 15:54:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-25 15:54:02 -0700 |
commit | 8e8054bc80d8eff6a1c74aee6c512d13ffef2dfa (patch) | |
tree | 90cea4e1b9703cb4bf737ccfd480c0bd31b17efc /view/theme/loozah | |
parent | 77d2c44eff6593546a7f78fce4330dca3aeec9a4 (diff) | |
download | volse-hubzilla-8e8054bc80d8eff6a1c74aee6c512d13ffef2dfa.tar.gz volse-hubzilla-8e8054bc80d8eff6a1c74aee6c512d13ffef2dfa.tar.bz2 volse-hubzilla-8e8054bc80d8eff6a1c74aee6c512d13ffef2dfa.zip |
position the attach icon in loozah
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 370e5c61a..be41309bd 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -114,8 +114,10 @@ blockquote:before { #profile-link, #profile-title, #wall-image-upload, +#wall-file-upload, #profile-upload-wrapper, #wall-image-upload-div, +#wall-file-upload-div, .hover, .focus { cursor: pointer; } @@ -1203,7 +1205,10 @@ padding: 5px 10px 0px; float: left; margin-left: 30px; } - +#profile-attach-wrapper { + float: left; + margin-left: 30px; +} #profile-rotator { float: left; margin-left: 30px; |