Well, I got this close, but I had to reduce the font size a bit and adjust the padding on the wrapper. Try this (just replace the chunks):
[css]
body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type="text"], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type="email"], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type="password"], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type="url"], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type="tel"] {
margin-top: 4px;
border-top: none;
border-right: none;
border-bottom: 1px dashed black;
border-left: none;
background-color: white;
width: 99%;
font-size: 13px;
color: black;
font-family: "acta-display", Georgia, sans-serif;
font-style: normal;
padding: 0;
}
body #gform_wrapper_2.gform_wrapper {
font-size: 13px;
color: #666;
}
body #gform_wrapper_2.gform_wrapper {
max-width: 99%!important;
margin: 50px auto;
border: 1px solid white;
background-color: white;
padding: 10px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-khtml-border-radius: 8px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
position: relative;
overflow: visible!important;
font-size: 13px;
color: #666;
}
Posted 12 years ago on Monday February 20, 2012 |
Permalink