CC-6095 - placeholder div for empty library views; placeholder icons
This commit is contained in:
parent
6446c9e314
commit
901ca54fd6
4 changed files with 90 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue