diff --git a/airtime_mvc/application/views/scripts/podcast/podcast.phtml b/airtime_mvc/application/views/scripts/podcast/podcast.phtml index f2b7b57e0..2f44bb0fe 100644 --- a/airtime_mvc/application/views/scripts/podcast/podcast.phtml +++ b/airtime_mvc/application/views/scripts/podcast/podcast.phtml @@ -16,24 +16,16 @@ {{podcast.url}}
+
- -
-
-
- -
-
- -
-
+
-
diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 8327080a4..fda213553 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -4145,15 +4145,15 @@ li .ui-state-hover { float: none; } .podcast-metadata-row > *:first-child { - flex: 0 0 25%; - max-width: 25%; + flex: 0 0 40%; + max-width: 40%; text-align: right; padding-right: 2%; box-sizing: border-box; } .podcast-metadata-row > *:last-child { - flex: 0 0 75%; - max-width: 75%; + flex: 0 0 60%; + max-width: 60%; box-sizing: border-box; text-align: left; }