| Index: chrome/browser/resources/engagement/site_engagement.html
|
| diff --git a/chrome/browser/resources/engagement/site_engagement.html b/chrome/browser/resources/engagement/site_engagement.html
|
| index 9a7f960ddde6da6a86735a582f428cd2f4f9b4b0..261a463a5e670942d44403f481c2c5c05ae8c200 100644
|
| --- a/chrome/browser/resources/engagement/site_engagement.html
|
| +++ b/chrome/browser/resources/engagement/site_engagement.html
|
| @@ -25,6 +25,7 @@
|
| table th {
|
| background: rgb(224, 236, 255);
|
| cursor: pointer;
|
| + min-width: 70px;
|
| padding-bottom: 4px;
|
| padding-top: 4px;
|
| white-space: nowrap;
|
| @@ -44,19 +45,21 @@
|
| min-width: 500px;
|
| }
|
|
|
| - .score-cell {
|
| + .base-score-cell,
|
| + .bonus-score-cell,
|
| + .total-score-cell {
|
| background-color: rgba(230, 230, 230, 0.5);
|
| text-align: right;
|
| }
|
|
|
| - .score-input {
|
| + .base-score-input {
|
| border: 1px solid #ccc;
|
| border-radius: 2px;
|
| text-align: right;
|
| width: 70px;
|
| }
|
|
|
| - .score-input:focus {
|
| + .base-score-input:focus {
|
| border: 1px solid rgb(143, 185, 252);
|
| box-shadow: 0 0 2px rgb(113, 158, 206);
|
| outline: none;
|
| @@ -83,8 +86,14 @@
|
| <th sort-key="origin">
|
| Origin
|
| </th>
|
| + <th sort-key="base_score" sort-reverse>
|
| + Base
|
| + </th>
|
| + <th sort-key="bonus_score" sort-reverse>
|
| + Bonus
|
| + </th>
|
| <th sort-key="total_score" class="sort-column" sort-reverse>
|
| - Points
|
| + Total
|
| </th>
|
| </tr>
|
| </thead>
|
|
|