diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-04 16:25:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-04 16:25:18 +0000 |
| commit | aca2f30009d59310ec38989badbd2ab20d654fac (patch) | |
| tree | aad79fa81f97230d58e8c4d975dbe6aca34a5135 | |
| parent | 6734382c4017bbe8a047653d425871fd94369ebc (diff) | |
- Small help toolbar positioning fix
git-svn-id: https://svn.roundcube.net/trunk@6038 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/plugins/help/skins/larry/help.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/roundcubemail/plugins/help/skins/larry/help.css b/roundcubemail/plugins/help/skins/larry/help.css index 22fd5d0dd..eab80b5d9 100644 --- a/roundcubemail/plugins/help/skins/larry/help.css +++ b/roundcubemail/plugins/help/skins/larry/help.css @@ -10,8 +10,7 @@ #helptoolbar { position: absolute; - top: -4px; - right: 0; + top: -6px; right: 0; height: 40px; white-space: nowrap; @@ -29,11 +28,11 @@ } .toolbar a.button.help { - background: url(help.png) center -50px no-repeat; + background: url(help.png) center -51px no-repeat; } .toolbar a.button.about { - background: url(help.png) center -90px no-repeat; + background: url(help.png) center -89px no-repeat; } .toolbar a.button.license { |
