From f8fe2a295fa4bbd268ebfe3f40b82a62a84b7711 Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 28 Jul 2012 13:38:40 +0000 Subject: [PATCH 1/2] Fixed icon column width being too large in snark filemanager --- installer/resources/themes/snark/light/snark.css | 4 ++++ installer/resources/themes/snark/ubergine/snark.css | 6 +++++- installer/resources/themes/snark/vanilla/snark.css | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/installer/resources/themes/snark/light/snark.css b/installer/resources/themes/snark/light/snark.css index fe42d5064..6bf1dc442 100644 --- a/installer/resources/themes/snark/light/snark.css +++ b/installer/resources/themes/snark/light/snark.css @@ -356,6 +356,10 @@ td:first-child { border-top: 1px dotted #66f !important; } +.snarkFileIcon { + width: 16px; +} + .snarkFileName { padding: 4px 0px !important; text-align: left !important; diff --git a/installer/resources/themes/snark/ubergine/snark.css b/installer/resources/themes/snark/ubergine/snark.css index b3d599b6c..f6e80b9c5 100644 --- a/installer/resources/themes/snark/ubergine/snark.css +++ b/installer/resources/themes/snark/ubergine/snark.css @@ -357,6 +357,10 @@ td:first-child { border-top: 1px dotted #313 !important; } +.snarkFileIcon { + width: 16px; +} + .snarkFileName { padding: 4px 0px !important; text-align: left !important; @@ -854,4 +858,4 @@ input.trackerhome { input.trackerannounce { width: 230px; -} \ No newline at end of file +} diff --git a/installer/resources/themes/snark/vanilla/snark.css b/installer/resources/themes/snark/vanilla/snark.css index 7f87b38d9..a25203ff5 100644 --- a/installer/resources/themes/snark/vanilla/snark.css +++ b/installer/resources/themes/snark/vanilla/snark.css @@ -369,6 +369,10 @@ td:first-child { border-top: 1px dotted #313 !important; } +.snarkFileIcon { + width: 16px; +} + .snarkFileName { padding: 4px 0px !important; text-align: left !important; From 639253e9bbdae1c69e8a0800852cee7840742b65 Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 28 Jul 2012 13:45:12 +0000 Subject: [PATCH 2/2] Fixed a bug in a console_big.css override in light and dark themes --- installer/resources/themes/console/dark/console_big.css | 2 +- installer/resources/themes/console/light/console_big.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/resources/themes/console/dark/console_big.css b/installer/resources/themes/console/dark/console_big.css index 21b616db3..66076bc46 100644 --- a/installer/resources/themes/console/dark/console_big.css +++ b/installer/resources/themes/console/dark/console_big.css @@ -16,7 +16,7 @@ div.routersummary table { } div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a { - text-shadow: 0 0 0 #fff !important; + text-shadow: 0 0 0 0 !important; } div.routersummary h4 { diff --git a/installer/resources/themes/console/light/console_big.css b/installer/resources/themes/console/light/console_big.css index 8f3e3a346..f1eccc81c 100644 --- a/installer/resources/themes/console/light/console_big.css +++ b/installer/resources/themes/console/light/console_big.css @@ -11,7 +11,7 @@ div.routersummary a { } div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a { - text-shadow: 0 0 0 #fff !important; + text-shadow: 0 0 0 0 !important; } @@ -90,4 +90,4 @@ div.tunnels a { code, tt { font-size: 10pt !important; -} \ No newline at end of file +}