diff options
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-x | tbc/templates/base.html | 25 |
1 files changed, 23 insertions, 2 deletions
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; + } </style> {% block css %} @@ -114,7 +135,7 @@ {% if user %} {% if proposal_position %} <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.first_name }}<span class="badge-custom" rel="tooltip" title="Pending proposal Position: {{ proposal_position }}" data-placement="bottom" style="margin-left:5px; margin-right:5px; display: inline-block">{{ proposal_position }}</span> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.first_name }}<span class="badge-custom" rel="tooltip" title="Pending Proposal Position: {{ proposal_position }}" data-placement="bottom" style="margin-left:5px; margin-right:5px; display: inline-block">{{ proposal_position }}</span> <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="{% url 'tbc:SubmitBook' %}">Submit Book (OLD)</a></li> @@ -215,7 +236,7 @@ <center> <div class="alert" style="width:650px;height:40px;"> <a class="close" data-dismiss="alert" href="#">×</a> - <p>Thank you for showing interest in contributing to Python TBC. <br>We have recevied your proposal. Please be patient we will get back to you within few days.</p> + <p>Thank you for showing interest in contributing to Python TBC. <br>We have received your proposal. Please be patient we will get back to you within few days.</p> </div> </center> <div class="clearfix"></div> |