From 32b2be71ef89e8e4ed96fb80e87a8957a0623e87 Mon Sep 17 00:00:00 2001 From: Nate Date: Sat, 19 Oct 2019 19:13:39 -0600 Subject: [PATCH] Update css.php --- themes/default/css.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/themes/default/css.php b/themes/default/css.php index a017dd8a17..ab19802579 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2182,6 +2182,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; font-family: ; font-size: ; text-align: left; + vertical-align: top; } .list-row > :not(.checkbox) { @@ -2223,4 +2224,14 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; white-space: nowrap; background: none; padding: 0; + } + + .list-header > .center, + .list-row > .center { + text-align: center !important; + } + + .list-header > .right, + .list-row > .right { + text-align: right !important; } \ No newline at end of file