diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index a7896eb35..ad3e1c7c1 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -757,6 +757,11 @@ input#dfrn-url { width: 50px; } +#profile-edit-with-label { + width: 175px; + margin-left: 20px; +} + #profile-edit-homepage { float: left; margin-bottom: 35px; @@ -1255,6 +1260,11 @@ input#dfrn-url { border: 1px solid #CCCCCC; } +#advanced-profile-with { + float: left; + margin-left: 15px; +} + #contact-edit-wrapper { margin-top: 50px; } |