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;