Commit 3a00016217b61c762558ba029315b0b2b7728bb3

Authored by Macartur Sousa
1 parent 3c5f9fd6
Exists in master and in 1 other branch mezuro_spb

Fixed global modification

Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css
... ... @@ -799,7 +799,7 @@ body &gt; .alert,
799 799 margin-bottom: 40px;
800 800 }
801 801  
802   -div#main-content .col-lg-12 a {
  802 +div#main-content .col-lg-12 a.gravatar {
803 803 margin-bottom: 60px;
804 804 display: block;
805 805 color: #2c66ce;
... ...
src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html
... ... @@ -145,7 +145,7 @@ jQuery(function() {
145 145 {% endwith %}
146 146  
147 147 <h3>{% gravatar user_.email 50 %} {{ user_.get_full_name }} ({{ user_.username }})</h3>
148   - <a href="https://gravatar.com" target="_blank">
  148 + <a class="gravatar" href="https://gravatar.com" target="_blank">
149 149 {% trans "Change your avatar at Gravatar.com" %}
150 150 </a>
151 151 </div>
... ...