diff options
author | Friendika <info@friendika.com> | 2011-05-24 22:40:52 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-24 22:40:52 -0700 |
commit | 73b4faca5c7af506558eba6b7317d23551f1aefa (patch) | |
tree | 38b706c0cae1581531007e85f40085820fe87a7a /view/theme/duepuntozero | |
parent | eb152fdc24302ead9baf8e82d551084128162715 (diff) | |
download | volse-hubzilla-73b4faca5c7af506558eba6b7317d23551f1aefa.tar.gz volse-hubzilla-73b4faca5c7af506558eba6b7317d23551f1aefa.tar.bz2 volse-hubzilla-73b4faca5c7af506558eba6b7317d23551f1aefa.zip |
basic file upload/attach
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 79a298d43..f202e9ff5 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -226,8 +226,10 @@ div.wall-item-content-wrapper.shiny { #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; } @@ -1136,7 +1138,10 @@ input#dfrn-url { float: left; margin-left: 30px; } - +#profile-attach-wrapper { + float: left; + margin-left: 30px; +} #profile-rotator { float: left; margin-left: 30px; |