oyazhuryachna

modal_print_print-bootstrap.css

Dec 29th, 2017
3,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1.     @media print
  2.     {
  3.         .noprint {
  4.         display:none;
  5.         }
  6.  
  7.          .modal-footer, .modal-header {
  8.          display: none;
  9.          }
  10.          
  11.          .modal-dialog{
  12.          border:0px;
  13.          }
  14.     }
  15.  
  16.     @media screen
  17.     {
  18.  
  19.     }
Add Comment
Please, Sign In to add comment