правки с сервера

remotes/origin/yandex
apache 9 years ago
parent f1ae846646
commit 71283ce9ab
  1. 3
      project/static/css/style.css
  2. BIN
      project/static/img/popup-cabinet.png
  3. 2
      project/templates/base.html

@ -664,9 +664,10 @@ tr.doc-row:hover {cursor:pointer;}
.license-ways .col-last {width:185px;}
#cabinet-popup {display:none;position:absolute;top:0;left:50%;z-index:99999;margin-top:30px;margin-left:250px;box-sizing:border-box;padding:40px 25px 25px 25px;width:300px;height:410px;background:url(../img/popup-cabinet.png) center center no-repeat;}
#cabinet-popup h2 {font-size:16px;border-bottom:1px solid #fed13e;padding:0;margin:10px 0;}
.yellow_round {width:80px;height:80px;border-radius:40px;background:#fed13e;text-align:center;font-size:48px;font-weight:bold;line-height:80px;display:inline-block;}
.yellow_round {padding: 10px;border-radius:100px;background:#fed13e;text-align:center;font-size:40px;font-weight:bold;display:inline-block;}
.grey {color:#7d8084;}
a.popup-link {display:block;padding: 5px 0px 5px 25px;text-decoration:none;font-style:italic;color:#51558b;}
a.popup-link:hover{text-decoration:underline;}
a.popup-buy-license {background:url(../img/popup-cart.png) no-repeat 0px center;}
a.popup-my-accs {background:url(../img/popup-list.png) no-repeat 3px center;}
a.popup-history {background:url(../img/popup-clock.png) no-repeat 3px center;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

@ -120,7 +120,7 @@
<span class='yellow_round'>{{ license_days }}</span>
</div>
<a href='{% url "customer_order_license" %}' class='popup-link popup-buy-license'>Купить лицензию</a>
<a href='{% url "customer_bank_accounts_list" %}' class='popup-link popup-my-accs'>Мои счета</a>
<a href='{% url "customer_license_list" %}' class='popup-link popup-my-accs'>Мои счета</a>
<a href='{% url "customer_paid_list" %}' class='popup-link popup-history'>История расчетов</a>
<h2>Настройки</h2>
<a href='{% url "myauth_change_password" %}' class='popup-link popup-password'>Сменить пароль</a>

Loading…
Cancel
Save