Manual editing of CSS files - Post ID...

User 2410049 Photo


Registered User
2 posts

Can someone help me with my web form made by web form builder. I noticed that web form builder doesn't have an option to adjust the height of a text field only the width of it. I find the text field a bit bigger so i want to adjust its size including the height. Mr. Orlando from support told me I can manually edit it in the css file but the problem is I dont know which portion there to modify. Can you help me?
User 187934 Photo


Senior Advisor
20,266 posts

Hi J,
I helped another user hold on I'll find that post.:)
Here it is.
http://www.coffeecup.com/forums/web-for … -the-form/
Or this.
Change the 12px in bold to your liking.
/*Form Elements. This rule is common to all elements (inputs/selects) in fb-large Mode*/
#docContainer.fb-large input[type="text"], #docContainer.fb-large input[type="password"], #docContainer.fb-large input[type="email"], #docContainer.fb-large input[type="number"], #docContainer.fb-large input[type="date"], #docContainer.fb-large input[type="url"], #docContainer.fb-large textarea, #docContainer.fb-large input[type="file"], #docContainer.fb-large input[type="tel"] {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #AAADB2 #DCDFE7 #DCDFE7;
border-radius: 3px 3px 3px 3px;
border-right: 1px solid #DCDFE7;
border-style: solid;
border-width: 1px;
color: #666666;
font: 12px Helvetica,Arial,Sans-serif;
max-width: 100%;
width: 99%;
}

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 271657 Photo


Ambassador
3,816 posts

#docContainer.fb-large textarea,


What is all this fb-large stuff? Is there an fb-small version? :D
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 187934 Photo


Senior Advisor
20,266 posts

paintbrush wrote:
#docContainer.fb-large textarea,


What is all this fb-large stuff? Is there an fb-small version? :D


We won't go there so we don't hurt anybody's feelings.:lol:
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 271657 Photo


Ambassador
3,816 posts

I assumed fb = form builder......
Are you saying it stands for something else? ......f@t b#tt??? :lol:
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 1948478 Photo


Senior Advisor
1,850 posts

facebook??

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.