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

dlna fixes

This commit is contained in:
Luke Pulverenti 2014-06-22 01:52:31 -04:00
parent 11cb5f0b45
commit b9aac88766
28 changed files with 410 additions and 423 deletions

View file

@ -1,23 +1,30 @@
.btnNotifications {
text-decoration: none;
text-decoration: none!important;
}
.btnNotificationsInner {
text-decoration: none!important;
vertical-align: middle;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 8px 12px;
padding: 0 12px;
line-height: 22px;
margin-top: 15px;
text-align: center;
text-decoration: none !important;
-moz-user-select: none;
-webkit-user-select: none;
background-color: #f5f5f5;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
border: 1px solid #dcdcdc;
color: #666;
background-color: #353535;
background-image: -webkit-gradient(linear,left top,left bottom,from(#353535),to(#313131));
background-image: -webkit-linear-gradient(top,#353535,#313131);
background-image: -moz-linear-gradient(top,#353535,#313131);
background-image: -ms-linear-gradient(top,#353535,#313131);
background-image: -o-linear-gradient(top,#353535,#313131);
background-image: linear-gradient(top,#353535,#313131);
border: 1px solid #444;
color: #fff;
font-size: 12px;
}
.levelNormal {