Skip to content

Commit

Permalink
Update transcribe.jsp
Browse files Browse the repository at this point in the history
make buttons bigger
  • Loading branch information
ajwecker committed Feb 17, 2019
1 parent 5f7e3ae commit ed50c1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TS1218/WebContent/WEB-INF/views/transcribe.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,25 @@
<button class="rounded-0 btn btn-secondary" type="button"
onclick="myMark(']','[')"
title='<fmt:message key="main.work_area.hovers.over_additions"/>'>
<span style="font-size: smaller;"><fmt:message
<span style="font-size: larger;"><fmt:message
key="main.work_area.button_2" /></span>
</button>
<button class="rounded-0 btn btn-secondary" type="button"
onclick="myMark(')','(')"
title='<fmt:message key="main.work_area.hovers.over_deletions"/>'>
<span style="font-size: smaller;"><fmt:message
<span style="font-size: larger;"><fmt:message
key="main.work_area.button_1" /></span>
</button>
<button class="rounded-0 btn btn-secondary" type="button"
onclick="myMark('>','<')"
title='<fmt:message key="main.work_area.hovers.over_damaged"/>'>
<span style="font-size: smaller;"><fmt:message
<span style="font-size: larger;"><fmt:message
key="main.work_area.button_3" /></span>
</button>
<button class="rounded-0 btn btn-secondary" type="button"
onclick="myMark('}','{')"
title='<fmt:message key="main.work_area.hovers.over_uncertain"/>'>
<span style="font-size: smaller;"><fmt:message
<span style="font-size: larger;"><fmt:message
key="main.work_area.button_4" /></span>
</button>

Expand Down Expand Up @@ -119,7 +119,7 @@
<button class="rounded-0 btn btn-secondary" type="button"
onclick="myReset()"
title='<fmt:message key="main.work_area.hovers.over_reset"/>'>
<span style="font-size: smaller;"><fmt:message
<span style="font-size: larger;"><fmt:message
key="main.work_area.button_5" /></span>
</button>
<button class="rounded-0 btn btn-secondary" type="button"
Expand Down

0 comments on commit ed50c1b

Please sign in to comment.