0.0.104
This commit is contained in:
@@ -804,7 +804,7 @@ section.profile {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 0px 40px;
|
padding: 0px 40px;
|
||||||
margin-bottom: 120px;
|
margin-bottom: 120px;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1308,6 +1308,8 @@ input#id_extra_phone
|
|||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
padding-left: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -48,4 +48,5 @@
|
|||||||
{% include "blocks/profile/b_chats.html" %}
|
{% include "blocks/profile/b_chats.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
<div class="clear_both"></div>
|
||||||
|
</section>
|
||||||
|
|||||||
@@ -281,6 +281,7 @@
|
|||||||
<input
|
<input
|
||||||
type="phone"
|
type="phone"
|
||||||
name="phone"
|
name="phone"
|
||||||
|
autocomplete="off"
|
||||||
maxlength="13"
|
maxlength="13"
|
||||||
minlength="11"
|
minlength="11"
|
||||||
placeholder="{{ form.fields.phone.label }}"
|
placeholder="{{ form.fields.phone.label }}"
|
||||||
@@ -301,6 +302,7 @@
|
|||||||
type="phone"
|
type="phone"
|
||||||
name="extra_phone"
|
name="extra_phone"
|
||||||
id="id_extra_phone"
|
id="id_extra_phone"
|
||||||
|
autocomplete="off"
|
||||||
maxlength="13"
|
maxlength="13"
|
||||||
minlength="11"
|
minlength="11"
|
||||||
placeholder="{{ form.fields.extra_phone.label }}"
|
placeholder="{{ form.fields.extra_phone.label }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user