From 40734e677616a18cc9bc126755822fe7d1be6b9b Mon Sep 17 00:00:00 2001 From: 0ip Date: Sat, 9 Feb 2013 20:58:57 +0100 Subject: [PATCH] Fix table CSS --- src/static/css/admin.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/static/css/admin.css b/src/static/css/admin.css index c35aca310..33ec5710c 100644 --- a/src/static/css/admin.css +++ b/src/static/css/admin.css @@ -191,10 +191,12 @@ a:focus, a:hover { } td:before { + position: absolute; + top: 6px; + left: 6px; + text-align: left; padding-right: 10px; white-space: nowrap; - float: left; - margin-left: -100%; font-weight: bold; content: attr(data-label); }