1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 10:28:08 +00:00
Lidarr/UI/Content/base.css

84 lines
1.3 KiB
CSS
Raw Normal View History

2013-02-25 19:54:58 -08:00
/*make the main scrollbar always visible*/
html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
#localSeriesLookup {
width: 220px;
border: 0px;
background: rgb(75, 75, 75);
color: rgb(169, 169, 169);
padding: 4px;
2013-01-16 20:55:47 -08:00
font-size: 13px;
2013-01-16 16:39:42 -08:00
}
2013-02-25 19:54:58 -08:00
.input-append .add-on {
margin-left: 0;
}
#footer-region {
2013-01-16 21:35:20 -08:00
font-size: 16px;
text-decoration: none;
font-weight: lighter;
margin: 20px 0 30px 0;
}
2013-01-16 21:35:20 -08:00
#footer-region a:hover {
text-decoration: underline;
}
2013-01-26 12:05:08 -08:00
.nz-spinner {
font-size: 56px;
text-align: center;
padding: 30px;
}
#notification-region .alert {
margin: 10px;
}
#notification-region i {
padding-right: 10px;
}
2013-01-31 19:15:19 -08:00
2013-02-25 19:54:58 -08:00
#notification-region pre {
font-size: 12px;
}
#in-sub-nav ul {
margin: 0 0 80px 0;
}
2013-01-31 19:15:19 -08:00
2013-02-09 19:42:44 -08:00
.line > [class^="icon-"], .line > [class*=" icon-"] {
margin-top: 1em;
height: 1em;
line-height: 1em;
}
2013-01-31 19:15:19 -08:00
/* Progress Bar Text */
2013-02-09 19:42:44 -08:00
.progress {
width: 125px;
position: relative;
margin-bottom: 2px;
}
2013-01-31 19:15:19 -08:00
.progress .bar {
position: absolute;
overflow: hidden;
}
.progress .progressbar-back-text {
position: absolute;
width: 100%;
height: 100%;
font-size: 12px;
text-align: center;
}
.progress .progressbar-front-text {
display: block;
width: 125px;
font-size: 12px;
text-align: center;
2013-04-19 17:46:56 -07:00
}