From 79e9a7673d41a813bd975186794bf5ee8155f3e9 Mon Sep 17 00:00:00 2001 From: lalka2018 <99399973+lalka2016@users.noreply.github.com> Date: Sun, 23 Apr 2023 20:55:24 +0300 Subject: [PATCH] some changes for upload picture text --- Web/static/css/avataredit.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Web/static/css/avataredit.css b/Web/static/css/avataredit.css index 9f9c6a52..189d0938 100644 --- a/Web/static/css/avataredit.css +++ b/Web/static/css/avataredit.css @@ -41,8 +41,13 @@ .newpict { position:absolute; - margin-left:0; - margin-right:0; + text-align:center; + left:20%; + top:75%; +} +.newpict:hover +{ + color:#5680a0; } #groupAvatarChange { @@ -60,4 +65,4 @@ position:absolute; left:0; margin-left:20px; -} \ No newline at end of file +}