From ff801a6a58475764ac17d6f62dda3cda77706216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Sat, 2 Jul 2016 18:05:08 +0200 Subject: [PATCH] CSS improved --- resources/public/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/public/style.css b/resources/public/style.css index 46c165b..6705e3b 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -300,6 +300,12 @@ fieldset { } #tableau { + position: relative; + top: 0.4em; font-weight: lighter; float: right; +} + +#plain-password { + width: 10em; } \ No newline at end of file