From 4833b68fc0069806db1ec6ef0643b1f0c9f5f5dd Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Sat, 11 Dec 2010 03:34:38 +0000 Subject: [PATCH] Midnight top 'n tail. --- .../themes/console/midnight/console.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index 3ddb1ab824..39b8df3d4c 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -67,7 +67,7 @@ div.logo a:hover { /* http proxy error warning */ div.warning { - margin: 25px 25px 10px 260px; + margin: 25px 25px 15px 260px; padding: 0px 20px 20px 75px; background: #001; border: 1px solid #99f; @@ -766,12 +766,12 @@ p { padding-bottom: -2px; text-align: justify; margin-top: 5px !important; - margin-left: 5px !important; + margin-left: 5px !important; } .links li { list-style-image: url("images/link.png") !important; - padding-right: 20px !important; + padding-right: 15px !important; } .links li:last-child { @@ -830,8 +830,8 @@ tt { .tidylist { text-align: justify; - padding-right: 30px; - margin-right: 20px; + padding-right: 20px; + margin-right: 10px !important; } div.graphspanel { @@ -909,3 +909,11 @@ div.footnote hr{ height: 1px; border: 0px solid #99f; } + +.topness { + font-size: 7.5pt; + text-align: right; + margin-top: -23px; + margin-bottom: -5px; + margin-right: 5px; +} \ No newline at end of file -- GitLab