New: AddSeries autocomplete for series restyled.

This commit is contained in:
Mark McDowall
2012-02-24 23:42:30 -08:00
parent 4b903f2291
commit 8f3d4e3128
2 changed files with 26 additions and 3 deletions
+18 -2
View File
@@ -30,10 +30,26 @@
position: relative;
}
#newSeriesLookup.ui-autocomplete-loading {
.ui-autocomplete.seriesLookupResults {
max-height: 180px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
.seriesLookup.ui-autocomplete-loading {
background: white url('../../Content/Images/ajax-loader.gif') 99% center no-repeat;
background-size: 18px 18px
}
.ui-autocomplete .seriesLookupTitle {
font-size: 110%;
font-family: "Segoe UI Light", "Open Sans", "Segoe UI", sans-serif;
color: lightgrey;
}
.ui-autocomplete .seriesLookupFirstAired {
font-family: "Segoe UI Light", "Open Sans", "Segoe UI", sans-serif;
}
</style>
}