mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
23 lines
490 B
CSS
23 lines
490 B
CSS
#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;
|
|
position: fixed;
|
|
z-index: 99;
|
|
bottom: 0;
|
|
font-size: 20px;
|
|
color: White;
|
|
width:890px;
|
|
}
|
|
#msgCloseButton
|
|
{
|
|
float: right;
|
|
}
|