Fixed app list right container to not overlap left container scrollbar

- Container widths in apps list now use pixels instead of em
- Container widths now match properly and rightcontainer doesn't overlap
  the scrollbar any more
This commit is contained in:
Vincent Petry 2013-10-14 11:37:26 +02:00
parent de920736c5
commit c60f52ddf7

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; } tr:hover>td.remove>a { float:right; }
li.selected { background-color:#ddd; } li.selected { background-color:#ddd; }
table.grid { width:100%; } table.grid { width:100%; }
#rightcontent { padding-left: 1em; } #leftcontent, .leftcontent {
width: 256px;
}
#rightcontent, .rightcontent { top: 80px; left: 336px; }
#rightcontent { padding-left: 10px; }
div.quota { div.quota {
float: right; float: right;
display: block; display: block;