From 40492cf519fc5e8ce276d36f8b1ed86e7d579078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 22 Feb 2014 11:48:58 +0000 Subject: [PATCH] Adaptive nicklist width --- css/glowingbear.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 7fa16e3..ace1b3b 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -360,7 +360,8 @@ table.notimestamp td.time { #nicklist { height: auto; - width: 160px; + width: auto; + padding: 35px 7px 35px 10px; text-align: center; -webkit-box-shadow: 0px 0px 120px #000; box-shadow: 0px 0px 120px #000;