From 89eefbe46c0cb8d6c1865ec94b7afeb59c5ff3f0 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 19 Jul 2011 16:34:27 +0200 Subject: Fix style and scrollbar --- view/theme/duepuntozero/style.css | 6 +++--- view/theme/loozah/style.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'view') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 314fb5e75..0d940992b 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1490,7 +1490,7 @@ input#dfrn-url { } #acl-wrapper { - width: 805px; + width: 690px; float:left; } #acl-search { @@ -1516,14 +1516,14 @@ input#dfrn-url { } #acl-list { - width: 805px; height: 210px; border: 1px solid #cccccc; clear: both; margin-top: 30px; + overflow: auto; } #acl-list-content { - overflow: auto; + } .acl-list-item { display: block; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 016b9d837..eac4c4618 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1568,7 +1568,7 @@ padding: 5px 10px 0px; } #acl-wrapper { - width: 805px; + width: 690px; float:left; } #acl-search { @@ -1594,14 +1594,14 @@ padding: 5px 10px 0px; } #acl-list { - width: 805px; height: 210px; border: 1px solid #cccccc; clear: both; margin-top: 30px; + overflow: auto; } #acl-list-content { - overflow: auto; + } .acl-list-item { display: block; -- cgit v1.2.3