diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index dfd3848c..ccdb250f 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -134,6 +134,9 @@ h2.section { padding-top: 28px; } h2.tabs a { + color: #666; +} +h2.tabs a:not(.selected) { font-weight: normal; color: #666; } @@ -309,6 +312,12 @@ table.maps td { table.maps thead tr { line-height: 2em; } +table.maps .button { + margin-bottom: 2px; + padding:4px 6px; + height: 36px; + line-height: 23px; +} /* **************************** */ /* Dialog */ @@ -323,6 +332,21 @@ dialog::backdrop { } .close-dialog { text-align: center; + margin-bottom: 0; +} + +/* ********************************* */ +/* Pagination */ +/* ********************************* */ +.pagination { + display: flex; + flex-direction: row; + justify-content: space-around; + margin: 1rem; + border-top: 1px solid gray; +} +.pagination > * { + padding: 1rem; } diff --git a/umap/templates/auth/user_form.html b/umap/templates/auth/user_form.html index 67933eea..088b3be5 100644 --- a/umap/templates/auth/user_form.html +++ b/umap/templates/auth/user_form.html @@ -3,7 +3,7 @@ {% block maincontent %}
{% blocktrans %}Name{% endblocktrans %} | -{% blocktrans %}Who can see / edit{% endblocktrans %} | -{% blocktrans %}Last save{% endblocktrans %} | -{% blocktrans %}Owner{% endblocktrans %} | -{% blocktrans %}Actions{% endblocktrans %} | -|
---|---|---|---|---|---|
{% blocktrans %}Name{% endblocktrans %} | +{% blocktrans %}Preview{% endblocktrans %} | +{% blocktrans %}Who can see / edit{% endblocktrans %} | +{% blocktrans %}Last save{% endblocktrans %} | +{% blocktrans %}Owner{% endblocktrans %} | +{% blocktrans %}Actions{% endblocktrans %} | +
{{ map_inst.name }} - + | ++ @@ -43,9 +44,26 @@ {% endfor %} |