Skip to content
Snippets Groups Projects
Commit 7a1d0b84 authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #5321 from owncloud/settings-applistwidths

Fixed app list right container to not overlap left container scrollbar
parents 05523e7a c60f52dd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment