]> source.dussan.org Git - nextcloud-server.git/commitdiff
Do not duplicate the empty content css
authorJoas Schilling <nickvergessen@owncloud.com>
Tue, 24 Mar 2015 09:27:34 +0000 (10:27 +0100)
committerJoas Schilling <nickvergessen@owncloud.com>
Tue, 24 Mar 2015 10:29:29 +0000 (11:29 +0100)
apps/files/css/files.css
apps/files/templates/list.php

index d09df9d795d1a083155c586038b196d0601cd486..d546f346ce034a8110d8574b7f27594c7d561efe 100644 (file)
@@ -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;
-}
index f2292bfae369c5232cba9a355ac867c5a56bae85..47f15d8a1486b0d8fac0fa78000cb023228d26c8 100644 (file)
@@ -57,7 +57,7 @@
        <p><?php p($l->t('Upload some content or sync with your devices!')); ?></p>
 </div>
 
-<div class="nofilterresults hidden">
+<div class="nofilterresults emptycontent hidden">
        <div class="icon-search"></div>
        <h2><?php p($l->t('No entries found in this folder')); ?></h2>
        <p></p>