mirror of https://github.com/interlegis/sigi.git
Felipe Vieira
13 years ago
2 changed files with 17 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
form .aligned label { |
|||
float: none; |
|||
width: 100%; |
|||
} |
|||
form .aligned ul { |
|||
margin-left: 0px; |
|||
padding-left: 0px; |
|||
} |
|||
form .aligned ul li { |
|||
list-style: none; |
|||
} |
@ -0,0 +1,6 @@ |
|||
{% extends 'admin/change_form.html' %} |
|||
|
|||
{% block extrahead %} |
|||
{{ block.super }} |
|||
<link rel="stylesheet" type="text/css" href="{{MEDIA_URL}}css/admin/diagnosticos/diagnostico/change_form.css"> |
|||
{% endblock %} |
Loading…
Reference in new issue