Advertisement
richardrottman

Stylesheet for WP Payeezy Pay

Aug 23rd, 2019
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.15 KB | None | 0 0
  1. #x_amount, #x_amount2 {
  2.   width: 100px;
  3.   height: 30px;
  4.   border-color: #222;
  5.   border-width: 1px;
  6.   margin-bottom: 20px;
  7.   display: inline
  8. }
  9.  
  10. #x_address, #x_city, #x_country, #x_email, #x_first_name, #x_invoice_num, #x_last_name, #x_po_num, #x_reference_3, #x_state, #x_user_1, #x_user_2, #x_user_3 {
  11.   width: 250px;
  12.   height: 30px;
  13.   padding: 0 0 0 6px;
  14.   border: 1px solid #222
  15. }
  16.  
  17. #x_company {
  18.   width: 250px;
  19.   height: 30px;
  20.   padding: 0 0 0 6px;
  21.   border-color: #222
  22. }
  23.  
  24. select#x_country, select#x_state {
  25.   padding: 0 0 0 6px;
  26.   -webkit-border-radius: 0;
  27.   border-radius: 0;
  28.   -webkit-box-shadow: none;
  29.   box-shadow: none;
  30.   height: 30px!important
  31. }
  32.  
  33. #x_description, #x_phone, #x_zip {
  34.   border: 1px solid #222;
  35.   padding: 0 0 0 6px
  36. }
  37.  
  38. #x_phone, #x_zip {
  39.   width: 125px;
  40.   height: 30px
  41. }
  42.  
  43. label {
  44.   font-weight: 700;
  45.   display: block
  46. }
  47.  
  48. #x_amount {
  49.   padding: 0 0 0 6px;
  50.   margin-right: 10px
  51. }
  52.  
  53. #x_amount2 {
  54.   padding: 0 0 0 6px
  55. }
  56.  
  57. #wp_payeezy_payment_form input[type=submit] {
  58.   width: auto
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement