diff --git a/frappe/public/css/appframe.css b/frappe/public/css/appframe.css index 8c965e9259..d87ff19eaa 100644 --- a/frappe/public/css/appframe.css +++ b/frappe/public/css/appframe.css @@ -29,6 +29,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + padding: 7px 0px; margin: 0px; } diff --git a/frappe/public/css/bootstrap.css b/frappe/public/css/bootstrap.css index 95f7a0fd3b..49a9f383a1 100644 --- a/frappe/public/css/bootstrap.css +++ b/frappe/public/css/bootstrap.css @@ -1,3 +1,4 @@ + /*! * Bootstrap v3.1.0 (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. @@ -5,6 +6,7 @@ */ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ + html { font-family: sans-serif; -webkit-text-size-adjust: 100%; @@ -273,9 +275,10 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: Helvetica, Arial, sans-serif; + font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 14px; - line-height: 1.42857143; + line-height: 1.6; + /*line-height: 1.42857143;*/ color: #333; background-color: #fff; } diff --git a/frappe/public/js/frappe/form/comments.js b/frappe/public/js/frappe/form/comments.js index bc4b29f795..aa30e4d442 100644 --- a/frappe/public/js/frappe/form/comments.js +++ b/frappe/public/js/frappe/form/comments.js @@ -47,7 +47,7 @@ frappe.ui.form.Comments = Class.extend({ c.image = frappe.user_info(c.comment_by).image; c.comment_on = dateutil.comment_when(c.creation); c.fullname = frappe.user_info(c.comment_by).fullname; - + $(repl('