1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Bootstrap 3

New: Updated UI
New: Mobile browser support
Fixed: /favicon.ico will return the favicon now
This commit is contained in:
Mark McDowall
2014-05-04 00:11:43 -07:00
parent 28fa264c69
commit 99f2b07a11
148 changed files with 2691 additions and 2054 deletions
+5 -4
View File
@@ -11,15 +11,16 @@
}
.progressbar-back-text, .progressbar-front-text {
font-size : 11.844px;
font-size : 12px;
font-weight : bold;
text-align : center;
cursor : default;
line-height : 20px;
}
.progressbar-back-text {
position : absolute;
height : 100%;
position : absolute;
height : 100%;
}
.progressbar-front-text {
@@ -27,7 +28,7 @@
height : 100%;
}
.bar {
.progress-bar {
position : absolute;
overflow : hidden;
}