diff options
author | git-marijus <mario@mariovavti.com> | 2013-07-13 18:36:46 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2013-07-13 18:36:46 +0200 |
commit | b590d294bc234caae81a1ba3cf04e340d8625dfc (patch) | |
tree | 1719f7a70440073ee77cff151e29640d048b4661 /view | |
parent | eccb0ac4d2b25e34b32e3d565c783c4d87bcb822 (diff) | |
download | volse-hubzilla-b590d294bc234caae81a1ba3cf04e340d8625dfc.tar.gz volse-hubzilla-b590d294bc234caae81a1ba3cf04e340d8625dfc.tar.bz2 volse-hubzilla-b590d294bc234caae81a1ba3cf04e340d8625dfc.zip |
slight change for #nav-search-spinner
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5fb4e8b36..041664d50 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2408,9 +2408,7 @@ aside input[type='text'] { #nav-search-spinner { float: right; - margin-top: 8px; - margin-left: 5px; - margin-right: 5px; + margin: 12px 12px 0px 0px; } #nav-search-text:hover { |