EXPO-104 ready

remotes/origin/1203
pavel 11 years ago
parent 5340c5dcb6
commit 041454cbe6
  1. 3
      templates/client/password_reset/base.html
  2. 11
      templates/client/static_client/css/main.css
  3. 2
      templates/client/static_client/css_min/main.min.css

@ -21,7 +21,7 @@
<div>
<button type="submit" class="icon-check submit">{% trans 'Восстановить' %}</button>
{% if form.errors %}
{# если есть ошибка #}
@ -38,6 +38,7 @@
{{ form.username_or_email }}
</div>
{% endif %}
<button type="submit" class="icon-check submit">{% trans 'Восстановить' %}</button>
</div>

@ -2136,7 +2136,6 @@ button.icon-arrow:before {
border-radius: 4px;
box-shadow: 0 0 0 3px rgba(0, 0, 0, .2);
visibility: hidden;
background: #ffffff; /* Old browsers */ /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 10%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 10%,#efefef 100%); /* Opera 11.10+ */ /* IE10+ */
@ -4272,7 +4271,7 @@ form.s-message {
border: 1px solid #bdbdbd;
background: #fff;
border-radius: 4px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
.ui-datepicker a {
@ -5571,7 +5570,6 @@ form.s-message {
.cli-photo-gallery .pg-title {
display: none;
position: absolute;
padding: 10px 20px;
background: rgba(0, 0, 0, .7);
color: #fff;
font-family: 'dindisplay_pro', sans-serif;
@ -12379,7 +12377,7 @@ hr + .rq-note {
}
.button.apply-filter.icon-check:hover{
box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
text-shadow: none;
}
.button.apply-filter.icon-check:hover:before{
@ -13414,13 +13412,16 @@ hr + .rq-note {
.recovery-page .label{
font-size: 18px;
margin-bottom: 1.5em;
margin-top: 1.5em;
}
.recovery-page .submit, .recovery-page .input, .recovery-page .error-text{
.recovery-page .input, .recovery-page .error-text{
display: inline-block;
}
.recovery-page .submit{
height: 40px;
line-height: 40px;
display: block;
margin: 2em 0 0 24px;
}
.recovery-page .input input{
margin-left: 24px;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save