From: Guillaume Pellerin Date: Tue, 26 Jan 2016 13:24:02 +0000 (+0100) Subject: increase admin text fields width X-Git-Tag: 2.8.1-pro~236 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=821461f25462e431db14b65169b7f0fc8664be75;p=teleforma.git increase admin text fields width --- diff --git a/teleforma/static/admin/extra.css b/teleforma/static/admin/extra.css index ef436df3..53edc7d2 100644 --- a/teleforma/static/admin/extra.css +++ b/teleforma/static/admin/extra.css @@ -10,3 +10,9 @@ width: 960px; } + +.vTextField { + width: 960px; +} + + diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index e5dc3754..2a098561 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1978,4 +1978,3 @@ form .exceed{ font-weight: bold; } - diff --git a/teleforma/templates/admin/base_site.html b/teleforma/templates/admin/base_site.html new file mode 100644 index 00000000..a263c9ae --- /dev/null +++ b/teleforma/templates/admin/base_site.html @@ -0,0 +1,57 @@ +{% extends "admin/base.html" %} +{% load admin_static %} + +{# Additional content here, some extra meta tags or favicon #} +{#{% block extrahead %}#} +{#{% endblock %}#} + + +{# Additional CSS includes #} +{% block extrastyle %} + +{% endblock %} + + +{# Additional JS files in footer, right before #} +{#{% block extrajs %}#} +{# #} +{#{% endblock %}#} + + +{# Footer links (left side) #} +{#{% block footer_links %}#} +{# Documentation#} +{#{% endblock %}#} + +{# Additional header content like notifications or language switcher #} +{#{% block header_content %}#} +{# {{ block.super }}#} +{#
#} +{# #} +{#
#} +{#
#} +{# #} +{#
#} +{#
#} +{# Front-end
#} +{# One more link#} +{#
#} +{# #} +{#
#} +{# #} +{#
#} +{#
#} +{# 5 new messages#} +{#
#} +{#
#} +{#{% endblock %}#} + +{# Footer branding name (center) #} +{#{% block footer_branding %}#} +{#{% endblock %}#} + + +{# Footer copyright (right side) #} +{#{% block copyright %}#} +{# Copyright © 2013 Client
Developed by YourName #} +{#{% endblock %}#}