diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-14 21:26:06 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-14 21:26:06 +0200 |
commit | b2f666c98f462da43168ae93a39c8dc886ba847e (patch) | |
tree | a58545b05c5acb0c5ebd9c7482bef6bf9afd03c0 /apps/files/css | |
parent | 623f9ec817490c93e8abf0825bab372acf08c29e (diff) | |
download | nextcloud-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.css | 3 |
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; } |