From bc940eeafd15961e62ada2f68b4b8cfe418c6095 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Wed, 7 May 2008 08:20:05 +0000 Subject: [PATCH] removed outline from i-view to avoid scrollbars in, well, everyhing (starting with HelloWorld) svn changeset:4364/svn branch:trunk --- WebContent/ITMILL/themes/default/common/common.css | 3 ++- WebContent/ITMILL/themes/default/styles.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index f5e3c1e274..9edf777b0e 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -20,7 +20,8 @@ height: 100%; width: 100%; overflow: auto; - /* avoid scrollbars with margins in root layout */ + /* avoid scrollbars with margins in root layout */ + outline: none; margin-top:-1px; border-top:1px solid transparent; } diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 10c5577287..22c47c40c8 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -99,6 +99,7 @@ width: 100%; overflow: auto; /* avoid scrollbars with margins in root layout */ + outline: none; margin-top:-1px; border-top:1px solid transparent; } -- 2.39.5