From 212a794c658a2757f9ea327b2854d9cf66a91bb9 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Thu, 19 Jul 2012 00:41:52 +0000 Subject: [PATCH] Give div.app fixed height for classic and midnight console themes This stops app icons getting "stuck" on the right-hand side of /home --- installer/resources/themes/console/classic/console.css | 2 +- installer/resources/themes/console/midnight/console.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 5640bcb544..5245fa99c3 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -738,7 +738,7 @@ div.ag2 { div.app { float: left; padding: 2px; - /*height: 84px;*/ + height: 90px; width: 112px; text-align: center !important; } diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index eb8b2767e7..f630b23c7a 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -747,7 +747,7 @@ div.ag2 { div.app { float: left; padding: 2px; - /*height: 84px;*/ + height: 90px; width: 112px; text-align: center !important; } -- GitLab