Skip to content
Snippets Groups Projects
Commit a829d072 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #9403 from owncloud/design-fix-fileslistbottom

Fix bottom of files list, add proper space to have room for dropdowns
parents 6c174813 cee5afa8
Branches
No related tags found
No related merge requests found
...@@ -473,12 +473,12 @@ a.action>img { ...@@ -473,12 +473,12 @@ a.action>img {
} }
.summary td { .summary td {
padding-top: 8px; padding-top: 20px;
padding-bottom: 8px; padding-bottom: 250px;
border-bottom: none; border-bottom: none;
} }
.summary .info { .summary .info {
margin-left: 55px; margin-left: 40px;
} }
#scanning-message{ top:40%; left:40%; position:absolute; display:none; } #scanning-message{ top:40%; left:40%; position:absolute; display:none; }
......
...@@ -22,6 +22,10 @@ table td.date { ...@@ -22,6 +22,10 @@ table td.date {
table td { table td {
padding: 0; 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 */ /* remove shift for multiselect bar to account for missing navigation */
table.multiselect thead { table.multiselect thead {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment