CC-6130 - fix empty placeholders appearing when search returns no results
This commit is contained in:
parent
53b835715a
commit
ba26adc904
2 changed files with 6 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue