From 4d7d48d6fbb06a8e83a58770cc0eb5cb0b3bcd71 Mon Sep 17 00:00:00 2001 From: drigato Date: Fri, 10 Apr 2015 10:55:39 -0400 Subject: [PATCH] Player - fix height --- airtime_mvc/application/forms/Player.php | 2 +- airtime_mvc/public/css/player.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/forms/Player.php b/airtime_mvc/application/forms/Player.php index a1dbff341..5a24397d7 100644 --- a/airtime_mvc/application/forms/Player.php +++ b/airtime_mvc/application/forms/Player.php @@ -70,7 +70,7 @@ class Application_Form_Player extends Zend_Form_SubForm ->setAttrib('rows', '4'); $embedSrc->setLabel(_("Embeddable code:")); $embedSrc->setDescription(_("Copy this code and paste it into your website's HTML to embed the player in your site.")); - $embedSrc->setValue(''); + $embedSrc->setValue(''); $this->addElement($embedSrc); $previewLabel = new Zend_Form_Element_Text('player_preview_label'); diff --git a/airtime_mvc/public/css/player.css b/airtime_mvc/public/css/player.css index cdb76e01f..47cdd0994 100644 --- a/airtime_mvc/public/css/player.css +++ b/airtime_mvc/public/css/player.css @@ -1,6 +1,6 @@ .airtime_player { width: 270px; - height: 185px; + height: 191px; position: relative; font-family: Arial, Helvetica, sans-serif; color: #fff;