aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css6
-rw-r--r--apps/files/css/mobile.css2
2 files changed, 7 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 3829759a14e..eb6fec4a97f 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -556,6 +556,12 @@ table tr.summary td {
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
+#emptycontent .icon-starred {
+ height: 30px;
+ width: 30px;
+ margin: 0 auto 10px;
+}
+
table.dragshadow {
width:auto;
}
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index 780b7ac8443..4881f7c70e4 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -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 */