diff --git a/db_explorer/db_explorer/static/css/base.css b/db_explorer/db_explorer/static/css/base.css index 1ce0c20..07e5e33 100644 --- a/db_explorer/db_explorer/static/css/base.css +++ b/db_explorer/db_explorer/static/css/base.css @@ -13,16 +13,18 @@ body { } ul.traits { - padding-left: 0.5em; + padding-left: 0em; } li.trait { display: inline; + font-size: 0.9em; + font-variant: small-caps; color: #fefefe; background-color: #5e0000; border-color: #d8ce83; border-style: solid; border-width: 2px; - padding: 0 0.25em; + padding: 0.1em 0.25em; margin: 0 0; } diff --git a/db_explorer/db_explorer/templates/action.html b/db_explorer/db_explorer/templates/action.html index f4e642d..72de284 100644 --- a/db_explorer/db_explorer/templates/action.html +++ b/db_explorer/db_explorer/templates/action.html @@ -3,10 +3,10 @@ {% block body %}

{{action["name"]}}{{c.actions[action["_action_icon"]]|safe}}

-

{{action["data"]["description"]["value"]|filter_vtt|safe}}

+ {{action["data"]["description"]["value"]|filter_vtt|safe}}

{{action["data"]["source"]["value"]}}

{% endblock %} \ No newline at end of file