diff --git a/static/mailman_django/css/basics.css b/static/mailman_django/css/basics.css index 5d3d3fa..9a54524 100644 --- a/static/mailman_django/css/basics.css +++ b/static/mailman_django/css/basics.css @@ -71,7 +71,7 @@ font-weight: normal; font-size: 1.846em; color: #99CCFF; - margin: 40px 0; + margin: 20px 0; } h2 { font-weight: normal; @@ -103,9 +103,6 @@ ul { list-style-type:none; } -#content ul { - list-style-type:disc; -} /************************* * Structure *************************/ diff --git a/static/mailman_django/css/left_tab.css b/static/mailman_django/css/left_tab.css index fb1fa5e..e826fa0 100644 --- a/static/mailman_django/css/left_tab.css +++ b/static/mailman_django/css/left_tab.css @@ -1,6 +1,6 @@ /** Optional CSS to use the site with Tabbed navigaiton on the left-side**/ -#menu { +div.menu { width:20%; float:left; } @@ -10,6 +10,19 @@ float:left; } -#menu ul ul{ +.menu ul div{ display:none; } + +.menu ul li { + padding:15px 10px 15px 20px; + box-shadow: 5px 5px 2px #888; + width:60%; + margin:5%; + background-color:rgba(72,76,82, 0.1); + font-weight:bold; +} + +.menu ul li:hover { + background-color:rgba(207, 220, 236, 0.6); +} diff --git a/templates/mailman-django/base.html b/templates/mailman-django/base.html index 09eda0e..bd053d0 100644 --- a/templates/mailman-django/base.html +++ b/templates/mailman-django/base.html @@ -17,11 +17,11 @@ - - - - + + + + @@ -37,23 +37,7 @@ {% include "mailman-django/menu/index.html" %}
-

- {% url list_index as url_list_index %} - {% url list_new as url_list_new %} - {% url list_index as url_list_index %} - {% blocktrans %} - This is a draft of a Mailman3 django client. It's not a finished design. For now you can view a list of existing mailing lists and you can create new lists. - {% endblocktrans %} - {% block links %}{% endblock %} -

- Testing - - - {% block content %}{% endblock %} -
diff --git a/templates/mailman-django/menu/administration.html b/templates/mailman-django/menu/administration.html index 28fbec7..6dc3c3e 100644 --- a/templates/mailman-django/menu/administration.html +++ b/templates/mailman-django/menu/administration.html @@ -20,7 +20,7 @@ - {% trans "New List" %} + {% trans "Administrivia" %}