From beb0eed1c8c075e8e77cedb4cbde4e78b3d7c8b6 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Wed, 19 Aug 2015 17:33:55 -0400 Subject: [PATCH] Make muses 'pixel' invisible, remove scrollbar from player widget page --- airtime_mvc/application/views/scripts/embed/player.phtml | 2 +- airtime_mvc/public/css/styles.css | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/airtime_mvc/application/views/scripts/embed/player.phtml b/airtime_mvc/application/views/scripts/embed/player.phtml index 0afe55bf9..b85cb15a2 100644 --- a/airtime_mvc/application/views/scripts/embed/player.phtml +++ b/airtime_mvc/application/views/scripts/embed/player.phtml @@ -337,7 +337,7 @@ not work. It has to be "visible" on the page. As a hacky work around we set the height and width to 1px so users will not see it. */ - #muses_skin{width:1px; height:1px; overflow-x: hidden; overflow-y: hidden;} + #muses_skin{width:0; height:0; overflow: hidden;} diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index fac1285c9..e0cf635c5 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -2747,7 +2747,7 @@ dt.block-display.info-block { } .stream-config #output_setting { - width: 96%; + width: 100%; } .stream-config dt.block-display, .stream-config dd.block-display { @@ -3084,8 +3084,9 @@ tfoot tr th { border-width: 0 1px 1px; } .stream-setting-content fieldset.display_field { - border: 1px solid #8F8F8F; - padding: 10px; + /*border: 1px solid #8F8F8F;*/ + border: none; + padding: 0 0 10px; } .stream-setting-content fieldset.display_field.closed { border-width: 1px 0 0; @@ -3378,7 +3379,7 @@ dd .stream-status { } #player-widget { - margin-bottom: 20px; + /*margin-bottom: 20px;*/ width: 600px; }