- Small help toolbar positioning fix

pull/1/head
alecpl 12 years ago
parent 7aa7d94021
commit d63244ebf4

@ -10,8 +10,7 @@
#helptoolbar { #helptoolbar {
position: absolute; position: absolute;
top: -4px; top: -6px;
right: 0;
right: 0; right: 0;
height: 40px; height: 40px;
white-space: nowrap; white-space: nowrap;
@ -29,11 +28,11 @@
} }
.toolbar a.button.help { .toolbar a.button.help {
background: url(help.png) center -50px no-repeat; background: url(help.png) center -51px no-repeat;
} }
.toolbar a.button.about { .toolbar a.button.about {
background: url(help.png) center -90px no-repeat; background: url(help.png) center -89px no-repeat;
} }
.toolbar a.button.license { .toolbar a.button.license {

Loading…
Cancel
Save