diff --git a/css/all-app.css b/css/all-app.css index a6dcdb73664..53b33d2801c 100644 --- a/css/all-app.css +++ b/css/all-app.css @@ -103,8 +103,19 @@ div.comment { color: #444; } div#body_div { position: relative; display: none; - margin-top: 56px; padding-right: 7px; + width: 900px; + margin: auto; + margin-top: 56px; +} + +footer { + width: 900px; + margin: auto; +} +header .container { + width: 900px; + margin: auto; } div.no_script { @@ -124,11 +135,6 @@ div.loading_div { border: 1px solid #FF4; } - -div#head_div { background-color: #FFF; } - -#head_banner { background-color: #FFF; } - div.std-footer { margin: 13px 0px; border-top: 1px solid #AAA; @@ -161,18 +167,6 @@ div.std-footer-item { background: linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* W3C */ } -.header-gradient { - background: #84827c; /* Old browsers */ - background: -moz-linear-gradient(top, #84827c 0%, #27211c 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84827c), color-stop(100%,#27211c)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #84827c 0%,#27211c 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #84827c 0%,#27211c 100%); /* Opera11.10+ */ - background: -ms-linear-gradient(top, #84827c 0%,#27211c 100%); /* IE10+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84827c', endColorstr='#27211c',GradientType=0 ); /* IE6-9 */ - background: linear-gradient(top, #84827c 0%,#27211c 100%); /* W3C */ - color: #FFF; -} - .layout_wrapper, .layout-wrapper { -moz-box-shadow: 1px 1px 6px #AAA; -webkit-box-shadow: 1px 1px 6px #AAA; @@ -187,7 +181,7 @@ div.std-footer-item { } .layout-main-section { - width: 68%; + width: 70%; float: left; padding: 15px; background-color: #FFF; @@ -195,7 +189,7 @@ div.std-footer-item { } .layout-side-section { - width: 24%; + width: 22%; float: right; color: #606060; overflow-x: hidden; @@ -1290,17 +1284,16 @@ ul.box_tabs li { cursor: pointer; } -ul.box_tabs a { +ul.box_tabs li a { display:block; padding:3px 15px 3px 6px; - text-decoration:none; + text-decoration: none; } ul.box_tabs li.box_tab_mouseover { background-color: #BBB; } - ul.box_tabs li.box_tab_selected { background-color: #777; @@ -1312,9 +1305,8 @@ ul.box_tabs li.box_tab_selected { } ul.box_tabs li.box_tab_selected a { - + color: #fff; } - /* * lib/css/legacy/bw-icons.css */ diff --git a/css/all-web.css b/css/all-web.css index 1e1548932f2..d7cb10cbafc 100644 --- a/css/all-web.css +++ b/css/all-web.css @@ -103,8 +103,19 @@ div.comment { color: #444; } div#body_div { position: relative; display: none; - margin-top: 56px; padding-right: 7px; + width: 900px; + margin: auto; + margin-top: 56px; +} + +footer { + width: 900px; + margin: auto; +} +header .container { + width: 900px; + margin: auto; } div.no_script { @@ -124,11 +135,6 @@ div.loading_div { border: 1px solid #FF4; } - -div#head_div { background-color: #FFF; } - -#head_banner { background-color: #FFF; } - div.std-footer { margin: 13px 0px; border-top: 1px solid #AAA; @@ -161,18 +167,6 @@ div.std-footer-item { background: linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* W3C */ } -.header-gradient { - background: #84827c; /* Old browsers */ - background: -moz-linear-gradient(top, #84827c 0%, #27211c 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84827c), color-stop(100%,#27211c)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #84827c 0%,#27211c 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #84827c 0%,#27211c 100%); /* Opera11.10+ */ - background: -ms-linear-gradient(top, #84827c 0%,#27211c 100%); /* IE10+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84827c', endColorstr='#27211c',GradientType=0 ); /* IE6-9 */ - background: linear-gradient(top, #84827c 0%,#27211c 100%); /* W3C */ - color: #FFF; -} - .layout_wrapper, .layout-wrapper { -moz-box-shadow: 1px 1px 6px #AAA; -webkit-box-shadow: 1px 1px 6px #AAA; @@ -187,7 +181,7 @@ div.std-footer-item { } .layout-main-section { - width: 68%; + width: 70%; float: left; padding: 15px; background-color: #FFF; @@ -195,7 +189,7 @@ div.std-footer-item { } .layout-side-section { - width: 24%; + width: 22%; float: right; color: #606060; overflow-x: hidden; @@ -1655,12 +1649,7 @@ body { /* * erpnext/website/css/website.css - */#body_div { - width: 900px; - margin: auto; -} - -.layout_wrapper { + */.layout_wrapper { padding: 20px; } @@ -1687,15 +1676,6 @@ pre { margin-bottom: 9px; } -footer { - width: 900px; - margin: auto; -} -header .topbar .container { - width: 900px; - margin: auto; -} - .web-content input[type="text"], .web-content input[type="password"], .web-content select { min-width: 180px; } diff --git a/erpnext/accounts/page/accounts_home/accounts_home.html b/erpnext/accounts/page/accounts_home/accounts_home.html index 27868e923bc..12c80ebe8f9 100644 --- a/erpnext/accounts/page/accounts_home/accounts_home.html +++ b/erpnext/accounts/page/accounts_home/accounts_home.html @@ -57,6 +57,13 @@ title = "Helper for managing return of goods (sales or purchase)" href="#!Form/Sales and Purchase Return Wizard/Sales and Purchase Return Wizard">Sales or Purchase Returns +
+ Companies
+ List of companies (not customers / suppliers)
+
+ Fiscal Years
+ Financial Years for books of accounts
+
+ Currencies
+ Currency Master
+
+ Users
+ Add/remove users, set roles, passwords etc
+
+ Permission Manager
+ Set permissions on transactions / masters
+
+ Amount based Authorization Rules
+ Restrict submission rights based on amount
+
+ Import Data
+ Import data from spreadsheet (csv) files
+
+ Global Defaults
+ Set default values for entry
+
+ Recycle Bin
+ Un-trash items
+
+ Rename Master
+ Rename a single master record
+
+ Rename Many
+ Rename by uploading a csv file
+
+ Email Settings
+ Out going mail server and support ticket mailbox
+
+ Auto Notifications
+ Automatic email sending to customers and suppliers
+
+ Email Digests
+ Daily, weekly, monthly email Digests
+
+ SMS Setup
+ Setup outgoing SMS via your bulk SMS provider
+
+ Send Bulk SMS
+ Send bulk SMS to leads, customers, contacts
+
+ Custom Fields
+ Add fields to forms
+
+ Customize Forms
+ Change entry properties (hide fields, make mandatory etc)
+
+ Numbering Series
+ Set multiple numbering series for transactions
+
+ Disable Features
+ Simplify entry forms by disabling features
+
+ Letter Heads
+ Letter heads for print
+
+ Print Formats
+ HTML print formats for quotes, invoices etc
+
+ Print Headings
+ Add headers for standard print formats
+
+ Home Banner
+ Add a home page banner
+
+ Style Settings
+ Change background fonts etc
+