diff options
author | kondou <kondou@ts.unde.re> | 2013-07-02 04:28:52 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-07-02 04:28:52 +0200 |
commit | b1d0de95a9407662933c1d662834410fe927423c (patch) | |
tree | 5fc79c1c8a985d38d8b63709ef4cb92786922453 /apps/files/css | |
parent | fbdf46b76e0162261be4a7c9e5a71868a331f4d8 (diff) | |
download | nextcloud-server-b1d0de95a9407662933c1d662834410fe927423c.tar.gz nextcloud-server-b1d0de95a9407662933c1d662834410fe927423c.zip |
Show a summary as the last filelist entry
Fix #993
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 108dcd741c6..f2ca1065eca 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -159,6 +159,14 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } display:inline; } +.summary { + opacity: .5; +} + +.summary .info { + margin-left: 3em; +} + #scanning-message{ top:40%; left:40%; position:absolute; display:none; } div.crumb a{ padding:0.9em 0 0.7em 0; color:#555; } |