CC-6095 - placeholder div for empty library views; placeholder icons

This commit is contained in:
Duncan Sommerville 2015-08-28 15:40:32 -04:00
parent 6446c9e314
commit 901ca54fd6
4 changed files with 90 additions and 10 deletions

View file

@ -136,6 +136,33 @@ div.btn > span {
border: 1px solid #5b5b5b;
}
#library_empty_image {
opacity: .3;
top: -20px;
margin-top: -2px;
padding-right: 2px; /* For the webstream icon */
}
#library_empty {
display: none;
font-size: 16px;
position: absolute;
width: 100%;
top: 44%;
text-align: center;
color: #efefef;
}
#library_empty a {
font-size: 0.85em;
text-decoration: none;
}
#library_empty a:visited {
color: #1683b0;
}
thead th.ui-state-default {
border: solid #666;
border-width: 0 0 1px 1px;