Skip to content

Commit

Permalink
Expand HTTP section in test app.
Browse files Browse the repository at this point in the history
This gives the HTTP dialog more horizontal space so that it looks
less awkward.

Change-Id: I16f22778952b5171b5a046edd556d60b35100b98
  • Loading branch information
joeyparrish authored and Gerrit Code Review committed Apr 2, 2015
1 parent 5d40798 commit 7807b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<!-- HTTP stream rows -->
<tr class="http">
<td>Media URL:</td>
<td><input id="mediaUrlInput" type="text"></td>
<td style="width: 400px;"><input id="mediaUrlInput" type="text" style="width: 98%;"></td>
</tr>
<tr class="http">
<td>Key system:</td>
Expand All @@ -64,11 +64,11 @@
</tr>
<tr class="http">
<td>License server URL:</td>
<td><input id="licenseServerUrlInput" type="text"></td>
<td><input id="licenseServerUrlInput" type="text" style="width: 98%;"></td>
</tr>
<tr class="http">
<td>Subtitles URL:</td>
<td><input id="subtitlesUrlInput" type="text"></td>
<td><input id="subtitlesUrlInput" type="text" style="width: 98%;"></td>
</tr>

<!-- DASH stream rows -->
Expand Down

0 comments on commit 7807b73

Please sign in to comment.