You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
761 B

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NewReceiverPrint.aspx.cs" Inherits="Swift.web.Remit.Administration.CustomerSetup.Benificiar.NewReceiverPrint" %>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <link href="/css/receiver.css" rel="stylesheet">
  6. <style type="text/css">
  7. @media print {
  8. footer {
  9. page-break-after: always;
  10. }
  11. .no-margin,
  12. #form1{
  13. margin-top: 0% !important;
  14. }
  15. }
  16. #form1 {
  17. margin-top : -120px;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <form id="form1" runat="server">
  23. <div id="receiveTable" runat="server" class="no-margin receiverPrint" style="margin-top: 10%;"></div>
  24. </form>
  25. </body>
  26. </html>