From 24c08a2a6c803cfbf9fa973df0497b5d634b8948 Mon Sep 17 00:00:00 2001 From: Jason Schuller Date: Wed, 7 Aug 2013 12:39:53 -0700 Subject: [PATCH] Header & Footer Injection Header & Footer Injection options were accidentily left out of 1.6. This commit re-adds them as options. --- dropplets/style/style.css | 6 ++++++ dropplets/tools.php | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dropplets/style/style.css b/dropplets/style/style.css index 62066b78..7a4b1935 100755 --- a/dropplets/style/style.css +++ b/dropplets/style/style.css @@ -402,6 +402,12 @@ body.dp-install form button:hover { height: 20px; } +.dp-panel .dp-row.dp-editable textarea.dp-code { + font-family: "Courier New", Courier, mono; + font-size: 12px; + line-height: 14px; +} + .dp-panel .dp-row.dp-editable textarea:focus { height: auto; } diff --git a/dropplets/tools.php b/dropplets/tools.php index 57725109..1a3af677 100644 --- a/dropplets/tools.php +++ b/dropplets/tools.php @@ -139,6 +139,24 @@ + +
+
+ +
+ + +
+
+ +
+
+ +
+ + +
+