X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2F_base.html;h=0b441719c32916e2bf0d408fdf967319b98f7a7d;hb=83c31bdf2a1b2cd1f3beadee482feb91c64759f9;hp=0d2debe981a931eece26a1a8a60b2b74eb15a857;hpb=214aeb0f2e29712518dc776b0713bcdbb8945a2f;p=plomtask diff --git a/templates/_base.html b/templates/_base.html index 0d2debe..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; } @@ -29,6 +32,11 @@ th, td { 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 %}