diff options
author | marijus <mario@localhost.localdomain> | 2013-07-15 19:50:42 +0200 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-07-15 19:50:42 +0200 |
commit | c1739fa879bbbd4f46321cef3799222ca1e336ef (patch) | |
tree | 65359fd6524c55bab3d90b35b28d586bed791d8c /view/theme/redbasic/css | |
parent | b536116791f8cb010157126f2e73f029a83ab5fb (diff) | |
download | volse-hubzilla-c1739fa879bbbd4f46321cef3799222ca1e336ef.tar.gz volse-hubzilla-c1739fa879bbbd4f46321cef3799222ca1e336ef.tar.bz2 volse-hubzilla-c1739fa879bbbd4f46321cef3799222ca1e336ef.zip |
style updates due to spin.js porting
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 34f42f9a8..a3d444a1a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1227,15 +1227,16 @@ footer { } #profile-upload-wrapper { float: left; - margin-left: 30px; + margin-left: 15px; } #profile-attach-wrapper { float: left; - margin-left: 30px; + margin-left: 15px; } #profile-rotator { float: left; - margin-left: 30px; + margin: 8px 0px 0px 20px; + color: #777; } #profile-link-wrapper { float: left; @@ -1263,7 +1264,6 @@ footer { margin-top: 0px !important; } - #profile-nolocation-wrapper { float: left; margin-left: 15px; |