Merge "Do not center the "By User" column in the Group Audit Log table" into stable-2.16

This commit is contained in:
David Pursehouse 2019-01-10 13:21:42 +00:00 committed by Gerrit Code Review
commit fd24129383
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>