Advertisement
sscovil

WordPress CSS for Gravity Forms + Elegant Themes

Jun 13th, 2012
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.49 KB | None | 0 0
  1. /*----------------------------------------------------------*/
  2. /*---[ WordPress CSS for Gravity Forms + Elegant Themes ]---*/
  3. /*----------------------------------------------------------*/
  4.  
  5. input[type=password],
  6. input[type=text]:not(#searchinput),
  7. textarea,
  8. select {
  9.     background: url(epanel/page_templates/images/contact_input.png) repeat-x #f7f7f7 !important;
  10.     border: 1px solid  #cccccc !important;
  11.     border-radius: 8px !important;
  12.     -webkit-border-radius: 8px !important;
  13.     -moz-border-radius: 8px !important;
  14.     color: #111111 !important;
  15.     padding: 8px 4px !important;
  16.     margin-right: 14px !important;
  17. }
  18.  
  19. input[type=button],
  20. input[type=submit] {
  21.     background: url(epanel/page_templates/images/contact_submit.png) no-repeat !important;
  22.     border: 0px !important;
  23.     color: #4c4b4b !important;
  24.     cursor: pointer !important;
  25.     font-size: 12px !important;
  26.     text-shadow: 1px 1px 1px #fff !important;
  27.     text-transform: uppercase !important;
  28.     margin-right: 9px !important;
  29.     height: 35px !important;
  30.     width: 73px !important;
  31. }
  32.  
  33. .gform_previous_button,
  34. .gform_next_button {
  35.     background: url(epanel/page_templates/images/contact_reset.png) no-repeat !important;
  36.     color: #4c4b4b !important;
  37.     width: 61px !important;
  38. }
  39.  
  40. .gform_wrapper .ginput_complex .ginput_full input,
  41. .gform_wrapper .ginput_complex input,
  42. .gform_wrapper .ginput_complex select {
  43.     width: 90% !important;
  44. }
  45.  
  46. .gform_wrapper .ginput_complex .name_first,
  47. .gform_wrapper .ginput_complex .name_last {
  48.     margin-right: 12px !important;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement