Merge pull request #5321 from owncloud/settings-applistwidths

Fixed app list right container to not overlap left container scrollbar
This commit is contained in:
Vincent Petry 2013-10-18 05:18:49 -07:00
commit 7a1d0b8497
1 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,11 @@ tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:h
tr:hover>td.remove>a { float:right; }
li.selected { background-color:#ddd; }
table.grid { width:100%; }
#rightcontent { padding-left: 1em; }
#leftcontent, .leftcontent {
width: 256px;
}
#rightcontent, .rightcontent { top: 80px; left: 336px; }
#rightcontent { padding-left: 10px; }
div.quota {
float: right;
display: block;