 Chromium Code Reviews
 Chromium Code Reviews Issue 1124323004:
  Update some more webui progress indicators to new throbber:  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1124323004:
  Update some more webui progress indicators to new throbber:  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: chrome/browser/resources/history/history.css | 
| diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css | 
| index a1d191bfa1199849bcbaecf9859942cc6d7b23c4..7b7f7fe39f9d870e2344dfeb55f2a19377cf6b09 100644 | 
| --- a/chrome/browser/resources/history/history.css | 
| +++ b/chrome/browser/resources/history/history.css | 
| @@ -25,8 +25,8 @@ body.uber-frame > .page.big-topbar-page { | 
| } | 
| #spinner { | 
| - position: relative; | 
| - top: 3px; | 
| + -webkit-margin-end: 5px; | 
| + vertical-align: bottom; | 
| } | 
| #notification-bar { |