From 2c5a9183484c9becec86ffab311e22ad52fb6a4c Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Wed, 21 Jan 2015 11:02:04 +0530 Subject: Pending Proposal notification - fix minor bugs, tooltip formatting --- tbc/templates/base.html | 25 +++++++++++++++++++++++-- tbc/views.py | 12 +++++------- 2 files changed, 28 insertions(+), 9 deletions(-) (limited to 'tbc') diff --git a/tbc/templates/base.html b/tbc/templates/base.html index f4ab7f1..62b2da4 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -69,6 +69,27 @@ -moz-border-radius: 9px; border-radius: 15px; } +/* .tooltip-custom { + max-width: 150px; + width: auto; + background-color: #1ABC9C; + }*/ + + /* .tooltip-custom .tooltip-inner { + background-color: #1ABC9C; + } + .tooltip-custom .tooltip-arrow { + border-top-color: #1ABC9C; + }*/ + + .tooltip-inner { + background-color: #1ABC9C; + width: 150px; + } + + .tooltip.bottom .tooltip-arrow { + border-bottom: 5px solid #1ABC9C; + } {% block css %} @@ -114,7 +135,7 @@ {% if user %} {% if proposal_position %}