The fix for long connection strings in "Add Show" form caused the tooltips to

be displayed incorrectly (hidden).  Reverted that change.

Fixed display of "Stream URL" in the stream settings.
This commit is contained in:
Paul Baranowski 2012-05-17 18:07:41 -04:00
parent 791d1dae1b
commit 6d75b4fc06
3 changed files with 3 additions and 3 deletions

View File

@ -155,7 +155,7 @@
<label for="outputStreamURL">Stream URL: </label> <label for="outputStreamURL">Stream URL: </label>
</dt> </dt>
<dd id="outputStreamURL-element"> <dd id="outputStreamURL-element">
<span id="stream_url"></span> <span id="stream_url" class="static_text"></span>
</dd> </dd>
</dl> </dl>
</fieldset> </fieldset>

View File

@ -17,7 +17,7 @@
<?php echo $this->repeats; ?> <?php echo $this->repeats; ?>
</div> </div>
<h3 class="collapsible-header"><span class="arrow-icon"></span>Live Stream</h3> <h3 class="collapsible-header"><span class="arrow-icon"></span>Live Stream</h3>
<div id="live-stream-override" class="collapsible-content" style="overflow: auto"> <div id="live-stream-override" class="collapsible-content">
<?php echo $this->live; ?> <?php echo $this->live; ?>
</div> </div>
<?php if(!$this->isSaas()){?> <?php if(!$this->isSaas()){?>

View File

@ -134,7 +134,7 @@ select {
.info-tooltip:hover span { .info-tooltip:hover span {
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
position: absolute; left: 25px; top: -18px; z-index: 99; position: absolute; left: 25px; top: -18px; z-index: 99;
margin-left: 0; width: 250px; margin-left: 0; width: 200px;
} }
/* Info Tooltip Ends */ /* Info Tooltip Ends */