Chromium Code Reviews| Index: chrome/browser/resources/print_preview/common/search_box.css |
| diff --git a/chrome/browser/resources/print_preview/common/search_box.css b/chrome/browser/resources/print_preview/common/search_box.css |
| index 3b5ba301d86ccfc158cb24607b70f89658c86b4e..bbc82e1b97637f8bdb702bbb0bbfe196bad15a39 100644 |
| --- a/chrome/browser/resources/print_preview/common/search_box.css |
| +++ b/chrome/browser/resources/print_preview/common/search_box.css |
| @@ -10,15 +10,15 @@ |
| .search-box-icon { |
| -webkit-user-select: none; |
| display: inline-block; |
| - height: 12px; |
| + height: 1em; |
| left: 8px; |
| position: absolute; |
| right: 8px; |
| top: 6px; |
| - width: 12px; |
| + width: 1em; |
| } |
| .search-box-input { |
| - text-indent: 24px; |
| + text-indent: 2em; |
| width: 100%; |
| } |