diff --git a/sigi/settings/base.py b/sigi/settings/base.py index 74d3a69..2ff1126 100644 --- a/sigi/settings/base.py +++ b/sigi/settings/base.py @@ -194,10 +194,6 @@ LOGGING = { }, } -STATIC_URL = '/static/' -STATIC_ROOT = os.path.join(BASE_DIR, "collected_static") -STATICFILES_DIRS = (os.path.join(BASE_DIR, ("static")),) - STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder', diff --git a/sigiStatic/css/atendimento.css b/sigiStatic/css/atendimento.css new file mode 100644 index 0000000..b4513da --- /dev/null +++ b/sigiStatic/css/atendimento.css @@ -0,0 +1,3 @@ +input { + height: 30px !important; +} diff --git a/templates/base.html b/templates/base.html index edabff4..14ccbb6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,8 @@ Sistema de Atendimento {% block head_content %} + + @@ -14,7 +16,6 @@ {% endblock head_content %} - {% block navigation %}