Skip to content

Commit

Permalink
Merge pull request #25 from SVilgelm/link_options
Browse files Browse the repository at this point in the history
Make 'Link options' mobile friendly
  • Loading branch information
amitt001 authored Aug 22, 2018
2 parents 55e39b2 + 7422ffd commit 81e1de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmyui/templates/pygmy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ <h1>Pygmy</h1>
<div class="row horizontal-center">
<div class="col-xs-0">
<input type="checkbox" tabindex="3" name="secret_check" id="secret" onclick="readOnlyToggle('secretKey')">
<label for="secret"> Secret </label>
</div>
<div class="col-xs-1"><label for="secret"> Secret </label></div>
<div class="col-md-2">
<input class="form-control input-sm" name="secret_key" id="secretKey" placeholder="Secret key..." readonly>
</div>
Expand All @@ -49,8 +49,8 @@ <h1>Pygmy</h1>
<div class="row horizontal-center">
<div class="col-xs-0">
<input type="checkbox" tabindex="3" name="remember_check" id="expire" onclick="readOnlyToggle('expireTime')">
<label for="expire"> Expire </label>
</div>
<div class="col-xs-1"><label for="expire"> Expire </label></div>
<div class="col-md-2">
<input class="form-control input-sm" name="remember_time" id="expireTime" placeholder="Expire time in minutes." readonly>
</div>
Expand Down

0 comments on commit 81e1de0

Please sign in to comment.