From 4510409c2929debf70c506b6f1a1a3cc8b095d21 Mon Sep 17 00:00:00 2001 From: ruan Date: Thu, 19 Apr 2018 13:57:26 +0200 Subject: [PATCH] Check form updates for Bootstrap 4 --- check.php | 2 +- inc/css/custom.css | 8 ++++++++ inc/page.php | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/check.php b/check.php index 43e2998..2f28131 100644 --- a/check.php +++ b/check.php @@ -75,7 +75,7 @@ class Check { } function println($line) { - echo "$line
"; + echo "
$line
"; } } diff --git a/inc/css/custom.css b/inc/css/custom.css index 64c8d08..1cd0981 100644 --- a/inc/css/custom.css +++ b/inc/css/custom.css @@ -38,6 +38,14 @@ tr.hover { cursor: pointer; } +/* check form */ +.litebans-check { + text-align: left; +} + +.litebans-check-output { +} + /* pager */ .litebans-pager { diff --git a/inc/page.php b/inc/page.php index 5f43d0b..56cc194 100644 --- a/inc/page.php +++ b/inc/page.php @@ -440,13 +440,13 @@ class Page { function print_check_form() { $table = $this->name; echo ' -
+
- -

+
+

'; }