From 7eeefa4a07ffeb98910e406368360b806f2c59ba Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Mon, 7 May 2018 17:54:47 +0300 Subject: [PATCH 01/22] Add blink to online dot --- web/src/sass/_common.sass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index cc6f3fa7..2c27fbae 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -36,6 +36,10 @@ $bg: #f8f8f8 $border: #E6E6E6 $cl: #191919 +@keyframes blinker + 50% + opacity: 0 + body min-width: 360px +f @@ -451,6 +455,7 @@ a.btn margin-top: -5px background: #EE4630 border-radius: 50% + animation: blinker 2s linear infinite; +t width: 6px height: 6px @@ -3758,6 +3763,7 @@ a.grey-link height: 8px background: #EE4630 border-radius: 50% + animation: blinker 2s linear infinite; &__date opacity: .5 +m From c7d76cf6a2957df2f381c0d4a558b530d52422a3 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Mon, 7 May 2018 18:04:26 +0300 Subject: [PATCH 02/22] Center stream video & chat --- web/src/sass/_common.sass | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index 2c27fbae..0158b4c0 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -2664,15 +2664,11 @@ a.grey-link margin-bottom: 30px color: #191919 &__video_frame - width: 640px - height: 360px - +m - width: 100% + width: 100% + height: 400px &__chat_frame - width: 600px + width: 100% height: 600px - +m - width: 100% .lessons From 62fce3c6aec94a4217cddeed73080acbc50837b4 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Tue, 8 May 2018 08:56:51 +0300 Subject: [PATCH 03/22] Update check online --- project/templates/blocks/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/templates/blocks/header.html b/project/templates/blocks/header.html index 71cfefe7..d4a6e5c9 100644 --- a/project/templates/blocks/header.html +++ b/project/templates/blocks/header.html @@ -27,7 +27,7 @@