Skip to content

Commit

Permalink
Add polygon styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinz committed Jun 13, 2013
1 parent 7cb5d41 commit db1ad76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/css/polygons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
input {
width: 40px;
}
1 change: 1 addition & 0 deletions templates/polygons/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{% block extrahead %}
{% load compressed %}
{% compressed_js 'map' %}
<link rel="stylesheet" href="{{ STATIC_URL }}css/polygons.css" type="text/css"/>
{% endblock %}

{% block middle_panel %}
Expand Down
1 change: 1 addition & 0 deletions templates/polygons/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{% block extrahead %}
{% load compressed %}
{% compressed_js 'map' %}
<link rel="stylesheet" href="{{ STATIC_URL }}css/polygons.css" type="text/css"/>
{% endblock %}

{% block middle_panel %}
Expand Down

0 comments on commit db1ad76

Please sign in to comment.