mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
Add underline on your profile
This commit is contained in:
parent
244753210b
commit
c1d9cb1b13
3 changed files with 4 additions and 6 deletions
|
@ -25,9 +25,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.usa-tooltip--registrar-logo .usa-tooltip__body {
|
||||
max-width: 50px !important;
|
||||
#extended-logo .usa-tooltip__body {
|
||||
font-weight: 400 !important;
|
||||
white-space: normal;
|
||||
text-align: center;
|
||||
}
|
|
@ -155,7 +155,8 @@
|
|||
{% if has_profile_feature_flag %}
|
||||
<li class="usa-nav__primary-item">
|
||||
{% url 'user-profile' as user_profile_url %}
|
||||
<a class="usa-nav-link {% if request.path == user_profile_url %}usa-current{% endif %}" href="{{ user_profile_url }}">
|
||||
{% url 'finish-user-profile-setup' pk=request.user.contact.pk as finish_setup_url %}
|
||||
<a class="usa-nav-link {% if request.path == user_profile_url or request.path == finish_setup_url %}usa-current{% endif %}" href="{{ user_profile_url }}">
|
||||
<span class="text-primary">Your profile</span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<a href="{% url 'home' %}">.gov Registrar </a>
|
||||
{% else %}
|
||||
<button
|
||||
class="usa-button--unstyled disabled-button usa-tooltip .usa-tooltip--registrar-logo"
|
||||
class="usa-button--unstyled disabled-button usa-tooltip"
|
||||
data-position="bottom"
|
||||
title="Before you can manage your domains, we need you to add contact information."
|
||||
data-tooltip="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue