From dc6fe732b4da6d78f6233d849e5dcbf2224096cd Mon Sep 17 00:00:00 2001 From: ruan Date: Fri, 30 Mar 2018 10:26:39 +0200 Subject: [PATCH] Adjustments & fixes --- inc/css/custom.css | 8 ++++++-- inc/page.php | 3 ++- info.php | 8 ++++---- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/inc/css/custom.css b/inc/css/custom.css index a86bd7c..1bfda93 100644 --- a/inc/css/custom.css +++ b/inc/css/custom.css @@ -5,6 +5,10 @@ } /* header */ +.litebans-header { + text-align: center; + display: block; +} .col-lg-12 { text-align: center; @@ -26,7 +30,7 @@ table tr td { a, a:hover, a:focus { - text-decoration: none !important; + text-decoration: none; } tr.hover { @@ -40,7 +44,7 @@ tr.hover { } .litebans-pager-number { - margin-top: 32px; + margin-top: 24px; text-align: center; font-size: 15px; } diff --git a/inc/page.php b/inc/page.php index 8c65ad1..d74457c 100644 --- a/inc/page.php +++ b/inc/page.php @@ -431,7 +431,7 @@ class Page { echo '
'; } - echo "

$title

"; + echo "

$title

"; if ($container_start) { echo '
'; } @@ -447,6 +447,7 @@ class Page {

+
'; } diff --git a/info.php b/info.php index ad0301a..e9cfb95 100644 --- a/info.php +++ b/info.php @@ -162,16 +162,16 @@ if ($st->execute(array($id))) { $idx = "generic.ipmute"; } if ($idx !== null) { - $header .= "" . $page->t($idx) . ""; + $header .= "" . $page->t($idx) . ""; } } if ($active === true) { - $header .= "" . $page->t("generic.active") . ""; + $header .= "" . $page->t("generic.active") . ""; if ($permanent) { - $header .= "" . $page->t("generic.permanent") . ""; + $header .= "" . $page->t("generic.permanent") . ""; } } else { - $header .= "" . $page->t("generic.inactive") . ""; + $header .= "" . $page->t("generic.inactive") . ""; } } $page->print_header(true, $header);