| Index: trunk/src/chrome/browser/resources/gcm_internals.css
|
| ===================================================================
|
| --- trunk/src/chrome/browser/resources/gcm_internals.css (revision 264317)
|
| +++ trunk/src/chrome/browser/resources/gcm_internals.css (working copy)
|
| @@ -12,28 +12,12 @@
|
| padding: 4px;
|
| }
|
|
|
| -tr:nth-child(odd) {
|
| - background-color: rgb(245, 245, 200);
|
| -}
|
| -
|
| -th {
|
| - background-color: rgb(160, 160, 125);
|
| - color: rgb(255, 255, 255);
|
| +.row-caption {
|
| font-weight: bold;
|
| -}
|
| -
|
| -.flexbar {
|
| - display: flex;
|
| - flex-direction: row;
|
| - margin: 5px;
|
| -}
|
| -
|
| -#device-info tr :first-child {
|
| - font-weight: bold;
|
| padding-right: 10px;
|
| text-align: end;
|
| }
|
|
|
| -.log-table {
|
| - padding: 4px;
|
| +.odd-number-row {
|
| + background-color: rgb(245, 245, 200);
|
| }
|
|
|