|
From: <vv...@us...> - 2015-02-19 22:47:06
|
Revision: 7158
http://sourceforge.net/p/web-erp/reponame/7158
Author: vvs2012
Date: 2015-02-19 22:46:29 +0000 (Thu, 19 Feb 2015)
Log Message:
-----------
Align numbers to the right in print.css
Modified Paths:
--------------
trunk/css/print.css
trunk/doc/Change.log
Modified: trunk/css/print.css
===================================================================
--- trunk/css/print.css 2015-02-17 22:27:35 UTC (rev 7157)
+++ trunk/css/print.css 2015-02-19 22:46:29 UTC (rev 7158)
@@ -28,6 +28,10 @@
color:navy;
text-decoration:none;
}
+
+.number{
+ text-align:right;
+}
#CanvasDiv, body {
font-family: Arial, Verdana, Helvetica, sans-serif;
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2015-02-17 22:27:35 UTC (rev 7157)
+++ trunk/doc/Change.log 2015-02-19 22:46:29 UTC (rev 7158)
@@ -1,5 +1,6 @@
webERP Change Log
+19/2/15 Tim: Align numbers to the right in print.css
17/2/15 Vitaly: Added print.css to allow printing pages off the screen
15/2/2015: Exson: Fixed date format error for request date and start date in WorkOrderEntry.php.
12/2/15 RChacon: Fix on PrintCustTransPortrait.php: Do not need to escape special characters in a string for use in an SQL statement.
|