diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 12f4d23..2b26f87 100755 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -399,7 +399,16 @@ box-shadow: none; } + .notifies, .goalitems { + padding: 5px 0px; + text-align: right; + margin-bottom: 10px; + } + .card .card-body { + height: 30%; + padding: 10px; + } } @media(min-width: 769px) { diff --git a/bulletin/templates/bulletin/_form.html b/bulletin/templates/bulletin/_form.html index a2aa4cb..deecc2d 100644 --- a/bulletin/templates/bulletin/_form.html +++ b/bulletin/templates/bulletin/_form.html @@ -249,12 +249,12 @@
-
+
-
+
{% render_field pendencies_form.begin_date class='form-control datetime-picker begin_date_input' %}
@@ -275,12 +275,12 @@ {% endif %}
-
+
-
+
{% render_field pendencies_form.end_date class='form-control datetime-picker end_date_input' %}
diff --git a/file_link/templates/file_links/_form.html b/file_link/templates/file_links/_form.html index fdb10e8..e8f04c5 100644 --- a/file_link/templates/file_links/_form.html +++ b/file_link/templates/file_links/_form.html @@ -172,12 +172,12 @@
-
+
-
+
{% render_field pendencies_form.begin_date class='form-control datetime-picker begin_date_input' %}
@@ -198,12 +198,12 @@ {% endif %}
-
+
-
+
{% render_field pendencies_form.end_date class='form-control datetime-picker end_date_input' %}
diff --git a/goals/templates/goals/_form.html b/goals/templates/goals/_form.html index bd1576e..963926b 100644 --- a/goals/templates/goals/_form.html +++ b/goals/templates/goals/_form.html @@ -267,12 +267,12 @@
-
+
-
+
{% render_field notify.begin_date class='form-control datetime-picker begin_date_input' %}
@@ -293,12 +293,12 @@ {% endif %}
-
+
-
+
{% render_field notify.end_date class='form-control datetime-picker end_date_input' %}
diff --git a/links/templates/links/_form.html b/links/templates/links/_form.html index 2d1b624..c553d71 100644 --- a/links/templates/links/_form.html +++ b/links/templates/links/_form.html @@ -144,12 +144,12 @@
-
+
-
+
{% render_field pendencies_form.begin_date class='form-control datetime-picker begin_date_input' %}
@@ -170,12 +170,12 @@ {% endif %}
-
+
-
+
{% render_field pendencies_form.end_date class='form-control datetime-picker end_date_input' %}
diff --git a/pdf_file/templates/pdf_file/_form.html b/pdf_file/templates/pdf_file/_form.html index 7b219f8..2bd021f 100644 --- a/pdf_file/templates/pdf_file/_form.html +++ b/pdf_file/templates/pdf_file/_form.html @@ -174,12 +174,12 @@
-
+
-
+
{% render_field pendencies_form.begin_date class='form-control datetime-picker begin_date_input' %}
@@ -200,12 +200,12 @@ {% endif %}
-
+
-
+
{% render_field pendencies_form.end_date class='form-control datetime-picker end_date_input' %}
diff --git a/subjects/locale/pt_BR/LC_MESSAGES/django.po b/subjects/locale/pt_BR/LC_MESSAGES/django.po index e43f985..ecb3eaf 100644 --- a/subjects/locale/pt_BR/LC_MESSAGES/django.po +++ b/subjects/locale/pt_BR/LC_MESSAGES/django.po @@ -51,7 +51,7 @@ msgid "Slug" msgstr "Slug" #: subjects/models.py:26 -msgid "simpler_description" +msgid "Simpler description" msgstr "Descrição simples" #: subjects/models.py:27 diff --git a/webconference/templates/webconference/_form.html b/webconference/templates/webconference/_form.html index d4d933e..18a50fd 100644 --- a/webconference/templates/webconference/_form.html +++ b/webconference/templates/webconference/_form.html @@ -187,12 +187,12 @@
-
+
-
+
{% render_field notify.begin_date class='form-control datetime-picker begin_date_input' %}
@@ -213,12 +213,12 @@ {% endif %}
-
+
-
+
{% render_field notify.end_date class='form-control datetime-picker end_date_input' %}
@@ -239,12 +239,12 @@ {% endif %}
-
+
-
+
{% render_field notify.limit_date class='form-control datetime-picker limit_date_input' %}
diff --git a/webpage/templates/webpages/_form.html b/webpage/templates/webpages/_form.html index 2518db8..cdf13d5 100644 --- a/webpage/templates/webpages/_form.html +++ b/webpage/templates/webpages/_form.html @@ -141,12 +141,12 @@
-
+
-
+
{% render_field pendencies_form.begin_date class='form-control datetime-picker begin_date_input' %}
@@ -167,12 +167,12 @@ {% endif %}
-
+
-
+
{% render_field pendencies_form.end_date class='form-control datetime-picker end_date_input' %}
diff --git a/youtube_video/templates/youtube/_form.html b/youtube_video/templates/youtube/_form.html index a5ba491..b75aedb 100644 --- a/youtube_video/templates/youtube/_form.html +++ b/youtube_video/templates/youtube/_form.html @@ -146,12 +146,12 @@
-
+
-
+
{% render_field notify.begin_date class='form-control datetime-picker begin_date_input' %}
@@ -172,12 +172,12 @@ {% endif %}
-
+
-
+
{% render_field notify.end_date class='form-control datetime-picker end_date_input' %}
-- libgit2 0.21.2