Dotnetnuke Artisteer 4.2


Author Message
Gerard

Posted: 8/10/2013
Quote message 

This one

You are right.
I was able to reproduce this issue in my DNN7 as well.
Sorry for this inconvenience.
I'll report the bug to our developers.

In the meantime, as a workaround, please add the following code to the end of your skin.css file:
.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {
font-size: 16px;
}

For example