Merge pull request #5321 from owncloud/settings-applistwidths
Fixed app list right container to not overlap left container scrollbar
This commit is contained in:
commit
7a1d0b8497
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue