move stylesheet from dashboard to base to fix popup graph dialog
authorScott Baker <smbaker@gmail.com>
Wed, 11 Jun 2014 03:49:22 +0000 (20:49 -0700)
committerScott Baker <smbaker@gmail.com>
Wed, 11 Jun 2014 03:49:22 +0000 (20:49 -0700)
planetstack/templates/admin/base.html
planetstack/templates/admin/dashboard/dashboard_base.html

index dd8ab75..b361058 100644 (file)
@@ -11,6 +11,7 @@
   <script type="text/javascript">window.__admin_media_prefix__ = "{% filter escapejs %}{% static "admin/" %}{% endfilter %}";</script>
   <script src="{% static 'suit/js/jquery-1.9.1.min.js' %}"></script>
   <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
+  <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
 <script type="text/javascript" src="{% static 'log4javascript-1.4.6/log4javascript.js' %}"></script>
 
 
index 0a54c91..80903b4 100644 (file)
@@ -6,7 +6,6 @@
 <link rel="stylesheet" type="text/css" href="{% static 'suit/css/suit.css' %}" media="all">
 <link rel="stylesheet" type="text/css" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/css/jquery.dataTables_themeroller.css">
 <link rel="stylesheet" type="text/css" href="{% static 'planetstack.css' %}" media="all">
-<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
 
 <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
 <script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>