diff options
author | Friendika <info@friendika.com> | 2011-10-01 06:20:41 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-01 06:20:41 -0700 |
commit | 0ad9e7b5f4f72f789363ae1a1836e43d5707bf0a (patch) | |
tree | f8f17298b1bdd3a42a4b9f2502885e8517dd493e /view/theme | |
parent | 8f47540e9b8e5bde94cf3acd7e27d0a4060315e9 (diff) | |
download | volse-hubzilla-0ad9e7b5f4f72f789363ae1a1836e43d5707bf0a.tar.gz volse-hubzilla-0ad9e7b5f4f72f789363ae1a1836e43d5707bf0a.tar.bz2 volse-hubzilla-0ad9e7b5f4f72f789363ae1a1836e43d5707bf0a.zip |
option to not post photos to status stream
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 1fe8fb2f4..4769da8af 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1559,6 +1559,8 @@ input#dfrn-url { display:block!important; } + + #acl-wrapper { width: 690px; float:left; @@ -1917,6 +1919,10 @@ a.mail-list-link { float: left; width: 175px; } + +#photos-upload-noshare { + margin-bottom: 10px; +} #photos-upload-existing-album-text { float: left; width: 175px; |