Do not center the "By User" column in the Group Audit Log table

Bug: Issue 10137
Change-Id: I426cba054cf9aff65eff76235270465236e51a2b
(cherry picked from commit 37691a942e)
This commit is contained in:
Ben Rohlfs 2019-01-08 19:58:39 +01:00 committed by Paladox none
parent f070777f89
commit 08c3a4ffab
1 changed files with 7 additions and 1 deletions

View File

@ -26,7 +26,13 @@ limitations under the License.
<dom-module id="gr-group-audit-log">
<template>
<style include="shared-styles"></style>
<style include="gr-table-styles"></style>
<style include="gr-table-styles">
/* GenericList style centers the last column, but we don't want that here. */
.genericList tr th:last-of-type,
.genericList tr td:last-of-type {
text-align: left;
}
</style>
<table id="list" class="genericList">
<tr class="headerRow">
<th class="date topHeader">Date</th>