Make it pretty
This commit is contained in:
parent
836b2940ce
commit
fcfd9fce91
2 changed files with 22 additions and 11 deletions
|
@ -361,9 +361,15 @@ table.notimestampseconds td.time span.seconds {
|
|||
font-size: medium;
|
||||
}
|
||||
.modal-header {
|
||||
padding-top: 23px;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
#fontchoice label {
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-bottom: 5px;
|
||||
height: 72px;
|
||||
|
|
27
index.html
27
index.html
|
@ -271,10 +271,25 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
|
|||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title">Settings</h4>
|
||||
<p>Settings will be stored in your browser.</p>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Settings will be stored in your browser.</p>
|
||||
<ul class="">
|
||||
<li id="fontchoice">
|
||||
<form class="form-horizontal" role="form">
|
||||
<div class="form-group">
|
||||
<label for="font" class="col-sm-3 control-label">Preferred font</label>
|
||||
<div class="col-sm-4" style="padding-left: 0;">
|
||||
<input type="text" ng-model="fontfamily" class="form-control" id="font">
|
||||
</div>
|
||||
|
||||
<label for="size" class="col-sm-1 control-label">Size</label>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" ng-model="fontsize" class="form-control" id="size" placeholder="14px">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</li>
|
||||
<li>
|
||||
<form class="form-inline" role="form">
|
||||
<div class="checkbox">
|
||||
|
@ -367,16 +382,6 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
|
|||
</div>
|
||||
</form>
|
||||
</li>
|
||||
<li>
|
||||
Override font family
|
||||
<br>
|
||||
<input type="text" ng-model="fontfamily">
|
||||
</li>
|
||||
<li>
|
||||
Override font size (E.g. 16px)
|
||||
<br>
|
||||
<input type="text" ng-model="fontsize" placeholder="14px">
|
||||
</li>
|
||||
<li>
|
||||
<form class="form-inline" role="form">
|
||||
<div class="checkbox">
|
||||
|
|
Loading…
Reference in a new issue