Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Align analyze, generate and sandbox submit buttons with textarea (fixes
#177)

* Analyze and Generate buttons aligned

* Sandbox button aligned
  • Loading branch information
share-with-me authored and sushain97 committed Aug 2, 2017
1 parent 7feb606 commit 203de5a
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions index.html.in
Expand Up @@ -276,8 +276,10 @@
<textarea class="form-control" rows="5" id="morphAnalyzerInput" name="morphAnalyzerInput" spellcheck="false" required></textarea>
</div>
</div>
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary" id="analyze" data-text="Analyze">Analyze</button>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary" id="analyze" data-text="Analyze">Analyze</button>
</div>
</div>
</fieldset>
</form>
Expand Down Expand Up @@ -308,8 +310,10 @@
<textarea class="form-control" rows="5" id="morphGeneratorInput" name="morphGeneratorInput" spellcheck="false" required></textarea>
</div>
</div>
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary" id="generate" data-text="Generate">Generate</button>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary" id="generate" data-text="Generate">Generate</button>
</div>
</div>
</fieldset>
</form>
Expand All @@ -333,9 +337,11 @@
<div class="help-block">e.g. /perWord?lang=en-es&amp;modes=morph+translate+biltrans&amp;q=let+there+be+light</div>
</div>
</div>
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary" id="request" data-text="Request">Request</button>
<code id="time" class="pull-right"></code>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary" id="request" data-text="Request">Request</button>
<code id="time" class="pull-right"></code>
</div>
</div>
</fieldset>
</form>
Expand Down

0 comments on commit 203de5a

Please sign in to comment.