From d63244ebf44989c32a4c3f240b7f29c50bef9bfc Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 04 Apr 2012 12:25:18 -0400
Subject: [PATCH] - Small help toolbar positioning fix
---
plugins/help/skins/larry/help.css | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/plugins/help/skins/larry/help.css b/plugins/help/skins/larry/help.css
index 22fd5d0..eab80b5 100644
--- a/plugins/help/skins/larry/help.css
+++ b/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 {
--
Gitblit v1.9.1