Chromium Code Reviews| Index: chrome/browser/resources/print_preview/print_preview.css |
| diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css |
| index 97edf386b16819ba7a121263d6d90410f4ffa560..ee2b8b9fe1446a4f210b48580b8383a35cc1e652 100644 |
| --- a/chrome/browser/resources/print_preview/print_preview.css |
| +++ b/chrome/browser/resources/print_preview/print_preview.css |
| @@ -124,10 +124,7 @@ h1 { |
| } |
| #print-preview .navbar-link { |
| - -webkit-margin-start: 20px; |
| - min-height: 32px; |
| - outline: 0; |
| - padding: 0; |
| + margin: 8px 20px; |
| text-align: start; |
|
Dan Beam
2014/10/28 20:38:38
^ what's this for?
Aleksey Shlyapnikov
2014/10/28 23:24:06
Not sure why it was added, but we don't need it no
|
| text-decoration: none; |
|
Dan Beam
2014/10/28 20:38:38
^ don't think you need the text-decoration related
Aleksey Shlyapnikov
2014/10/28 23:24:06
Done.
|
| } |
| @@ -304,6 +301,16 @@ span.jumping-dots > span:nth-child(3) { |
| margin: 7px 0; |
| } |
| +#link-container > div { |
| + display: flex; |
| +} |
| + |
| +#link-container > div > .throbber { |
| + margin: 8px; |
| + min-height: 16px; |
| + min-width: 16px; |
| +} |
| + |
| #main-container { |
| -webkit-border-start: 1px solid #dcdcdc; |
| -webkit-box-flex: 1; |