Player - fix height
This commit is contained in:
parent
9e62c71690
commit
4d7d48d6fb
|
@ -70,7 +70,7 @@ class Application_Form_Player extends Zend_Form_SubForm
|
||||||
->setAttrib('rows', '4');
|
->setAttrib('rows', '4');
|
||||||
$embedSrc->setLabel(_("Embeddable code:"));
|
$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->setDescription(_("Copy this code and paste it into your website's HTML to embed the player in your site."));
|
||||||
$embedSrc->setValue('<iframe frameborder="0" width="280" height="210" src="'.Application_Common_HTTPHelper::getStationUrl().'embed/player?stream=auto&title=Now Playing"></iframe>');
|
$embedSrc->setValue('<iframe frameborder="0" width="280" height="216" src="'.Application_Common_HTTPHelper::getStationUrl().'embed/player?stream=auto&title=Now Playing"></iframe>');
|
||||||
$this->addElement($embedSrc);
|
$this->addElement($embedSrc);
|
||||||
|
|
||||||
$previewLabel = new Zend_Form_Element_Text('player_preview_label');
|
$previewLabel = new Zend_Form_Element_Text('player_preview_label');
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.airtime_player {
|
.airtime_player {
|
||||||
width: 270px;
|
width: 270px;
|
||||||
height: 185px;
|
height: 191px;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in New Issue