Add !important to ui-datepicker z-index declaration.

Fix closed bug #1013 on Assembla. The previous z-index was well
intentioned but jquery css overrides the z-index, so !important is
necessary to make the z-index declaration functional.
This commit is contained in:
Jaime Hernandez 2012-03-04 20:23:57 -08:00
parent 1a6027df71
commit a05027cc5a

View file

@ -1419,7 +1419,7 @@ div.auto_complete ul strong.highlight {
} }
.ui-datepicker { .ui-datepicker {
z-index: 1000; z-index: 1000 !important;
} }
.ui-autocomplete-loading { .ui-autocomplete-loading {