diff options
Diffstat (limited to 'view/theme/default')
-rw-r--r-- | view/theme/default/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 872fb1f61..57d2888f4 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -720,10 +720,14 @@ input#dfrn-url { float: left; margin-left: 20px; } +#profile-location-wrapper { + float: left; + margin-left: 20px; +} #profile-jot-perms { float: left; - margin-left: 250px; + margin-left: 200px; } #profile-jot-perms-end { |