Merge pull request #3398 from RobLoach/patch-3

[Emscripten] Clean up the log textarea
This commit is contained in:
Andrés 2016-08-17 13:54:12 -05:00 committed by GitHub
commit 2723fe59a0
2 changed files with 6 additions and 8 deletions

View File

@ -4,14 +4,10 @@
* This provides the basic styling for the RetroArch web player.
*/
textarea.webplayer {
border: 0px;
font-family: 'Share Tech Mono';
font-size: 12px;
width: 100%;
overflow:hide;
resize:none;
color:black;
font-family: monospace;
font-size: 0.8em;
}
h1 {
text-align: left;
}

View File

@ -72,7 +72,9 @@
</div>
<div class="row">
<div class="col-sm-12">
<textarea class="webplayer" id="output" rows="15"></textarea>
<div class="form-group">
<textarea class="webplayer form-control" id="output" rows="15"></textarea>
</div>
</div>
</div>
</div>