Advertisement
Mike_T

Form CSS #338599

Feb 25th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.83 KB | None | 0 0
  1. body {
  2. line-height:1.1;
  3. overflow-y:scroll;
  4. }
  5.  
  6. p {
  7. margin-top:0;
  8. margin-bottom:.5em;
  9. }
  10.  
  11. .form-all {
  12. padding-top:0!important;
  13. padding-bottom:0!important;
  14. margin-top:0;
  15. margin-bottom:.5em;
  16. line-height:1.1;
  17. }
  18.  
  19. .form-header-group,.form-subHeader {
  20. text-align:center!important;
  21. margin-top:0;
  22. margin-bottom:.5em;
  23. padding:0!important;
  24. }
  25.  
  26. label[for=input_30_0] {
  27. visibility:hidden!important;
  28. }
  29.  
  30. #id_4 {
  31. margin-right:20px;
  32. margin-left:20px;
  33. }
  34.  
  35. #cid_100 {
  36. margin-left:-25px;
  37. }
  38.  
  39. #cid_101 {
  40. margin-left:-50px;
  41. }
  42.  
  43. .form-button-error > p {
  44. margin:0!important;
  45. }
  46.  
  47. .form-button-error {
  48. position:fixed!important;
  49. bottom:39px!important;
  50. margin-left:130px!important;
  51. border:2px solid red!important;
  52. background-color:#FFF!important;
  53. color:red!important;
  54. padding:6px!important;
  55. }
  56.  
  57. .form-pagebreak,.form-buttons-wrapper {
  58. position:absolute!important;
  59. bottom:0!important;
  60. height:39px!important;
  61. width:760px!important;
  62. overflow:hidden;
  63. background-color:#A07FB3;
  64. border-style:none!important;
  65. margin:0!important;
  66. padding:0!important;
  67. }
  68.  
  69. .form-pagebreak-next-container,.form-pagebreak-back-container {
  70. position:absolute;
  71. bottom:0;
  72. width:125px;
  73. background-color:#A07FB3;
  74. margin:0;
  75. padding:0;
  76. }
  77.  
  78. .form-pagebreak-back-container {
  79. left:36px;
  80. }
  81.  
  82. .form-pagebreak-next-container {
  83. left:173px;
  84. }
  85.  
  86. .form-pagebreak-back,.form-pagebreak-next,.form-submit-button {
  87. position:absolute!important;
  88. bottom:3px!important;
  89. width:125px!important;
  90. height:33px!important;
  91. padding-left:1px!important;
  92. padding-right:1px!important;
  93. font-size:14px!important;
  94. color:#000!important;
  95. font-weight:700!important;
  96. margin:0!important;
  97. }
  98.  
  99. .form-pagebreak-back,.form-pagebreak-next {
  100. left:0;
  101. }
  102.  
  103. .form-submit-button {
  104. left:310px;
  105. z-index:1050;
  106. }
  107.  
  108. .form-html,.form-line {
  109. margin-top:0;
  110. margin-bottom:.5em;
  111. padding:0!important;
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement