View Single Post
  #10  
Old 03-15-2016, 06:38 AM
  GlasPak's Avatar 
GlasPak GlasPak is offline
 

eXpert
  
Join Date: May 2015
Posts: 241
 

Default Re: Invoices in the admin area print to large

Quote:
Originally Posted by qualiteam
I believe it is in the same skins/admin/en/order/invoice/style.css - check the "@media" section at the bottom of the file.

The only thing that @media has is

Code:
@media only print { .invoice-box .header img.logo { max-width: 300px !important; } }

So why does that overwrite any font size settings?
__________________
Business License
https://glaspak.com
GoDaddy VPS - Apache with WHM
2GB ECC DDR3 1600MHz
2x Intel E5-2630L v2 Hex Core 2.4/2.8ghz
15 MB proc cache
60 GB 10k RPM hdd
PHP 7.0.15
MariaDB 10.1.21 with InnoDB engine
Reply With Quote