From a39eb81d7839ce2b4cc2180182e3760046a0e3fb Mon Sep 17 00:00:00 2001 From: eggy Date: Tue, 15 Aug 2017 19:43:50 +0200 Subject: [PATCH] Kontakticons ohne Popup (Bug 64) --- template/viewtopic_body.html | 24 +++++++++++++----------- theme/buttons.css | 2 +- theme/stylesheet.css | 31 +++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 12 deletions(-) diff --git a/template/viewtopic_body.html b/template/viewtopic_body.html index 75bc6a4..2a7ec39 100644 --- a/template/viewtopic_body.html +++ b/template/viewtopic_body.html @@ -178,26 +178,28 @@
{L_CONTACT}{L_COLON}
diff --git a/theme/buttons.css b/theme/buttons.css index 4c8283f..aee8533 100644 --- a/theme/buttons.css +++ b/theme/buttons.css @@ -87,7 +87,7 @@ border-bottom: 1px dotted; border-right: 1px dotted; display: block; - float: left; + /*float: left;*/ padding: 8px; } diff --git a/theme/stylesheet.css b/theme/stylesheet.css index c43b12b..63db321 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -23,6 +23,37 @@ @import url("debianforum.css?v=3.2"); +#debianforum-contact-icons { + background-color: "#ff0000"; + display: block; + padding: 5px; + font-size:0; + height: 16px; + width: 16px; +background-image: url("./images/icons_contact.png"); + +} + + + +.debianforum-contact-icon { +background-image: url("./images/icons_contact.png"); + background-repeat: no-repeat; + display: block; + height: 16px; + width: 16px; + font-size:0; +} +.contact-icons a { + border-bottom: 1px dotted; + border-right: 1px dotted; + display: block; + /*float: left;*/ + padding: 8px; +} + + + #debianforum_outer { } -- 2.39.2