diff options
author | git-marijus <mario@mariovavti.com> | 2013-07-13 20:14:42 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2013-07-13 20:14:42 +0200 |
commit | 8eb18632d1100510cd32bd855e4e4dca189236cf (patch) | |
tree | d12b04cd2bf6f24efbcaa1fee926da2b0ba7e65f /view/theme/redbasic | |
parent | 1d5fe559738dca70650e969b8630f905190b535e (diff) | |
download | volse-hubzilla-8eb18632d1100510cd32bd855e4e4dca189236cf.tar.gz volse-hubzilla-8eb18632d1100510cd32bd855e4e4dca189236cf.tar.bz2 volse-hubzilla-8eb18632d1100510cd32bd855e4e4dca189236cf.zip |
slight change to #page-spinner
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 041664d50..129e7edae 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3675,7 +3675,8 @@ ul.menu-popup { } #page-spinner { - margin-left: 50%; + color: #777; + margin: 24px; } .tabs-end { |