diff options
author | git-marijus <mario@mariovavti.com> | 2013-07-13 21:47:06 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2013-07-13 21:47:06 +0200 |
commit | a0f2d20e20822da57da8bf40d28a29e648306f32 (patch) | |
tree | 614b3df40c13890787f41508174ee6b994d9f741 /view/theme/redbasic | |
parent | ec0d460dc586c1ae3fa6f6cc492e3c7f691da000 (diff) | |
download | volse-hubzilla-a0f2d20e20822da57da8bf40d28a29e648306f32.tar.gz volse-hubzilla-a0f2d20e20822da57da8bf40d28a29e648306f32.tar.bz2 volse-hubzilla-a0f2d20e20822da57da8bf40d28a29e648306f32.zip |
port like button to spin.js
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 129e7edae..7bc7e02ed 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1064,7 +1064,9 @@ footer { } .like-rotator { - margin-left: 5px; + float: left; + margin: 8px; + color: #777; } .wall-item-delete-wrapper { |