Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.33 KB | None | 0 0
  1.  
  2. .jotform-form,.form-all,.supernova {
  3.     background : transparent !important;
  4. }
  5.  
  6. .form-all {
  7.     box-shadow : none !important;
  8. }
  9.  
  10. .formFooter {
  11.     display : none;
  12. }
  13.  
  14. .form-line {
  15.     padding : 12px 0;
  16. }
  17.  
  18. .form-textbox,
  19. .form-dropdown {
  20.     padding : 10px 3px;
  21. }
  22.  
  23. #input_22_full,
  24. #input_21full {
  25.     width : 240px;
  26. }
  27.  
  28. #label_23 {
  29.     width : 500px;
  30.     text-align : left;
  31. }
  32.  
  33. #id_22 {
  34.     margin-right : 4%;
  35. }
  36.  
  37. .form-header {
  38.     font-size : 1.75em !important;
  39. }
  40.  
  41. #cid_23 span.form-radio-item {
  42.     width : 500px;
  43. }
  44.  
  45. #input_23_0 {
  46.     margin-left : 35%;
  47. }
  48.  
  49. @media only screen and (max-width: 468px){
  50.     #id_22.form-line.form-line-column.form-col-1.jf-required,
  51.     #id_21.form-line.form-line-column.form-col-2.jf-required {
  52.         padding : 0 !important;
  53.     }
  54.  
  55.     #cid_22 .form-sub-label-container {
  56.         width : 100% !important;
  57.         margin-right : 0;
  58.     }
  59.  
  60.     #input_23_0 {
  61.         margin-left : 18%;
  62.     }
  63. #cid_23 span.form-radio-item {
  64.     width : 150px;
  65.     margin-left:40px!important;
  66. }
  67. #label_23 {
  68.     width : 300px;
  69.     text-align:justify;
  70. }
  71. #input_23_0 {
  72.     margin-left : 0px;
  73. }
  74. div#cid_25 {
  75.     margin-left: 40px;
  76.     width:200px!important;
  77. }
  78. #label_25 {
  79.     margin-left: 40px;
  80.     width:200px!important;
  81. }
  82. .form-all{
  83.   width:100%!important;
  84. }
  85.  
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement