diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-20 00:33:17 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-20 00:33:17 -0700 |
commit | 68464b5d93e2ba61e889008ff7ddbacb40ba999a (patch) | |
tree | ad6be6fd64b2820ef7b7f957568b065bfad2fa7e /view/theme | |
parent | b91e9545f75d196a8356a6c252278dee1cab95ae (diff) | |
download | volse-hubzilla-68464b5d93e2ba61e889008ff7ddbacb40ba999a.tar.gz volse-hubzilla-68464b5d93e2ba61e889008ff7ddbacb40ba999a.tar.bz2 volse-hubzilla-68464b5d93e2ba61e889008ff7ddbacb40ba999a.zip |
ability to clear browser location on individual posts
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 066456e54..32d8eeba0 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -79,7 +79,8 @@ blockquote:before { } #jot-perms-icon, -#profile-location, +#profile-location, +#profile-nolocation, #profile-video, #profile-link, #wall-image-upload, @@ -943,6 +944,10 @@ input#dfrn-url { float: left; margin-left: 20px; } +#profile-nolocation-wrapper { + float: left; + margin-left: 20px; +} #profile-jot-perms { float: left; |