1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/NzbDrone.Web/Content2/file-browser.css

20 lines
264 B
CSS
Raw Normal View History

2013-01-17 03:39:42 +03: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;
}