From 6d75b4fc06d2b9d20f0393f2336be59879c6bf6a Mon Sep 17 00:00:00 2001 From: Paul Baranowski Date: Thu, 17 May 2012 18:07:41 -0400 Subject: [PATCH] The fix for long connection strings in "Add Show" form caused the tooltips to be displayed incorrectly (hidden). Reverted that change. Fixed display of "Stream URL" in the stream settings. --- .../application/views/scripts/form/stream-setting-form.phtml | 2 +- .../application/views/scripts/schedule/add-show-form.phtml | 2 +- airtime_mvc/public/css/styles.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/views/scripts/form/stream-setting-form.phtml b/airtime_mvc/application/views/scripts/form/stream-setting-form.phtml index 5de236fe6..23d678dc5 100644 --- a/airtime_mvc/application/views/scripts/form/stream-setting-form.phtml +++ b/airtime_mvc/application/views/scripts/form/stream-setting-form.phtml @@ -155,7 +155,7 @@
- +
diff --git a/airtime_mvc/application/views/scripts/schedule/add-show-form.phtml b/airtime_mvc/application/views/scripts/schedule/add-show-form.phtml index c010c466b..be1c5d694 100644 --- a/airtime_mvc/application/views/scripts/schedule/add-show-form.phtml +++ b/airtime_mvc/application/views/scripts/schedule/add-show-form.phtml @@ -17,7 +17,7 @@ repeats; ?>

Live Stream

-
+
live; ?>
isSaas()){?> diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index d63df34e6..5a1a065fe 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -134,7 +134,7 @@ select { .info-tooltip:hover span { box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); position: absolute; left: 25px; top: -18px; z-index: 99; - margin-left: 0; width: 250px; + margin-left: 0; width: 200px; } /* Info Tooltip Ends */