| Index: chrome/browser/resources/history.css
|
| diff --git a/chrome/browser/resources/history.css b/chrome/browser/resources/history.css
|
| index cf80899989e99eb5e5007debfb55176c7d8e18b2..a5d96a89553f34955091c4e8a8e2084a1b648089 100644
|
| --- a/chrome/browser/resources/history.css
|
| +++ b/chrome/browser/resources/history.css
|
| @@ -3,24 +3,16 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#results-separator {
|
| +#results-summary {
|
| border-top: 1px solid rgb(156, 194, 239);
|
| background-color: rgb(235, 239, 249);
|
| font-weight: bold;
|
| padding: 3px;
|
| margin-bottom: -8px;
|
| margin-top: 12px;
|
| -}
|
| -
|
| -#results-separator table {
|
| - width: 100%;
|
| -}
|
| -
|
| -#results-summary {
|
| overflow: hidden;
|
| text-overflow: ellipsis;
|
| white-space: nowrap;
|
| - width: 50%;
|
| }
|
|
|
| #editing-controls button {
|
| @@ -217,3 +209,9 @@ html[dir='rtl'] .entry .title {
|
| -webkit-transition: opacity 200ms;
|
| opacity: 0;
|
| }
|
| +
|
| +.page-navigation {
|
| + -webkit-margin-end: 4px;
|
| + background-color: rgb(235, 239, 249);
|
| + padding: 8px;
|
| +}
|
|
|