From aadc254c88870cae508a23fac77b6848728f231a Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 22 Jan 2019 19:06:41 -0600 Subject: [PATCH] remove individual podcast "overwrite" checkbox, improve layout --- .../views/scripts/podcast/podcast.phtml | 16 ++++------------ airtime_mvc/public/css/styles.css | 8 ++++---- 2 files changed, 8 insertions(+), 16 deletions(-) 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; }