Update css.php

This commit is contained in:
Nate 2019-10-19 19:13:39 -06:00
parent 22b68771d8
commit 32b2be71ef
1 changed files with 11 additions and 0 deletions

View File

@ -2182,6 +2182,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
font-family: <?php echo ($_SESSION['theme']['table_row_text_font']['text'] != '') ? $_SESSION['theme']['table_row_text_font']['text'] : 'arial'; ?>;
font-size: <?php echo ($_SESSION['theme']['table_row_text_size']['text'] != '') ? $_SESSION['theme']['table_row_text_size']['text'] : '12px'; ?>;
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;
}