fix file list summary left alignment

This commit is contained in:
Jan-Christoph Borchardt 2014-12-17 11:08:39 +01:00
parent 433d1de923
commit c7cf0d0386
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ table td {
}
/* and accordingly fix left margin of file list summary on mobile */
.summary .info {
margin-left: 55px;
margin-left: 105px;
}
/* remove shift for multiselect bar to account for missing navigation */