From 6996c60a41ea62dab269380e8008438f52c948ba Mon Sep 17 00:00:00 2001 From: z3d Date: Wed, 8 Dec 2010 05:34:22 +0000 Subject: [PATCH] I2PSnark: vanilla/ubergine status line tweaks. --- installer/resources/themes/snark/ubergine/snark.css | 9 +++++++++ installer/resources/themes/snark/vanilla/snark.css | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/installer/resources/themes/snark/ubergine/snark.css b/installer/resources/themes/snark/ubergine/snark.css index 1fe4762e5..3d0e3648b 100644 --- a/installer/resources/themes/snark/ubergine/snark.css +++ b/installer/resources/themes/snark/ubergine/snark.css @@ -181,6 +181,15 @@ tfoot th { padding-bottom: 4px !important; } +tfoot img, tfoot:nth-child(2) img, tfoot:nth-child(1) img, tfoot:nth-child(3) img, tfoot:nth-child(4) img { + margin: 0px 2px 3px 0px !important; + padding-right: 0 !important; +} + +tfoot tr:nth-child(n+1) { + text-align: left; +} + .headerstatus { text-align: left; padding-left: 15px; diff --git a/installer/resources/themes/snark/vanilla/snark.css b/installer/resources/themes/snark/vanilla/snark.css index 2c7ce69ee..50c353578 100644 --- a/installer/resources/themes/snark/vanilla/snark.css +++ b/installer/resources/themes/snark/vanilla/snark.css @@ -187,6 +187,15 @@ tfoot th { padding-bottom: 4px !important; } +tfoot img, tfoot:nth-child(2) img, tfoot:nth-child(1) img, tfoot:nth-child(3) img, tfoot:nth-child(4) img { + margin: 0px 2px 3px 0px !important; + padding-right: 0 !important; +} + +tfoot tr:nth-child(n+1) { + text-align: left; +} + .headerstatus { text-align: left; padding-left: 15px;