diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index f73ac56..86312cb 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -994,7 +994,14 @@ } .container_subscribe{ - width: 33%; + width: 31%; + background: #FFFFFF; + border-radius: 10px; + padding: 2%; +} + +.container_subscribe.first{ + float: left; } .first-decr-subscribe{ @@ -1003,6 +1010,8 @@ font-size: 24px; font-weight: 700; color: #000000; + padding-bottom: 20px; + border-bottom: 2px solid #FF613A; } .price_subscribe{ @@ -1013,4 +1022,14 @@ font-weight: 500; font-size: 16px; color: #000000; +} + +.options_subscribe{ + padding-top: 20px; +} +.options_subscribe_title{ + font-weight: 600; + font-size: 18px; + color: #272424; + padding-bottom: 10px; } \ No newline at end of file diff --git a/static/img/svg/galka.svg b/static/img/svg/galka.svg new file mode 100644 index 0000000..59bdd9a --- /dev/null +++ b/static/img/svg/galka.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/js/check_new_messages.js b/static/js/check_new_messages.js index d6f239f..e1a024a 100644 --- a/static/js/check_new_messages.js +++ b/static/js/check_new_messages.js @@ -132,7 +132,10 @@ function check_new_messages (window,only_sender_mode){ if (request === undefined || window === null){ clearTimeout(check_msg) } else { - request.innerHTML = data.responseJSON.html; + // request.innerHTML = data.responseText; + } + if (check_msg !== null){ + clearInterval(check_msg) } } }); diff --git a/templates/blocks/profile/b_subscribe.html b/templates/blocks/profile/b_subscribe.html index a066c5f..a56cfed 100644 --- a/templates/blocks/profile/b_subscribe.html +++ b/templates/blocks/profile/b_subscribe.html @@ -30,5 +30,16 @@ Период: 24 часа +
+
+ Опции: +
+
+ +
+
+ \ No newline at end of file