From ed89735ba4b3d7a62a3200a351276e3b8f772b8d Mon Sep 17 00:00:00 2001 From: Xabi Spacebiker Date: Fri, 22 Feb 2019 13:07:11 +0100 Subject: [PATCH] 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 +}