1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

New: show number of items in queue over history icon

This commit is contained in:
Mark McDowall
2014-08-30 17:15:39 -07:00
parent 8bb2659fcd
commit 47b132360c
6 changed files with 55 additions and 12 deletions
+7 -5
View File
@@ -117,11 +117,13 @@
}
}
.health {
.navbar-info {
.label {
position : absolute;
top : 10px;
right : 10px;
position : absolute;
top : 10px;
right : 10px;
padding-left : 4px;
padding-right : 4px;
}
}
}
@@ -141,7 +143,7 @@
background-color: transparent;
}
.health {
.navbar-info {
margin-left: 5px;
.label {
+1
View File
@@ -3,6 +3,7 @@
@nzbdronePurple : #7932ea;
@nzbdronePink : #F43565;
@droneTeal : #35c5f4;
@brand-info : @droneTeal;
@screen-tn-max: @screen-xs-min - 1;
@tn: ~'(max-width: @{screen-tn-max})';