diff --git a/media/mailman_django/default/css/forms.css b/media/mailman_django/default/css/forms.css new file mode 100644 index 0000000..bfc5fe9 --- /dev/null +++ b/media/mailman_django/default/css/forms.css @@ -0,0 +1,48 @@ +/************************* + * Forms + *************************/ + +form ul { + list-style-type:none; + } + +input, select { + border: 1px solid #b2b2b2; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + left:50%; + width: 50%; + padding: 2px; + float:right; +} + +input[type="radio"], input[type="checkbox"] { + float:none; + } + +.errorlist { + float: right; + width: 300px; + list-style: none; + margin: 0 0 0 15px; + padding: 0; + color: red; +} +form div.field { + clear: both; + padding-top: 10px; +} +label { + clear: both; + display: block; +} +button { + margin-top: 5px; +} + + +.languages ul { + column-count: 3; + -moz-column-count: 3; +} diff --git a/media/mailman_django/default/css/style.css b/media/mailman_django/default/css/style.css index 794b081..c3c0118 100755 --- a/media/mailman_django/default/css/style.css +++ b/media/mailman_django/default/css/style.css @@ -135,7 +135,7 @@ background: -webkit-linear-gradient(rgb(244,244,243), rgb(197,197,197)); } -.mm_box { +.mm_box, fieldset { margin: 35px 35px 35px 0; padding: 0 10px 10px 10px; background-color: #FFF; @@ -144,7 +144,7 @@ -webkit-border-radius: 3px; box-shadow: 0 0 5px #babdb6; } -.mm_boxHeader { +.mm_boxHeader, fieldset legend{ background-color: #F2F2F0; font-weight: bold; padding: 5px 10px; @@ -152,6 +152,11 @@ margin-right: -10px; border-bottom: 1px solid #E4E5E2; } + +fieldset legend { + width: 100%; + } + .mm_box p { margin: 10px 0; text-align: center; diff --git a/templates/mailman-django/base.html b/templates/mailman-django/base.html index a3621c5..a79e83d 100644 --- a/templates/mailman-django/base.html +++ b/templates/mailman-django/base.html @@ -13,6 +13,7 @@ + diff --git a/templates/mailman-django/base.html.old b/templates/mailman-django/base.html.old deleted file mode 100644 index ce29835..0000000 --- a/templates/mailman-django/base.html.old +++ /dev/null @@ -1,61 +0,0 @@ - -{% load i18n %} - - - - - - - - - - Mailman - - - - - - - - - - - - - - - - - - - -
{% include "mailman-django/list_selector.html" %}
-
- - - - {% if message %} -

{{ message }}

- {% endif %} - {% if error %} -

{{ error }}

- {% endif %} -
- {% block content %}{% endblock %} -
-
- REGRESSION: - {% block links %}{% endblock %} - - - - - - - - -