Skip to content

Commit

Permalink
Use jQuery UI styles to get slider CSS
Browse files Browse the repository at this point in the history
This overrides the previous styles though which is undesirable.  Will
need some FED attention.
  • Loading branch information
codeinthehole committed Jan 3, 2013
1 parent 3de93af commit 290d66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oscar/templates/oscar/dashboard/layout.html
Expand Up @@ -6,6 +6,7 @@

{% block mainstylesheet %}
<link rel="stylesheet" href="{{ STATIC_URL }}oscar/css/dashboard.css" />
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/base/jquery-ui.css" />

This comment has been minimized.

Copy link
@codeinthehole

codeinthehole Jan 3, 2013

Author Contributor

This clobbers the existing date picker styles which I presume is not desirable. @informa - Would it be sensible to cherry-pick the slider styles into our own LESS files?

The datepicker now looks like this:

image

{% endblock %}

{% block title %}
Expand Down

0 comments on commit 290d66a

Please sign in to comment.