From c9d3f45e4e7c1e006cba4be85e23ebf3fdc6e508 Mon Sep 17 00:00:00 2001 From: Dmitry Tretyakov <76806170+tretdm@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:20:49 +0700 Subject: [PATCH] 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 +}