From 3f9b779202a8371b6ab3a56508a4f2597f9b5013 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Jul 2015 21:46:56 +0200 Subject: [PATCH] =?UTF-8?q?Tooltip=20f=C3=BCr=20minimale=20Aufl=C3=B6sung?= =?UTF-8?q?=20optimiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/raw.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/raw.css b/style/raw.css index 2f60ac3..26481fe 100644 --- a/style/raw.css +++ b/style/raw.css @@ -199,11 +199,11 @@ color: #ff0; font-weight: bold; content: attr(title); - left: 20%; - padding: 5px 15px; + left: -15%; + padding: 5px 5px; position: absolute; z-index: 98; - width: 220px; + width: 150px; }