Advertisement
belostotsky

Untitled

Nov 28th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /* makes order comment field narrow */
  2. html#ecwid_html body#ecwid_body .ecwid-PaymentCommentsBlock .ecwid-PaymentCommentsBlock-textarea {
  3. height: 26px !important;
  4. width: 30%;
  5. margin: 0 auto;
  6. }
  7.  
  8. /*fixes issue with button width */
  9. html#ecwid_html body#ecwid_body button.gwt-Button[type] {
  10. width: initial !important;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement