From e464105c8e126c1d3f5f6f5df7d16cbfd6717ae6 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 11 Jul 2013 15:28:05 +0530 Subject: [PATCH] [style] Style Fixes for Home Page --- setup/doctype/company/company.py | 1 + setup/doctype/company/sample_home_page.html | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/setup/doctype/company/company.py b/setup/doctype/company/company.py index 03ab4396ab..1835bf9ba7 100644 --- a/setup/doctype/company/company.py +++ b/setup/doctype/company/company.py @@ -94,6 +94,7 @@ class DocType: }) website_settings.save() style_settings = webnotes.bean("Style Settings", "Style Settings") + style_settings.doc.top_bar_background = "F2F2F2" style_settings.doc.font_size = "15px" style_settings.save() diff --git a/setup/doctype/company/sample_home_page.html b/setup/doctype/company/sample_home_page.html index 32e58bd540..d6a05195b9 100644 --- a/setup/doctype/company/sample_home_page.html +++ b/setup/doctype/company/sample_home_page.html @@ -1,4 +1,4 @@ -

Sample Home Page

+

Sample Home Page


This is a sample home page for your company %(name)s's website. This was created from the Website Module inside ERPNext. ERPNext provides you with simple @@ -19,4 +19,7 @@ erpnext.com website is built on ERPNext itself.

-

For more help, click here

+

Login to your Account

+ +

For more help, + click here