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