barbass: поправка к оформлению

parent c4c4b8c5
......@@ -5,7 +5,7 @@
<nobr>Комментарий: <input type="text" id="e_typos_comment" name="e_typos_comment" class="e_typos_idle" onblur="this.className='e_typos_idle'" onfocus="this.className='e_typos_activeField'" size='19' maxlength="50" placeholder="Должна быть буква..."/></nobr>
</p>
<p id="e_typos_error" class="e_typos_error" style="border:1px solid"></p>
<p id="e_typos_error" class="e_typos_error" style="border:1px solid; border-radius:5px;"></p>
<input type="button" value="Отправить" class="e_typos_idle" onblur="this.className='e_typos_idle'" onmouseup="this.className='e_typos_idle'" onmousedown="this.className='e_typos_activeButton'" onclick="ETY.post_data();" />
<input type="button" value="Закрыть" class="e_typos_idle" onblur="this.className='e_typos_idle'" onmouseup="this.className='e_typos_idle'" onmousedown="this.className='e_typos_activeButton'" onclick="ETY.close();" />
......
......@@ -63,7 +63,7 @@
<!--<p id="e_typos_user_text" class="e_typos_user_text"></p>-->
<p id="e_typos_error" class="e_typos_error" style="border:1px solid"></p>
<p id="e_typos_error" class="e_typos_error" style="border:1px solid; border-radius:5px;"></p>
<input type="button" value="Отправить" class="e_typos_idle" onblur="this.className='e_typos_idle'" onmouseup="this.className='e_typos_idle'" onmousedown="this.className='e_typos_activeButton'" onclick="ETY.post_data();" />
<input type="button" value="Закрыть" class="e_typos_idle" onblur="this.className='e_typos_idle'" onmouseup="this.className='e_typos_idle'" onmousedown="this.className='e_typos_activeButton'" onclick="ETY.close();" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment