Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. @media (max-width: 580px) {
  2. #modalContent {
  3. position: fixed !important;
  4. top: 12% !important;
  5. bottom: 12% !important;
  6. right: 4% !important;
  7. left: 4% !important;
  8. }
  9. div.ctools-modal-content {
  10. width: 100% !important;
  11. margin: 0 auto;
  12. }
  13. div.ctools-modal-content .modal-content {
  14. width: 100% !important;
  15. }
  16. }
  17.  
  18. if ( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
  19. $('a.ctools-use-modal-processed', context).unbind('click');
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement