From 03e044dbaa126fb1d533531a979187dc982f4a16 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 9 Jun 2015 11:07:01 -0400 Subject: [PATCH] Update text with background color Also padding and margin to text blocks --- Toolkit/Videos/AdminEditVideoForm.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Toolkit/Videos/AdminEditVideoForm.php b/Toolkit/Videos/AdminEditVideoForm.php index 42de29a..4c97308 100644 --- a/Toolkit/Videos/AdminEditVideoForm.php +++ b/Toolkit/Videos/AdminEditVideoForm.php @@ -136,10 +136,11 @@ class Toolkit_Videos_AdminEditVideoForm 'req' => true, 'name' => 'video_url', 'display' => 'Video Link
- +
For Youtube videos, click on the \'Share\' button and paste the link in here.
If you\'re having problems click on "show options" and select "long link" -
For Vimeo videos, use the page URL or the short link from \'Share\'', +
+ For Vimeo videos, use the page URL or the short link from \'Share\'
', 'opts' => array('class' => 'text','size'=>50) ); $e[] = array( -- 2.17.1