From fefc494ba9633ad8adc38a151f3eeec0d68fd2d9 Mon Sep 17 00:00:00 2001 From: SBD Date: Sat, 20 Jan 2024 11:36:46 +0300 Subject: [PATCH] 0.0.177 --- static/aerbimCSS.css | 7 +++++-- static/aerbimCSSMOBILE.css | 22 ++++++++++++++++++++++ templates/widgets/w_project.html | 12 +++++++++++- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index bbb05e1..fbf93c0 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -1507,8 +1507,7 @@ body.n_scroll{ } .info_part_b_projects_slider{ - padding: 0 30px; - width: 90%; + width: calc(100% - 120px); } .el_container_projects_slider{ @@ -1521,6 +1520,10 @@ body.n_scroll{ display: none; } +.mobile_switchers_f_projects{ + display: none; +} + .left_part_proj{ width: 47.5%; margin-right: 2.5%; diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 1fbcb85..ddc1d1e 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -293,6 +293,28 @@ } @media (max-width: 800px) { + .mobile_switchers_f_projects{ + display: block; + margin-top: 10px; + text-align: -webkit-center; + width: 100%; + } + .left_arrow_f_projects_mobile{ + filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1195%) hue-rotate(184deg) brightness(87%) contrast(95%); + width: 15px; + height: 15px; + } + .right_arrow_f_projects_mobile{ + filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1195%) hue-rotate(184deg) brightness(87%) contrast(95%); + width: 15px; + height: 15px; + } + .counter_elements_projects_slider{ + position: relative; + bottom: 2px; + font-size: 20px; + color: #0C54A0; + } .label_feedback_form{ padding-left: 0; } diff --git a/templates/widgets/w_project.html b/templates/widgets/w_project.html index 02615c3..d0b43e6 100644 --- a/templates/widgets/w_project.html +++ b/templates/widgets/w_project.html @@ -11,5 +11,15 @@
- +
+ + + + + {{ forloop.counter }} / {{ forloop|length }} + + + + +
\ No newline at end of file