summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-14 21:26:06 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-14 21:26:06 +0200
commitb2f666c98f462da43168ae93a39c8dc886ba847e (patch)
treea58545b05c5acb0c5ebd9c7482bef6bf9afd03c0 /apps/files/css
parent623f9ec817490c93e8abf0825bab372acf08c29e (diff)
downloadnextcloud-server-b2f666c98f462da43168ae93a39c8dc886ba847e.tar.gz
nextcloud-server-b2f666c98f462da43168ae93a39c8dc886ba847e.zip
fix file summary position
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index de7be0a6a22..4f2f10da4dd 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -281,9 +281,8 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
.summary {
opacity: .5;
}
-
.summary .info {
- margin-left: 3em;
+ margin-left: 55px;
}
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }