diff options
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; |