CC-3471: Stream setting page looks much worse in Chrome than in Firefox
- fixed
This commit is contained in:
parent
8105c6571c
commit
b7634098d3
|
@ -43,10 +43,11 @@
|
||||||
<dd id="vorbisMetadata-element">
|
<dd id="vorbisMetadata-element">
|
||||||
<?php echo $this->form->getElement('icecast_vorbis_metadata') ?>
|
<?php echo $this->form->getElement('icecast_vorbis_metadata') ?>
|
||||||
</dd>
|
</dd>
|
||||||
<dt id="streamFormat-label" class="block-display">
|
<dt id="streamFormat-label">
|
||||||
<label class="optional"><?php echo $this->form->getElement('streamFormat')->getLabel() ?></label>
|
<label class="optional"><?php echo $this->form->getElement('streamFormat')->getLabel() ?></label>
|
||||||
</dt>
|
</dt>
|
||||||
<dd id="streamFormat-element" class="block-display radio-inline-list">
|
<br>
|
||||||
|
<dd id="streamFormat-element" class="radio-inline-list">
|
||||||
<?php $i=0;
|
<?php $i=0;
|
||||||
$value = $this->form->getElement('streamFormat')->getValue();
|
$value = $this->form->getElement('streamFormat')->getValue();
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1876,7 +1876,7 @@ div.errors{
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-config {
|
.stream-config {
|
||||||
width: 1080px;
|
width: 1100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preferences .padded {
|
.preferences .padded {
|
||||||
|
|
Loading…
Reference in New Issue