From dc0a1281bf36fa521b9f723759fbf93acff445de Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 9 Jan 2014 03:10:50 +0000 Subject: [PATCH] Migrated overlap fix from Fux (ticket #773) --- installer/resources/themes/console/midnight/console.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index 54081cfc3..b35962832 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -381,7 +381,7 @@ div.main { } div.main ul { - margin: -10px 0 -10px -10px; + margin: 5px 0; } div.main li { @@ -978,7 +978,8 @@ div.joblog ul { } div.joblog li:first-child { - margin-top: -10px; + margin-top: 0; + padding: 10px 0; } div.joblog li:last-child {