From 0ceac912ef156250656b667a506b7c5c1607a069 Mon Sep 17 00:00:00 2001 From: Dmitry Tretyakov <76806170+tretdm@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:47:05 +0700 Subject: [PATCH] =?UTF-8?q?(=D0=9F=D0=BE=D0=BB=D1=83)=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D1=81=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BA=D1=80=D0=B0=D1=82=D0=BA=D0=BE=D0=B3=D0=BE?= =?UTF-8?q?=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20=D0=B4=D1=80=D1=83?= =?UTF-8?q?=D0=B7=D0=B5=D0=B9=20=D0=BF=D0=BE=20=D1=81=D0=B5=D1=82=D0=BA?= =?UTF-8?q?=D0=B5=20=D0=B4=D0=BB=D1=8F=20Firefox=2010.0=20=D0=B8=20Opera?= =?UTF-8?q?=208.53=20(#865)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Refactoring login and register button in sidebar For Firefox 10.0 and other old 2000s browsers compatibillity * CSS friends grid workaround for 2000s browsers --- Web/static/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index b2399bc7..4fff0fba 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -851,6 +851,8 @@ span { .content_list .cl_element { width: 33%; + display: inline-block; + text-align: center; } .content_list.long .cl_element { @@ -871,6 +873,7 @@ span { .content_list .cl_element .cl_name .cl_lname { font-size: 7pt; + display: block; } .ava { @@ -2253,7 +2256,7 @@ a.poll-retract-vote { } .regform-left{ - text-align: right; + text-align: right; min-width: 110px; } @@ -2275,7 +2278,7 @@ a.poll-retract-vote { } .tour div { - font-size: 11px; color:#000; + font-size: 11px; color:#000; } .video-wowzer > img { @@ -2294,4 +2297,4 @@ a.poll-retract-vote { width: 12px; background-image: url(/assets/packages/static/openvk/img/videoico.png); display: none; -} \ No newline at end of file +}