From 5abeb95ab7cd56de00669178c44951b28a6fc1b6 Mon Sep 17 00:00:00 2001 From: Xabi Spacebiker Date: Fri, 22 Feb 2019 13:04:08 +0100 Subject: [PATCH 1/2] Update station.phtml --- .../views/scripts/podcast/station.phtml | 109 +++++++++++------- 1 file changed, 67 insertions(+), 42 deletions(-) diff --git a/airtime_mvc/application/views/scripts/podcast/station.phtml b/airtime_mvc/application/views/scripts/podcast/station.phtml index ded12e3e9..f7ab5b569 100644 --- a/airtime_mvc/application/views/scripts/podcast/station.phtml +++ b/airtime_mvc/application/views/scripts/podcast/station.phtml @@ -20,52 +20,73 @@

- - + + - - + + - - - - - - - - - - - + +

- - + - - + - - + - - + - - + - - +
@@ -73,17 +94,21 @@
- form->getSubform('preferences_podcast')->getElement("stationPodcastPrivacy")->renderLabel() ?> -
- form->getSubform('preferences_podcast')->getElement("stationPodcastPrivacy")->renderViewHelper() ?> +
-
- -
-
- -
+
From ed89735ba4b3d7a62a3200a351276e3b8f772b8d Mon Sep 17 00:00:00 2001 From: Xabi Spacebiker Date: Fri, 22 Feb 2019 13:07:11 +0100 Subject: [PATCH 2/2] Update station_podcast.css Adding the removed style from styles.css to help text --- airtime_mvc/public/css/station_podcast.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/station_podcast.css b/airtime_mvc/public/css/station_podcast.css index 65c2f0e58..e4afc0c85 100644 --- a/airtime_mvc/public/css/station_podcast.css +++ b/airtime_mvc/public/css/station_podcast.css @@ -42,6 +42,9 @@ #station_podcast_help_text { padding-top: 20px; font-size: 14px; + text-align: center; + padding: 0 10px; + margin-top: 0; } #podcast-settings label:nth-child(even) { @@ -62,4 +65,4 @@ label { text-align: right; line-height: 26px; -} \ No newline at end of file +}