diff options
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; |