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

fix windows restart

This commit is contained in:
Luke Pulverenti 2015-09-21 21:05:33 -04:00
parent 4ef47844d8
commit 257a7d2879
18 changed files with 221 additions and 141 deletions

View file

@ -5,31 +5,34 @@
margin: 0 !important;
float: right;
vertical-align: middle;
min-width: 4.1em;
}
.btnNotificationsInner {
color: #fff;
font-weight: 400;
display: none;
font-weight: 500;
position: relative;
top: -4px;
padding: 3px 8px;
top: -8px;
border-radius: 1000px;
background: #444;
line-height: 28px;
min-width: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
}
.levelNormal {
background-color: #4d90fe;
display: block;
}
.levelWarning {
background-color: #FF7537;
display: block;
}
.levelError {
background-color: #d14836;
display: block;
}
.flyoutNotification {