Fix style and scrollbar

This commit is contained in:
Fabio Comuni 2011-07-19 16:34:27 +02:00
parent 9debbfde1e
commit 89eefbe46c
3 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ function ACL(backend_url, preset){
that.deny_cid = (preset[2] || []); that.deny_cid = (preset[2] || []);
that.deny_gid = (preset[3] || []); that.deny_gid = (preset[3] || []);
that.group_uids = []; that.group_uids = [];
that.nw = 5; that.nh = 5; that.nw = 4; //items per row. should be calulated from #acl-list.width
that.list_content = $("#acl-list-content"); that.list_content = $("#acl-list-content");
that.item_tpl = unescape($(".acl-list-item[rel=acl-template]").html()); that.item_tpl = unescape($(".acl-list-item[rel=acl-template]").html());

View File

@ -1490,7 +1490,7 @@ input#dfrn-url {
} }
#acl-wrapper { #acl-wrapper {
width: 805px; width: 690px;
float:left; float:left;
} }
#acl-search { #acl-search {
@ -1516,14 +1516,14 @@ input#dfrn-url {
} }
#acl-list { #acl-list {
width: 805px;
height: 210px; height: 210px;
border: 1px solid #cccccc; border: 1px solid #cccccc;
clear: both; clear: both;
margin-top: 30px; margin-top: 30px;
overflow: auto;
} }
#acl-list-content { #acl-list-content {
overflow: auto;
} }
.acl-list-item { .acl-list-item {
display: block; display: block;

View File

@ -1568,7 +1568,7 @@ padding: 5px 10px 0px;
} }
#acl-wrapper { #acl-wrapper {
width: 805px; width: 690px;
float:left; float:left;
} }
#acl-search { #acl-search {
@ -1594,14 +1594,14 @@ padding: 5px 10px 0px;
} }
#acl-list { #acl-list {
width: 805px;
height: 210px; height: 210px;
border: 1px solid #cccccc; border: 1px solid #cccccc;
clear: both; clear: both;
margin-top: 30px; margin-top: 30px;
overflow: auto;
} }
#acl-list-content { #acl-list-content {
overflow: auto;
} }
.acl-list-item { .acl-list-item {
display: block; display: block;