From 8ab147cdcbdbe87915f7cac7c102096f0e6ff332 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Tue, 12 Sep 2017 17:52:09 +0200 Subject: [PATCH] v 1.4.4.2 - Forced 16x16 image size in viewer and adminlist --- css/style.css | 5 +++++ include/footer.php | 2 +- include/modulecheck.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 9862d6d..207bb35 100644 --- a/css/style.css +++ b/css/style.css @@ -36,6 +36,11 @@ p, a { word-wrap: break-word; } +/* Force 16px icon size after TeamSpeak update 3.1.5 */ +.ts3_viewer img, .adminlist img { + width: 16px; +} + /* ****** */ /* STATUS */ /* ****** */ diff --git a/include/footer.php b/include/footer.php index a105158..76d1c8d 100644 --- a/include/footer.php +++ b/include/footer.php @@ -12,7 +12,7 @@