PHP Classes

File: WITheme/WICMS/admin/less/invoice.less

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WITheme/WICMS/admin/less/invoice.less   Download  
File: WITheme/WICMS/admin/less/invoice.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 580 bytes
 

Contents

Class file image Download
/* Page: Invoice */ .invoice { position: relative; width: 90%; margin: 10px auto; background: #fff; border: 1px solid #f4f4f4; } .invoice-title { margin-top: 0; } /* Enhancement for printing */ @media print { .invoice { width: 100%; border: 0; margin: 0; padding: 0; } .invoice-col { float: left; width: 33.3333333%; } .table-responsive { overflow: auto; > .table tr th, > .table tr td { white-space: normal!important; } } }