Advertisement
srikat

Student Referral Benefit Gravity Form

Apr 8th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. #field_4_4, #field_4_5,
  2. #field_4_6, #field_4_7 {
  3.     float: left;
  4.     clear: none;
  5. }
  6.  
  7. #field_4_4,
  8. #field_4_6 {
  9.     width: 70%;
  10. }
  11.  
  12. #field_4_4 .gfield_label,
  13. #field_4_6 .gfield_label {
  14.     width: 41%;
  15. }
  16.  
  17. #input_4_4,
  18. #input_4_6 {
  19.     margin-left: 2px;
  20.     width: 50%;
  21. }
  22.  
  23. #field_4_5,
  24. #field_4_7 {
  25.     width: 30%;
  26. }
  27.  
  28. #field_4_5 .gfield_label,
  29. #field_4_7 .gfield_label {
  30.     width: 16%;
  31. }
  32.  
  33. #field_4_5 img.ui-datepicker-trigger,
  34. #field_4_7 img.ui-datepicker-trigger {
  35.     margin-top: 3px;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement