From deab6b40e024a029d96d426b3477f5f4fc97aa09 Mon Sep 17 00:00:00 2001 From: z3d Date: Fri, 17 Sep 2010 08:00:09 +0000 Subject: [PATCH] I2PSnark: Fix text alignment issues. --- installer/resources/themes/console/snark.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css index ec7d37e1e..4df2f8eb0 100644 --- a/installer/resources/themes/console/snark.css +++ b/installer/resources/themes/console/snark.css @@ -129,6 +129,11 @@ td:first-child { font-size: 8pt; } +.snarkTorrentStatus { + text-align: center !important; + font-style: italic; +} + .snarkTorrentOdd { background: #444; font-size: 8pt; @@ -137,6 +142,7 @@ td:first-child { .snarkFileName { min-width: 25em; padding: 4px 10px; + text-align: left !important; } .snarkFileSize { @@ -145,6 +151,8 @@ td:first-child { .snarkFileStatus { padding: 4px 10px; + text-align: center; + font-style: italic; } .thumb {