From aa176736bd29b32453d787a9b5f14f1dd5f71fd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Thu, 5 Aug 2021 11:21:14 +0200 Subject: [PATCH] main.rtl.css: update. --- static/css/main.rtl.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/static/css/main.rtl.css b/static/css/main.rtl.css index 1ca4ea92..43f8be11 100644 --- a/static/css/main.rtl.css +++ b/static/css/main.rtl.css @@ -23,12 +23,16 @@ margin-left: 0; margin-right: 4em; } +.dropdown > h4.expanded { + border-radius: 3px 0 0 3px; +} + /* ========================================================================== Media Queries ========================================================================== */ -@media only screen and (min-width: 600px) and (max-width: 899px) { +@media only screen and (min-width: 600px) and (max-width: 949px) { #header .intro { float: left; @@ -42,7 +46,16 @@ } -@media only screen and (min-width: 900px) { +@media (min-width:800px) { + + .float-small { + float: left; + margin: 0 30px 20px 0; + } + +} + +@media only screen and (min-width: 950px) { .nav ul.lang { margin: 0 0.5em 0 0; @@ -83,4 +96,9 @@ margin: 0 0 1em 3%; } + .float-medium { + float:left; + margin:0 30px 20px 0; + } + } -- 2.25.1