Форуми / Cotonti / Bugs / Comments form is too wide

grv87
#1 17.06.2010 06:33
Please replace in function sed_build_comments in functions.php

<textarea class="minieditor" name="rtext" rows="10" cols="120">
with
<textarea class="minieditor" name="rtext" rows="10" style="width: 100%">

When width of my page is less than 120 cols, then form for new comment is too wide, and CSS can't correct this.

And please change behavior of login form, when user inputs "*" in password field. Now we receive message "Wrong input", it is discouraged. Logically we must receive message 151 "Login failed (wrong name or password)".
Trustmaster
#2 17.06.2010 13:46
Have you tried modifying "width" in minieditor CSS class?
May the Source be with you!
grv87
#3 17.06.2010 16:57
Yes, of course, but it gave no effect.
Even with !important.
Kort
#4 17.06.2010 17:27
Something's definitely wrong with the overall markup
SED.by - создание сайтов, разработка плагинов и тем для Котонти
grv87
#5 22.06.2010 03:37
May be...
But, my opinion, including design in code is not good idea.

And what about * in password fields?
Kort
#6 22.06.2010 15:05
Why not using Russian forums to explain the problem?
SED.by - создание сайтов, разработка плагинов и тем для Котонти