From 809bb59c9d02746ad6eb244176b9b4dfee684b55 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Sat, 22 Jan 2011 01:51:53 +0000 Subject: [PATCH] Tunnel Manager light tweaks. --- .../resources/themes/console/light/default.css | 14 +++++++------- .../resources/themes/console/light/i2ptunnel.css | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css index 068801114c..6e4bf38dc1 100644 --- a/installer/resources/themes/console/light/default.css +++ b/installer/resources/themes/console/light/default.css @@ -45,12 +45,12 @@ label { h4 { font-size: 11pt; font-weight: bold !important; - color: #001; - text-align: center; - border: 1px solid #225; + color: #115; + text-align: left; + border: 1px solid #115; margin: 5px 0 15px 0; padding: 5px 10px; - background: #eef url(images/header.png) repeat-x center center; + background: url(images/header.png) repeat-x center center; text-transform: uppercase; letter-spacing: 0.07em; -moz-border-radius: 4px; @@ -73,7 +73,7 @@ form { textarea, input, select, button, a { -moz-box-sizing: border-box; box-sizing: border-box; - font-size: 9pt; + font-size: 8.5pt; float: left; vertical-align: middle; } @@ -160,7 +160,7 @@ hr { border: 1px solid #447; padding: 2px; margin: 4px 0 2px 0px; - font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; + font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; font-weight: bold; background: #fff; color: #003; @@ -283,7 +283,7 @@ hr { padding: 0 0 0 2px; float: left; margin: 0; - font-size: 9pt !important; + font-size: 8.5pt !important; font-weight: bold; } diff --git a/installer/resources/themes/console/light/i2ptunnel.css b/installer/resources/themes/console/light/i2ptunnel.css index f54cacfcab..6eabd0663b 100644 --- a/installer/resources/themes/console/light/i2ptunnel.css +++ b/installer/resources/themes/console/light/i2ptunnel.css @@ -84,13 +84,13 @@ padding: 4px; margin: 2px 0 3px 0; background-color: #005; - color: #030; + color: #292; font-family: "Lucida Console", "DejaVu Sans Mono", "Andale Mono", "Courier New", Courier, mono; border: 1px inset #002; font-size: 9pt !important; font-weight: bold; text-align: justify !important; - background: #ddf; /*url(images/tabletile.png);*/ + background: #dfd url(images/magic.png); } #tunnelListPage .footer .control { @@ -140,6 +140,6 @@ #tunnelListPage .descriptionField label, #tunnelListPage .destinationField label { text-align: right; width: 150px; - height: 24px; + height: 28px; float: left; -} +} \ No newline at end of file -- GitLab