mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 08:20:54 -04:00
Automatically resize report columns
Remove text-transform for invoice header
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#page-wrap table { border-collapse: collapse; }
|
||||
#page-wrap table td, #page-wrap table th { border: 1px solid black; padding: 5px; }
|
||||
|
||||
#header { height: 30px; width: 100%; margin: 20px 0; background: #222; text-align: center; color: white; font: bold 26px Helvetica, Sans-Serif; text-transform: uppercase; letter-spacing: 4px; padding: 8px 0px; }
|
||||
#header { height: 30px; width: 100%; margin: 20px 0; background: #222; text-align: center; color: white; font: bold 26px Helvetica, Sans-Serif; letter-spacing: 4px; padding: 8px 0px; }
|
||||
|
||||
/* first row */
|
||||
#logo { text-align: right; margin-top: 15px; float: left; position: relative; border: 1px solid #fff; max-width: 150px; max-height: 150px; overflow: hidden; }
|
||||
|
||||
@@ -13,7 +13,7 @@ pre { font-family: Helvetica; font-size: 13px; }
|
||||
#page-wrap table { border-collapse: collapse; }
|
||||
#page-wrap table#items td { padding: 10px; }
|
||||
#page-wrap #meta table td, #page-wrap table th { border: 1px solid black; padding: 5px; }
|
||||
#header { height: 30px; width: 100%; margin: 20px 0; background-color: #222222; text-align: center; color: white; font-weight: bold; font-size: 26px; letter-spacing: 4px; padding: 8px 0px; text-transform: uppercase; }
|
||||
#header { height: 30px; width: 100%; margin: 20px 0; background-color: #222222; text-align: center; color: white; font-weight: bold; font-size: 26px; letter-spacing: 4px; padding: 8px 0px; }
|
||||
|
||||
/* first row */
|
||||
#info { width: 100%; margin: 10px 0 30px 0; }
|
||||
|
||||
Reference in New Issue
Block a user