Ignore:
Timestamp:
2016-06-30T11:53:09+12:00 (8 years ago)
Author:
kjdon
Message:

modifying the input and results areas to get it looking the same in chrome as it does in firefox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/web/jsp/mi/main.jsp

    r30590 r30594  
    8181                    <form action="../servlet/DirectInput" method="post" >
    8282                        <p class="instructions">Tuhia ngā kōrero</p>
    83                          <textarea name="fragment" cols="60" rows="18" id="fragment"><%= request.getAttribute("old") != null ? request.getAttribute("old") : ""%></textarea>
    84                         <%= request.getAttribute("fragment2") != null ? request.getAttribute("fragment2") : ""%>
     83                        <div class="workspace">
     84              <textarea name="fragment" cols="60" rows="18" id="fragment"><%= request.getAttribute("old") != null ? request.getAttribute("old") : ""%></textarea>
     85             <div class="results" ><%= request.getAttribute("fragment2") != null ? request.getAttribute("fragment2") : ""%></div>
     86             </div>
    8587                        <fieldset>
    8688                            <legend class="more-options">
Note: See TracChangeset for help on using the changeset viewer.