Hi,
On: http://test.hollandbuscompany.com/contact-us/
Just wanted to see if there was a good fix for this -- noticed it in the last 2 installs of Gravity Forms:
- end of fields' border for things such as Email Address or Name (Last) won't show
- which leaves the field being 3-sided for a border, while right edge remains white
I found that if I eliminated from line 237 of: /wp-content/plugins/gravityforms/css/forms.css?ver=1.6.11:
.gform_wrapper .ginput_complex .ginput_right input, .gform_wrapper .ginput_complex .ginput_right select {width:96% !important}
the earlier code (from line 231) would take effect and show the right-side border properly:
.gform_wrapper .ginput_complex input, .gform_wrapper .ginput_complex select {width:95% !important}
Seems that single percentage point makes the 1px right-border 'disappear'? If you need a better explanation, I can post a screenshot if needed.
Just wanted to point this out in case it is something that can be fixed permanently instead of a temporary adjustment to the plugin styles or constant new addition to each theme's general style.css . . . thanks!
Steve C.
3Cstudio