Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: chrome/browser/resources/history/history.css

Issue 1124323004: Update some more webui progress indicators to new throbber: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: can't get rid of .grd entry yet Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/options/clear_browser_data_overlay.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 html[dir='rtl'] body.uber-frame > .page { 5 html[dir='rtl'] body.uber-frame > .page {
6 -webkit-margin-end: 0; 6 -webkit-margin-end: 0;
7 } 7 }
8 8
9 body.uber-frame > .page.big-topbar-page { 9 body.uber-frame > .page.big-topbar-page {
10 padding-top: 78px; 10 padding-top: 78px;
11 } 11 }
12 12
13 #top-container { 13 #top-container {
14 margin-top: 16px; 14 margin-top: 16px;
15 overflow: hidden; 15 overflow: hidden;
16 } 16 }
17 17
18 #editing-controls, 18 #editing-controls,
19 #loading-spinner { 19 #loading-spinner {
20 white-space: nowrap; 20 white-space: nowrap;
21 } 21 }
22 22
23 #search-button { 23 #search-button {
24 margin: 0; 24 margin: 0;
25 } 25 }
26 26
27 #spinner { 27 #spinner {
28 position: relative; 28 -webkit-margin-end: 5px;
29 top: 3px; 29 vertical-align: bottom;
30 } 30 }
31 31
32 #notification-bar { 32 #notification-bar {
33 float: right; 33 float: right;
34 padding-top: 5px; 34 padding-top: 5px;
35 } 35 }
36 36
37 html[dir='rtl'] #notification-bar { 37 html[dir='rtl'] #notification-bar {
38 float: left; 38 float: left;
39 } 39 }
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 background-image: url(../../../../ui/webui/resources/images/phone_small.png); 632 background-image: url(../../../../ui/webui/resources/images/phone_small.png);
633 background-position: 14px center; 633 background-position: 14px center;
634 padding-left: 43px; 634 padding-left: 43px;
635 } 635 }
636 636
637 #action-menu[data-devicetype='tablet']::before { 637 #action-menu[data-devicetype='tablet']::before {
638 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); 638 background-image: url(../../../../ui/webui/resources/images/tablet_small.png);
639 background-position: 17px center; 639 background-position: 17px center;
640 padding-left: 49px; 640 padding-left: 49px;
641 } 641 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/clear_browser_data_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698