From 37c4ebf0aeefe4dd5fac0d65eb3706c8dc49d6fc Mon Sep 17 00:00:00 2001 From: tliero Date: Fri, 22 Jul 2016 18:00:16 +0200 Subject: [PATCH] meh --- src/main/resources/static/css/app.css | 4 ++-- src/main/resources/static/partials/import-list.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/css/app.css b/src/main/resources/static/css/app.css index 03171f5..4aa9a6f 100644 --- a/src/main/resources/static/css/app.css +++ b/src/main/resources/static/css/app.css @@ -43,7 +43,7 @@ label { background-color: white; } -.listing td, th { +.listing td, .listing th { border: 1px solid black; padding: 3px; } @@ -73,7 +73,7 @@ label { color: green; } -.importTable th, td { +.importTable th, .importTable td { font-size: 80%; border: none; border-bottom: 1px solid #ddd; diff --git a/src/main/resources/static/partials/import-list.html b/src/main/resources/static/partials/import-list.html index 6a0e645..810aeef 100644 --- a/src/main/resources/static/partials/import-list.html +++ b/src/main/resources/static/partials/import-list.html @@ -47,7 +47,7 @@ - {{matcher.position}} + {{matcher.position}} {{matcher.dateMatcherCode}} {{matcher.typeMatcherCode}} {{matcher.textMatcherCode}}