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