mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-09-14 15:21:53 +00:00
update class names
This commit is contained in:
parent
16696bc1d2
commit
f0a38e1bf5
@ -152,7 +152,7 @@ a.label-green:hover {
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-pink-light {
|
.border-color-pink-light {
|
||||||
border: 1px #9b6895 solid;
|
border: 1px #9b6895 solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -164,11 +164,11 @@ a.label-green:hover {
|
|||||||
border: 1px #65916d solid;
|
border: 1px #65916d solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-bottom-pink {
|
.border-color-pink {
|
||||||
border-bottom: 1px #a44399 solid;
|
border-bottom: 1px #a44399 solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-default {
|
.border-color-default {
|
||||||
border: 1px #5d627d solid;
|
border: 1px #5d627d solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{{ 'by'|trans }}
|
{{ 'by'|trans }}
|
||||||
<a href="{{ path('user_info', { id : edition.user.id }) }}">
|
<a href="{{ path('user_info', { id : edition.user.id }) }}">
|
||||||
<img class="border-radius-50 border-color-green vertical-align-middle" src="{{ edition.user.identicon }}" alt="{{'identicon'|trans }}" />
|
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ edition.user.identicon }}" alt="{{'identicon'|trans }}" />
|
||||||
</a>
|
</a>
|
||||||
<div class="float-right">
|
<div class="float-right">
|
||||||
{% if edition.approved %}
|
{% if edition.approved %}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="column width-80">
|
<div class="column width-80">
|
||||||
<a href="{{ path('user_info', {'id': activity.user.id}) }}">
|
<a href="{{ path('user_info', {'id': activity.user.id}) }}">
|
||||||
<img class="vertical-align-middle border-radius-50 border-default border-width-2-px margin-r-8-px"
|
<img class="vertical-align-middle border-radius-50 border-color-default border-width-2-px margin-r-8-px"
|
||||||
src="{{ activity.user.identicon }}"
|
src="{{ activity.user.identicon }}"
|
||||||
alt="{{ 'identicon'|trans }}" />
|
alt="{{ 'identicon'|trans }}" />
|
||||||
</a>
|
</a>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{% block main_content %}
|
{% block main_content %}
|
||||||
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<img class="border-radius-50 border-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
<img class="border-radius-50 border-color-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
||||||
</div>
|
</div>
|
||||||
<h2>{{ 'Profile'|trans }}</h2>
|
<h2>{{ 'Profile'|trans }}</h2>
|
||||||
<table class="width-100">
|
<table class="width-100">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
||||||
<form name="profile" action="{{ path('user_profile') }}" method="post">
|
<form name="profile" action="{{ path('user_profile') }}" method="post">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<img class="border-radius-50 border-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
<img class="border-radius-50 border-color-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
||||||
</div>
|
</div>
|
||||||
<h2>{{ 'Profile'|trans }}</h2>
|
<h2>{{ 'Profile'|trans }}</h2>
|
||||||
<table class="width-100">
|
<table class="width-100">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user