|
From: <rc...@us...> - 2017-06-18 18:56:53
|
Revision: 7780
http://sourceforge.net/p/web-erp/reponame/7780
Author: rchacon
Date: 2017-06-18 18:56:51 +0000 (Sun, 18 Jun 2017)
Log Message:
-----------
Standardise icon size to 36x36 px in css/custom/ (WEBootstrap)
Modified Paths:
--------------
trunk/css/custom/default.css
trunk/css/custom/images/allocation.png
trunk/css/custom/images/ar.png
trunk/css/custom/images/bank.png
trunk/css/custom/images/company.png
trunk/css/custom/images/contract.png
trunk/css/custom/images/credit.png
trunk/css/custom/images/currency.png
trunk/css/custom/images/email.png
trunk/css/custom/images/error.png
trunk/css/custom/images/folder_add.png
trunk/css/custom/images/folders.png
trunk/css/custom/images/gl.png
trunk/css/custom/images/group_add.png
trunk/css/custom/images/help.png
trunk/css/custom/images/inquiries.png
trunk/css/custom/images/magnifier.png
trunk/css/custom/images/maintenance.png
trunk/css/custom/images/money_add.png
trunk/css/custom/images/money_delete.png
trunk/css/custom/images/note_add.png
trunk/css/custom/images/pdf.png
trunk/css/custom/images/preview.png
trunk/css/custom/images/printer.png
trunk/css/custom/images/reports.png
trunk/css/custom/images/sales.png
trunk/css/custom/images/security.png
trunk/css/custom/images/transactions.png
trunk/css/custom/images/user.png
trunk/doc/Change.log
Modified: trunk/css/custom/default.css
===================================================================
--- trunk/css/custom/default.css 2017-06-18 17:26:33 UTC (rev 7779)
+++ trunk/css/custom/default.css 2017-06-18 18:56:51 UTC (rev 7780)
@@ -1,19 +1,18 @@
-/* $Id: default.css 7166 2016-09-07 21:18:59Z giankocr $*/
+/* $Id: default.css 7166 2016-09-07 21:18:59Z giankocr $*/
+/* WEBootstrap theme by giankocr. */
+/* WEBootstrap is a bootstrap theme design for WebERP. */
+/* Design guidelines:
+ Fonts are ??px hight.
+ Icons are 36px x 36px size.
+*/
/***
-WEBootstrap Themei
-by giankocr.
-
-WEBootstrap is a bootstrap theme design for WebERP.
-
NOTE:
This CSS is not yet fully optimized. Some styles maybe redundant and not supported by some browser.
-
-***/
-
-
-
-
+
+***/
+
+
/*** Default Styles ***/
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url('css/custom.css');
Modified: trunk/css/custom/images/allocation.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/ar.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/bank.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/company.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/contract.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/credit.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/currency.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/email.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/error.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/folder_add.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/folders.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/gl.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/group_add.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/help.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/inquiries.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/magnifier.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/maintenance.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/money_add.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/money_delete.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/note_add.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/pdf.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/preview.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/printer.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/reports.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/sales.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/security.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/transactions.png
===================================================================
(Binary files differ)
Modified: trunk/css/custom/images/user.png
===================================================================
(Binary files differ)
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2017-06-18 17:26:33 UTC (rev 7779)
+++ trunk/doc/Change.log 2017-06-18 18:56:51 UTC (rev 7780)
@@ -1,5 +1,6 @@
webERP Change Log
+18/06/17 RChacon: Standardise icon size to 36x36 px in css/custom/ (WEBootstrap).
18/06/17 RChacon: Delete unused images in css/xenos/.
18/06/17 Tim (committed by RChacon): Improve jump to enter a GL receipt if 'Type'=='GL' in CustomerReceipt.php.
18/06/17 RChacon: Add missing images and delete unused images in css/custom/.
|