Sonarr/NzbDrone.Web/Content2/file-browser.css

20 lines
264 B
CSS
Raw Normal View History

2013-01-17 00:39:42 +00:00
/*
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-size: 30px;
}
*/
#main > .icon-folder-open, .icon-file, .icon-download-alt {
font-size: 25px;
}
.link-download {
margin-right: 10px;
}
.file-browser-message {
text-align: center;
}