From ab5eb7840ba1db8f68a512d3c4dfde711b28c8b4 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Tue, 20 Jan 2015 15:18:23 +0530 Subject: Add Feature - Pending Proposal notification - HTML changes add custom css and design to homepage base.html --- tbc/templates/base.html | 59 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 46 insertions(+), 13 deletions(-) diff --git a/tbc/templates/base.html b/tbc/templates/base.html index a6e5856..f4ab7f1 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -58,6 +58,17 @@ position: relative; top: -2px; } + .badge-custom { + padding: 1.5px 7px 1.5px; + font-size: 12.025px; + font-weight: bold; + white-space: nowrap; + color: #ffffff; + background-color: #f89406; + -webkit-border-radius: 9px; + -moz-border-radius: 9px; + border-radius: 15px; + } {% block css %} @@ -91,7 +102,7 @@