From 8d827339a3a1b6606a0831680a4e102da05b829e Mon Sep 17 00:00:00 2001 From: Marc Kemper Date: Sun, 7 May 2017 19:22:04 +0000 Subject: [PATCH] style.css edited online with Bitbucket --- style.css | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/style.css b/style.css index 634c83a..21b3451 100644 --- a/style.css +++ b/style.css @@ -94,13 +94,11 @@ table.center { background-color: white; } .loginform_login { - padding: 30px; padding-bottom: 0px; - background: rgba(18,18,18, 0.3); - border: 2px solid #DDDDDD; - position: fixed; - left: 20px; - bottom: 20px; + position: absolute; + top: 38px; + left: 10px; + width: 550px; } .bild { @@ -146,15 +144,11 @@ table.center { overflow: auto; } .m_login_c{ - background-color: #fff; + position: fixed; + left: 20px; + bottom: 20px; + border: 2px solid #DDDDDD; border-radius: 8px; - height: 200px; - margin-top: -240px; - left: 50%; - top: 50%; - position: absolute; - transform: translateX(-50%); - border: 2px solid #DDDDDD } .close {