diff --git a/public/css/admin.css b/public/css/admin.css index a89bb63..c78da08 100644 --- a/public/css/admin.css +++ b/public/css/admin.css @@ -7,4 +7,18 @@ border-radius: 0.75vw; font-weight: bold; color: lightgrey; +} + +.addButton { + position: absolute; + right: 2%; + top: calc(90vh - 3vw); + width: 3vw; +} + +.addButton button { + position: fixed; + height: 3vw; + width: 3vw; + font-size: 1.4vw; } \ No newline at end of file diff --git a/public/css/base.css b/public/css/base.css index 6098603..c4623e1 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -22,4 +22,8 @@ /*top: calc(100% + 0.40rem); right: -0.75rem;*/ left: auto !important; +} + +.container { + position: relative; } \ No newline at end of file diff --git a/templates/user/users.html.twig b/templates/user/users.html.twig index e48ddc7..8b59c60 100644 --- a/templates/user/users.html.twig +++ b/templates/user/users.html.twig @@ -6,7 +6,7 @@ {% endblock %} {% block body %} -