diff options
author | friendica <info@friendica.com> | 2013-01-03 20:41:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-03 20:41:17 -0800 |
commit | bd728e773ba9a0a92f9e5766c6441f84dec876f6 (patch) | |
tree | 5626123b9d5372b8d6ad8c5c2a97dadda3364351 /view/theme | |
parent | 53cd7a64b610713d2b1407cd9113b0123dc554af (diff) | |
download | volse-hubzilla-bd728e773ba9a0a92f9e5766c6441f84dec876f6.tar.gz volse-hubzilla-bd728e773ba9a0a92f9e5766c6441f84dec876f6.tar.bz2 volse-hubzilla-bd728e773ba9a0a92f9e5766c6441f84dec876f6.zip |
small tweaks to icon positions
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3f16b0e52..7601987de 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -44,7 +44,7 @@ color: #d00; } .icon.notify { background-image: url("../img/notify_on.png"); - min-width: 22px; + min-width: 22px; height: 22px; margin-top: -4px; background-position: left center; @@ -52,40 +52,45 @@ color: #d00; } .icon.gear { background-image: url("../img/settings.png"); - min-width: 22px; + min-width: 22px; height: 22px; + margin-top: -2px; background-position: left center; padding: 1px; } .icon.home { background-image: url("../img/home.png"); - min-width: 22px; + min-width: 22px; height: 22px; + margin-top: -4px; background-position: left center; padding: 1px; } .icon.network { background-image: url("../img/network.png"); - min-width: 22px; + min-width: 22px; height: 22px; + margin-top: -4px; background-position: left center; padding: 1px; } .icon.introductions { background-image: url("../img/introductions.png"); - min-width: 22px; + min-width: 22px; height: 22px; + margin-top: -4px; background-position: left center; padding: 1px; } .icon.mail { background-image: url("../img/message.png"); - min-width: 22px; + min-width: 22px; height: 22px; + margin-top: -2px; background-position: left center; padding: 1px; } @@ -94,6 +99,7 @@ color: #d00; background-image: url("../img/events.png"); min-width: 22px; height: 22px; + margin-top: -4px; background-position: left center; padding: 1px; } @@ -3597,7 +3603,7 @@ nav .nav-menu-icon { position: relative; height: 22px; padding: 5px; - margin: 0px 10px; + margin: 3px 10px; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; |