Forums / Cotonti / Bugs / Comments form is too wide

grv87
#1 2010-06-17 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 2010-06-17 13:46
Have you tried modifying "width" in minieditor CSS class?
May the Source be with you!
grv87
#3 2010-06-17 16:57
Yes, of course, but it gave no effect.
Even with !important.
Kort
#4 2010-06-17 17:27
Something's definitely wrong with the overall markup
SED.by - создание сайтов, разработка плагинов и тем для Котонти
grv87
#5 2010-06-22 03:37
May be...
But, my opinion, including design in code is not good idea.

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