From 4812e04a76410ea627e80322f1bff6b29e667986 Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 6 Jul 2017 10:41:14 +0200 Subject: [PATCH] zweite Loginbox ueberhalb der Forenliste --- template/index_body.html | 23 +++++++++++++++++++++++ theme/common.css | 10 ++++------ 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/template/index_body.html b/template/index_body.html index 73b0451..6ec0e2b 100644 --- a/template/index_body.html +++ b/template/index_body.html @@ -13,6 +13,29 @@ + + +
+

{L_LOGIN_LOGOUT}  •  {L_REGISTER}

+ +
+ + +

+ + + diff --git a/theme/common.css b/theme/common.css index 1299e33..6d5aa79 100644 --- a/theme/common.css +++ b/theme/common.css @@ -149,9 +149,10 @@ a:hover { text-decoration: underline; } margin: 4px 0; clear: both; float:right; - margin-left: 160px; + /* margin-left: 160px; margin-right: 16px; - padding-left: 15px; + padding-left: 15px; */ +width:85%; } @@ -162,6 +163,7 @@ a:hover { text-decoration: underline; } left: 15px; position: absolute; top: 160px; +float:left; } @@ -239,10 +241,6 @@ a:hover { text-decoration: underline; } /* TODO: farben nach colors schieben */ .forabg { - -moz-border-bottom-colors: none; - -moz-border-left-colors: none; - -moz-border-right-colors:none; - -moz-border-top-colors: none; background-color: #dbdbdb; border-color: #d0d0d0 #d0d0d0 #d0d0d0 #d70751; border-image: none; -- 2.39.2