From: Joas Schilling Date: Tue, 24 Mar 2015 09:27:34 +0000 (+0100) Subject: Do not duplicate the empty content css X-Git-Tag: v8.1.0alpha1~208^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f2be172ae89b9d20e2bd2c87d253a69eff9162ac;p=nextcloud-server.git Do not duplicate the empty content css --- diff --git a/apps/files/css/files.css b/apps/files/css/files.css index d09df9d795d..d546f346ce0 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -625,26 +625,3 @@ table.dragshadow td.size { .mask.transparent{ opacity: 0; } - -.nofilterresults { - font-size: 16px; - color: #888; - position: absolute; - text-align: center; - top: 30%; - width: 100%; -} -.nofilterresults h2 { - font-size: 22px; - margin-bottom: 10px; -} -.nofilterresults [class^="icon-"], -.nofilterresults [class*=" icon-"] { - background-size: 64px; - height: 64px; - width: 64px; - margin: 0 auto 15px; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; - filter: alpha(opacity=50); - opacity: .5; -} diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index f2292bfae36..47f15d8a148 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -57,7 +57,7 @@

t('Upload some content or sync with your devices!')); ?>

-