aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-07-03 16:40:38 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-07-03 16:40:38 +0200
commita829d07234e06eeeff79cf10ccae7350ec4797bc (patch)
treeeb5ee72790cc22ee51a23e2bee3196d499078765
parent6c174813b65c6491927d1db9f19d06b7eca99ad7 (diff)
parentcee5afa8af65a23cc63b3590458687cfb0c9f2f2 (diff)
downloadnextcloud-server-a829d07234e06eeeff79cf10ccae7350ec4797bc.tar.gz
nextcloud-server-a829d07234e06eeeff79cf10ccae7350ec4797bc.zip
Merge pull request #9403 from owncloud/design-fix-fileslistbottom
Fix bottom of files list, add proper space to have room for dropdowns
-rw-r--r--apps/files/css/files.css6
-rw-r--r--apps/files/css/mobile.css4
2 files changed, 7 insertions, 3 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index f8308f93296..287dedc23f2 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -473,12 +473,12 @@ a.action>img {
}
.summary td {
- padding-top: 8px;
- padding-bottom: 8px;
+ padding-top: 20px;
+ padding-bottom: 250px;
border-bottom: none;
}
.summary .info {
- margin-left: 55px;
+ margin-left: 40px;
}
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index fe876899b4a..780b7ac8443 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -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 {