aboutsummaryrefslogtreecommitdiffstats
path: root/template/admin/yoga/popuphelp.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/admin/yoga/popuphelp.css')
-rw-r--r--template/admin/yoga/popuphelp.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/template/admin/yoga/popuphelp.css b/template/admin/yoga/popuphelp.css
new file mode 100644
index 000000000..b61b7952d
--- /dev/null
+++ b/template/admin/yoga/popuphelp.css
@@ -0,0 +1,22 @@
+BODY#thePopuphelpPage #copyright {
+ display: none;
+}
+
+BODY#thePopuphelpPage #theHeader P {
+ display: none;
+}
+
+BODY#thePopuphelpPage #content P {
+ text-align: justify;
+ padding: 0.5em;
+}
+
+BODY#thePopuphelpPage #content OL LI,
+BODY#thePopuphelpPage #content UL LI
+{
+ margin-bottom: 0.5em;
+}
+
+BODY#thePopuphelpPage P#pageBottomActions A {
+ border: none;
+}