Fixed: Year on add series will be shown in grey if its not part of the series title

This commit is contained in:
Mark McDowall
2014-06-18 23:53:07 -07:00
parent 6c9ea60382
commit 32e6b7db48
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -44,6 +44,11 @@
margin-left: 15px;
vertical-align: middle;
}
.year {
font-style : italic;
color : #aaaaaa;
}
}
.new-series-overview {