Skip to content
Snippets Groups Projects
Commit 6f14034c authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix left margin of file list summary

parent 4c97f2b3
No related branches found
No related tags found
No related merge requests found
......@@ -477,7 +477,7 @@ a.action>img {
border-bottom: none;
}
.summary .info {
margin-left: 55px;
margin-left: 40px;
}
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
......
......@@ -22,6 +22,10 @@ table td.date {
table td {
padding: 0;
}
/* and accordingly fix left margin of file list summary on mobile */
.summary .info {
margin-left: 55px;
}
/* remove shift for multiselect bar to account for missing navigation */
table.multiselect thead {
......
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