X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=templates%2F_base.html;h=0b441719c32916e2bf0d408fdf967319b98f7a7d;hb=6c3fca10aa663422abc48b96b38628dc2771701a;hp=7c1050693747b13e4c46452d26d192ace91b0e46;hpb=8542cd471f1aeea1abbe0b237a94f7863fb12dd0;p=plomtask diff --git a/templates/_base.html b/templates/_base.html index 7c10506..0b44171 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -7,6 +7,9 @@ body { text-align: left; padding: 0; } +input[type="text"] { + width: 100em; +} input.btn-harmless { color: green; } @@ -23,9 +26,17 @@ td, th, tr, table { padding: 0; border-collapse: collapse; } +th, td { + padding-right: 1em; +} a { color: black; } +table.edit_table > tbody > tr > td, table.main > tbody > tr > th { + border-bottom: 0.1em solid #bbbbbb; + padding-top: 0.5em; + padding-bottom: 0.5em; +} {% block css %} {% endblock %}