diff mbox

[Branch,~linaro-validation/lava-dashboard/trunk] Rev 363: make the filter boxes wider when adding/editing a filter

Message ID 20121127050410.2430.72645.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Nov. 27, 2012, 5:04 a.m. UTC
------------------------------------------------------------
revno: 363
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2012-11-27 18:03:45 +1300
message:
  make the filter boxes wider when adding/editing a filter
modified:
  dashboard_app/views/filters/forms.py


--
lp:lava-dashboard
https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk

You are subscribed to branch lp:lava-dashboard.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'dashboard_app/views/filters/forms.py'
--- dashboard_app/views/filters/forms.py	2012-10-04 22:57:41 +0000
+++ dashboard_app/views/filters/forms.py	2012-11-27 05:03:45 +0000
@@ -46,6 +46,7 @@ 
 
 test_run_filter_head = '''
 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}dashboard_app/css/filter-edit.css" />
+<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}dashboard_app/css/wider-filter-horizontal.css" />
 <script type="text/javascript" src="{% url admin:jsi18n %}"></script>
 <script type="text/javascript">
 var django = {};