Do not duplicate the empty content css
This commit is contained in:
parent
c3c2517131
commit
f2be172ae8
|
@ -625,26 +625,3 @@ table.dragshadow td.size {
|
||||||
.mask.transparent{
|
.mask.transparent{
|
||||||
opacity: 0;
|
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;
|
|
||||||
}
|
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
<p><?php p($l->t('Upload some content or sync with your devices!')); ?></p>
|
<p><?php p($l->t('Upload some content or sync with your devices!')); ?></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nofilterresults hidden">
|
<div class="nofilterresults emptycontent hidden">
|
||||||
<div class="icon-search"></div>
|
<div class="icon-search"></div>
|
||||||
<h2><?php p($l->t('No entries found in this folder')); ?></h2>
|
<h2><?php p($l->t('No entries found in this folder')); ?></h2>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
|
Loading…
Reference in New Issue