1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added editor indicators for offline and locked

This commit is contained in:
Luke Pulverenti 2013-08-06 12:48:27 -04:00
parent f2de7a8983
commit 4ee479b819
7 changed files with 61 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

View file

@ -14,6 +14,18 @@
display: none;
}
.offlineEditorNode {
color: #cc3333;
}
.editorNode img {
height: 18px;
margin: 0 .35em;
vertical-align: middle;
position: relative;
top: -2px;
}
@media all and (min-width: 600px) {
.editPageSidebar {