From 651baae993bd94d2f33d11b6fc57ee5da4f6b9db Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 25 Dec 2012 18:18:16 +0530 Subject: [PATCH] added wesite slideshow and attributions on website --- public/css/legacy/body.css | 13 ++++--------- public/js/legacy/widgets/form/form_fields.js | 2 +- webnotes/model/doc.py | 6 ++++-- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/public/css/legacy/body.css b/public/css/legacy/body.css index 2dade9bc35..53999f1839 100644 --- a/public/css/legacy/body.css +++ b/public/css/legacy/body.css @@ -15,15 +15,6 @@ body { } footer { - background: #b7b7b7; /* Old browsers */ - background: -moz-linear-gradient(top, #b7b7b7 0%, #eeeeee 36%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(36%,#eeeeee)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* IE10+ */ - background: linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ - border-top: 1px solid #999; text-align: center; color: inherit; padding: 10px; @@ -31,6 +22,10 @@ footer { line-height: 1.7; } +footer, footer a { + color: #999; +} + label { padding-top: 15px; color: #404040; diff --git a/public/js/legacy/widgets/form/form_fields.js b/public/js/legacy/widgets/form/form_fields.js index 9dad59a654..73ebd2f8f4 100644 --- a/public/js/legacy/widgets/form/form_fields.js +++ b/public/js/legacy/widgets/form/form_fields.js @@ -288,7 +288,7 @@ _f.CodeField.prototype.make_input = function() { valid_elements : "@[id|class|style|title|dir