sonarr-repo-only/NzbDrone.Web/Content2/base.css

21 lines
304 B
CSS

#footer {
background: #41B1E1;
position: fixed;
bottom: 0;
width: 100%;
color: white;
padding: 5px;
font-size: 15px;
opacity: 0.7;
}
#footer .pull-right {
padding-right: 20px;
}
#footer a {
color: white;
padding-left: 20px;
}