CDR adjustments.

This commit is contained in:
Nate
2019-10-24 20:18:20 -06:00
parent 0b91855e04
commit b954368870
2 changed files with 23 additions and 22 deletions

View File

@@ -2296,6 +2296,11 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
text-align: right !important;
}
.list-header > .middle,
.list-row > .middle {
vertical-align: middle !important;
}
.list-header > .no-wrap,
.list-row > .no-wrap {
white-space: nowrap;