From f451a1ca5eaff9dd52fd6ce99e2bb189dc539140 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 15 Mar 2012 14:49:24 -0400
Subject: [PATCH] - Merge r6012 from trunk
---
plugins/help/skins/default/help.css | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/plugins/help/skins/default/help.css b/plugins/help/skins/default/help.css
new file mode 100644
index 0000000..8f67f11
--- /dev/null
+++ b/plugins/help/skins/default/help.css
@@ -0,0 +1,29 @@
+/***** Roundcube|Mail Help task styles *****/
+
+#taskbar a.button-help
+{
+ background-image: url('help.gif');
+}
+
+.help-box
+{
+ overflow: auto;
+ background-color: #F2F2F2;
+}
+
+#helplicense, #helpabout
+{
+ width: 46em;
+ padding: 1em 2em;
+}
+
+#helplicense a, #helpabout a
+{
+ color: #900;
+}
+
+#helpabout
+{
+ margin: 0 auto;
+}
+
--
Gitblit v1.9.1