From 65b6ec79ed0891a4622cbb5d8ec934e4bd8caef2 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 5 Mar 2012 10:55:26 -0500 Subject: [PATCH 2/8] hopefully fix the overflow issue everywhere this time Signed-off-by: Simon L'nu --- view/theme/dispy/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index a9d680d943..01c7fe6646 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -414,8 +414,8 @@ div.jGrowl div.info { padding-left: 58px; } #nav-notifications-menu { - margin-top: 30px; - width: 255px; + margin: 30px 0 0 -45px; + width: 300px; max-height: 400px; overflow: auto; font-size: 9pt; @@ -1021,6 +1021,7 @@ section { /*border: 1px #aaa solid;*/ /*border-radius: 5px;*/ padding: 0px; + overflow-x: auto; } .wall-item-photo-menu { display: none; From ef1d02e7bd93b6da95db2a195d22b591d0e562ed Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 5 Mar 2012 12:21:50 -0500 Subject: [PATCH 4/8] still working on jot-header. amending