Problem with Caps letters

Phoca Guestbook - creating guestbooks in Joomla! CMS
User avatar
Antuk
Phoca Member
Phoca Member
Posts: 10
Joined: 27 Feb 2012, 08:42

Problem with Caps letters

Post by Antuk »

Hi.
Have problem in version 1.5.3
In subject, email, name and captcha fields I can write only big letters (it look like caps is ON). Submit and reset buttons with caps too. In content field everything is OK.
Where I can change it?
Image
User avatar
Antuk
Phoca Member
Phoca Member
Posts: 10
Joined: 27 Feb 2012, 08:42

Re: Problem with Caps letters

Post by Antuk »

Solved!
Problem in template css, how I forgot about that value :x
If someone 'll have this problem, try find in CSS:

input, select, textarea
{
vertical-align: middle;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
font-size: 13px;
text-transform: uppercase;
}
Only comment bold values.

Thanks for all.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9704
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Problem with Caps letters

Post by Benno »

Ok. Solved!

Kind regards,
Benno
Post Reply