CC-6130 - fix empty placeholders appearing when search returns no results

This commit is contained in:
Duncan Sommerville 2015-09-04 15:37:04 -04:00
parent 53b835715a
commit ba26adc904
2 changed files with 6 additions and 19 deletions

View file

@ -164,9 +164,9 @@ div.btn > span {
#library_empty {
display: none;
font-size: 16px;
position: fixed;
/*width: 100%;*/
/*top: 44%;*/
position: absolute;
width: 100%;
top: 44%;
text-align: center;
color: #efefef;
}