X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=templates%2F_base.html;h=0b441719c32916e2bf0d408fdf967319b98f7a7d;hb=5ff672be7e421fbbde8132a66ebb9b734d149a69;hp=d192631e55befd85dde6a0a97a914fefc891e143;hpb=ad957773a676d94f523199e7fc46fa416224a09f;p=plomtask diff --git a/templates/_base.html b/templates/_base.html index d192631..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; } @@ -19,7 +22,20 @@ div.btn-to-right { } td, th, tr, table { vertical-align: top; + margin-top: 1em; 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 %}