From: <rc...@us...> - 2016-09-19 03:55:52
|
Revision: 7627 http://sourceforge.net/p/web-erp/reponame/7627 Author: rchacon Date: 2016-09-19 03:55:49 +0000 (Mon, 19 Sep 2016) Log Message: ----------- Add style to describe how button image should be displayed. Clean up Xenos css. Modified Paths: -------------- trunk/css/aguapop/default.css trunk/css/default/default.css trunk/css/fluid/default.css trunk/css/fresh/default.css trunk/css/gel/default.css trunk/css/professional/default.css trunk/css/professional-rtl/default.css trunk/css/silverwolf/default.css trunk/css/wood/default.css trunk/css/xenos/default.css trunk/doc/Change.log Removed Paths: ------------- trunk/css/xenos/images/ar.gif trunk/css/xenos/images/company.gif trunk/css/xenos/images/folders.gif trunk/css/xenos/images/inventory.gif trunk/css/xenos/images/maintenance.gif trunk/css/xenos/images/reports.gif trunk/css/xenos/images/transactions.gif Modified: trunk/css/aguapop/default.css =================================================================== --- trunk/css/aguapop/default.css 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/css/aguapop/default.css 2016-09-19 03:55:49 UTC (rev 7627) @@ -7,7 +7,13 @@ by Hindra Joshua -*/ +*/ + +button img { + /* Describes how button image should be displayed. */ + height:32px; + width:32px; +} body { font-family:Arial, Verdana, Helvetica, sans-serif; Modified: trunk/css/default/default.css =================================================================== --- trunk/css/default/default.css 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/css/default/default.css 2016-09-19 03:55:49 UTC (rev 7627) @@ -5,6 +5,12 @@ ***/ +button img { + /* Describes how button image should be displayed. */ + height:16px; + width:16px; +} + body{ background-color:#ccd; font-family:Arial, Verdana, Helvetica, sans-serif; Modified: trunk/css/fluid/default.css =================================================================== --- trunk/css/fluid/default.css 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/css/fluid/default.css 2016-09-19 03:55:49 UTC (rev 7627) @@ -8,6 +8,12 @@ Beware, the contents is currently not fluid! :D */ +button img { + /* Describes how button image should be displayed. */ + height:21px; + width:21px; +} + body{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size:10pt; Modified: trunk/css/fresh/default.css =================================================================== --- trunk/css/fresh/default.css 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/css/fresh/default.css 2016-09-19 03:55:49 UTC (rev 7627) @@ -18,6 +18,12 @@ ***/ +button img { + /* Describes how button image should be displayed. */ + height:21px; + width:21px; +} + body { font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10pt; Modified: trunk/css/gel/default.css =================================================================== --- trunk/css/gel/default.css 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/css/gel/default.css 2016-09-19 03:55:49 UTC (rev 7627) @@ -16,6 +16,12 @@ ***/ +button img { + /* Describes how button image should be displayed. */ + height:21px; + width:21px; +} + body { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; Modified: trunk/css/professional/default.css =================================================================== --- trunk/css/professional/default.css 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/css/professional/default.css 2016-09-19 03:55:49 UTC (rev 7627) @@ -18,6 +18,12 @@ ***/ +button img { + /* Describes how button image should be displayed. */ + height:21px; + width:21px; +} + body { font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10pt; Modified: trunk/css/professional-rtl/default.css =================================================================== --- trunk/css/professional-rtl/default.css 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/css/professional-rtl/default.css 2016-09-19 03:55:49 UTC (rev 7627) @@ -19,6 +19,12 @@ ***/ +button img { + /* Describes how button image should be displayed. */ + height:16px; + width:16px; +} + body { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/css/silverwolf/default.css 2016-09-19 03:55:49 UTC (rev 7627) @@ -16,7 +16,13 @@ ***/ +button img { + /* Describes how button image should be displayed. */ + height:21px; + width:21px; +} + body{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size:10pt; Modified: trunk/css/wood/default.css =================================================================== --- trunk/css/wood/default.css 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/css/wood/default.css 2016-09-19 03:55:49 UTC (rev 7627) @@ -17,7 +17,13 @@ Notes: - You can remove desk.jpg and/or wood.jpg to get a new look without the textures! -*/ +*/ + +button img { + /* Describes how button image should be displayed. */ + height:24px; + width:24px; +} body{ font-family:Arial, Verdana, Helvetica, sans-serif; Modified: trunk/css/xenos/default.css =================================================================== --- trunk/css/xenos/default.css 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/css/xenos/default.css 2016-09-19 03:55:49 UTC (rev 7627) @@ -11,6 +11,12 @@ ***/ +button img { + /* Describes how button image should be displayed. */ + height:21px; + width:21px; +} + body { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:10pt; Deleted: trunk/css/xenos/images/ar.gif =================================================================== (Binary files differ) Deleted: trunk/css/xenos/images/company.gif =================================================================== (Binary files differ) Deleted: trunk/css/xenos/images/folders.gif =================================================================== (Binary files differ) Deleted: trunk/css/xenos/images/inventory.gif =================================================================== (Binary files differ) Deleted: trunk/css/xenos/images/maintenance.gif =================================================================== (Binary files differ) Deleted: trunk/css/xenos/images/reports.gif =================================================================== (Binary files differ) Deleted: trunk/css/xenos/images/transactions.gif =================================================================== (Binary files differ) Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-09-18 08:45:31 UTC (rev 7626) +++ trunk/doc/Change.log 2016-09-19 03:55:49 UTC (rev 7627) @@ -1,5 +1,6 @@ webERP Change Log +18/09/16 RChacon: Add style to describe how button image should be displayed. Clean up Xenos css. 18/09/16 Exson: Add multiple items issue for non-controlled items feature to Work Orders in WorkOrderIssue.php. 14/09/16 Exson: Add narrative, transaction date data to PDFOrdersInvoiced.php. 14/09/16: Exson: Add order line narrative and invoices link to sales order inquiry in OrderDetails.php. |