css fixed: arrow in combobox
authorLoic Baron <loic.baron@lip6.fr>
Thu, 23 Apr 2015 12:58:42 +0000 (14:58 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Thu, 23 Apr 2015 12:58:42 +0000 (14:58 +0200)
portal/templates/fed4fire/fed4fire_projectrequest_view.html

index fd23351..3b267bf 100644 (file)
@@ -3,7 +3,7 @@
 {% block head %}
 <script src="{{ STATIC_URL }}js/jquery-ui.js"></script>
 <script src="{{ STATIC_URL }}js/jquery-ui-combobox.js"></script>
-<link rel='stylesheet' type='text/css' href="{{ STATIC_URL }}css/jquery-ui.css">
+<link rel='stylesheet' type='text/css' href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/jquery.ui.combobox.css">
 {% endblock head %}
 {% block content %}