+
{{ school_schedule.title }}{% if live_lesson and live_lesson.title %},
+ {{ live_lesson.title }}
+ {% endif %}
+
+
+ {% if live_lesson and live_lesson.short_description %}
+ {{ live_lesson.short_description }}
+ {% else %}
+ {{ school_schedule.description }}
{% endif %}
-
-
- {% if live_lesson and live_lesson.short_description %}
- {{ live_lesson.short_description }}
- {% else %}
- {{ school_schedule.description }}
- {% endif %}
-
-
-
Материалы
-
-
- {{ school_schedule.materials }}
-
- {% if school_schedule.schoolschedule_images.exists %}
-
Результаты прошлых уроков
-
- {% for image in school_schedule.schoolschedule_images.all %}
- {% thumbnail image.img.image "48x48" crop="center" as im %}
-
-
-
- {% endthumbnail %}
- {% endfor %}
+
+
Материалы
+
+
+ {{ school_schedule.materials }}
+
+
+ {% if school_schedule.schoolschedule_images.exists %}
+
Результаты прошлых уроков
+
+ {% for image in school_schedule.schoolschedule_images.all %}
+ {% thumbnail image.img.image "48x48" crop="center" as im %}
+
+
+
+ {% endthumbnail %}
+ {% endfor %}
+
+ {% endif %}
- {% endif %}
-
-
diff --git a/apps/school/templates/summer/open_lesson.html b/apps/school/templates/summer/open_lesson.html
index 46999c7f..abb8a9a2 100644
--- a/apps/school/templates/summer/open_lesson.html
+++ b/apps/school/templates/summer/open_lesson.html
@@ -1,4 +1,4 @@
+>подробнее
diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass
index 033ce477..01efd236 100755
--- a/web/src/sass/_common.sass
+++ b/web/src/sass/_common.sass
@@ -3731,6 +3731,8 @@ a.grey-link
box-shadow: -40px 0 0 0 $pink-light, 40px 0 0 0 $pink-light
+nf
border-color: transparent
+ +m
+ display: block
&__item.open
padding-bottom: 40px
&__item.open &__toggle
@@ -3750,14 +3752,8 @@ a.grey-link
&__item.disable &__title,
&__item.disable &__content
opacity: .4
- &__item.disable &__cell
- &:nth-child(1)
- justify-content: center
- &:nth-child(3)
- +m
- padding: 0 0 50px
&__cell
- &:nth-child(1)
+ &--info
display: flex
padding-right: 20px
flex-direction: column
@@ -3766,15 +3762,15 @@ a.grey-link
+m
padding: 0
flex: 0 0 0
- &:nth-child(2)
+ margin-bottom: 15px
+ &--preview
padding-right: 20px
flex: 0 0 90px
- &:nth-child(3)
+ &--content
flex: 0 0 calc(100% - 254px)
+m
- padding-top: 20px
flex: 0 0 calc(100% - 114px)
- &:nth-child(4)
+ &--toggle
flex: 0 0 34px
&__unlock
+m
@@ -3785,11 +3781,6 @@ a.grey-link
margin-bottom: auto
+m
display: flex
- position: absolute
- top: 20px
- left: 90px
- right: 0
- padding: 0
flex-direction: row
&__day
position: relative
@@ -3816,10 +3807,8 @@ a.grey-link
margin: -3px 0 0 auto
&__buy
+m
- position: absolute
- left: 0
- bottom: 40px
- align-items: center
+ display: flex
+ margin-left: 20px
&__time
margin: 15px 0
opacity: .5