Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. .buy_in_one_click .modal-dialog {
  2. max-width: 500px;
  3. }
  4.  
  5. .buy_in_one_click .modal-footer .row div:first-child {
  6. text-align: left;
  7. }
  8.  
  9. .buy_in_one_click .modal-footer label {
  10. margin-right: 10px;
  11. }
  12.  
  13. .buy_in_one_click .modal-footer button {
  14. margin-right: 16px;
  15. }
  16.  
  17. .buy_in_one_click .active_offer {
  18. height: 85px;
  19. padding: 8px 20px 8px 8px;
  20. border: 1px solid #e1e2e0;
  21. box-shadow: 0px 0px 17px -7px #000;
  22. overflow: hidden;
  23. }
  24.  
  25. .buy_in_one_click .chosen-single {
  26. height: 85px;
  27. border-radius: 0;
  28. background: transparent !important;
  29. border: 0 !important;
  30. box-shadow: none !important;
  31. }
  32.  
  33. .buy_in_one_click .chosen-container-single .chosen-drop {
  34. margin-top: 0;
  35. padding-top: 4px;
  36. border-radius: 0 !important;
  37. }
  38.  
  39. .buy_in_one_click .chosen-drop {
  40. border-color: #e1e2e0;
  41. }
  42.  
  43. .buy_in_one_click .chosen-single span {
  44. display: none;
  45. }
  46.  
  47. .buy_in_one_click .chosen-container-single .chosen-single div b {
  48. background-position: 3px 31px;
  49. background-color: #e1e2e0;
  50. }
  51.  
  52. .buy_in_one_click .chosen-container-active.chosen-with-drop .chosen-single div b {
  53. background-position: -15px 31px;
  54. }
  55.  
  56. .buy_in_one_click .chosen_offers_wrap {
  57. height: 85px;
  58. position: relative;
  59. }
  60.  
  61. .buy_in_one_click .chosen-container {
  62. position: absolute;
  63. top: 0;
  64. }
  65.  
  66. .buy_in_one_click select {
  67. margin-top: 10px;
  68. width: 100%;
  69. }
  70.  
  71. .buy_in_one_click .img {
  72. max-height: 65px;
  73. overflow: hidden;
  74. text-align: center;
  75. }
  76.  
  77. .buy_in_one_click .txt {
  78. max-height: 42px;
  79. overflow: hidden;
  80. margin-bottom: 3px;
  81. }
  82.  
  83. .buy_in_one_click .price {
  84. font-family: 'pf_agora_sans_probold';
  85. color: #0072ff;
  86. }
  87.  
  88. .buy_in_one_click .boc-hidden,
  89. .buy_in_one_click #bocMessage {
  90. display: none;
  91. }
  92.  
  93. .buy_in_one_click .loader {
  94. margin-right: 10px;
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement