Further modules included.
[yaffs-website] / web / modules / contrib / advanced_help / css / help-icon.css
diff --git a/web/modules/contrib/advanced_help/css/help-icon.css b/web/modules/contrib/advanced_help/css/help-icon.css
new file mode 100644 (file)
index 0000000..a3cbc54
--- /dev/null
@@ -0,0 +1,18 @@
+
+.advanced-help-link {
+  background: transparent url('../images/help.png') no-repeat top left;
+  background-position: 0px 0px;
+  display: inline-block;
+  height: 12px;
+  margin-top: 2px;
+  padding: 0px;
+  width: 12px;
+}
+
+.advanced-help-link span {
+  display: none;
+}
+
+.advanced-help-link:hover {
+  background-position: 0px -12px;
+}