1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-22 01:11:43 +02:00
Radarr/NzbDrone.Web/Content/notibar.css

27 lines
575 B
CSS
Raw Normal View History

2010-10-18 08:06:16 +02:00
#msgBox
{
display: none;
height: 40px;
background-color: #272525;
background-image: url(images/spin.gif) no-repeat left middle;
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
padding: 10px;
text-align: left;
2010-11-06 01:43:13 +01:00
position: fixed;
2010-10-18 08:06:16 +02:00
z-index: 99;
bottom: 0;
font-size: 20px;
color: White;
width: 100%
margin-right: auto;
width: 85%;
margin-left: auto;
min-width: 800px;
2010-10-18 08:06:16 +02:00
}
#msgCloseButton
{
float: right;
}