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

Side by Side Diff: chrome/browser/resources/options/automatic_settings_reset_banner.css

Issue 1455063003: Fix JS whoopsies from https://crrev.com/e2f61d09c3f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dan's feedback. Created 5 years, 1 month 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/automatic_settings_reset_banner.js » ('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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 .settings-banner { 5 .settings-banner {
6 background-color: #f5f5f5; 6 background-color: #f5f5f5;
7 border-color: #c8c8c8; 7 border-color: #c8c8c8;
8 border-radius: 3px; 8 border-radius: 3px;
9 border-style: solid; 9 border-style: solid;
10 border-width: 1px; 10 border-width: 1px;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 .settings-banner .content-area .badge { 48 .settings-banner .content-area .badge {
49 background-image: url(yellow_gear.png); 49 background-image: url(yellow_gear.png);
50 background-position: center; 50 background-position: center;
51 background-repeat: no-repeat; 51 background-repeat: no-repeat;
52 height: 55px; 52 height: 55px;
53 width: 58px; 53 width: 58px;
54 } 54 }
55 55
56 .settings-banner .content-area .text { 56 .settings-banner .content-area .text {
57 -webkit-margin-start: 18px; 57 -webkit-margin-start: 18px;
58 flex: 1.0; 58 flex: 1;
59 } 59 }
60 60
61 .settings-banner .content-area .text p { 61 .settings-banner .content-area .text p {
62 margin-bottom: 0; 62 margin-bottom: 0;
63 margin-top: 0; 63 margin-top: 0;
64 } 64 }
65 65
66 .settings-banner .content-area .button-area { 66 .settings-banner .content-area .button-area {
67 -webkit-margin-start: 54px; 67 -webkit-margin-start: 54px;
68 } 68 }
69 69
70 .settings-banner .nowrap { 70 .settings-banner .nowrap {
71 white-space: nowrap; 71 white-space: nowrap;
72 } 72 }
73 73
74 .settings-banner button { 74 .settings-banner button {
75 margin-bottom: 1px; 75 margin-bottom: 1px;
76 margin-right: 0; 76 margin-right: 0;
77 } 77 }
78 78
79 #secondary-user-banner .content-area .badge { 79 #secondary-user-banner .content-area .badge {
80 background-color: rgb(210, 210, 212); 80 background-color: rgb(210, 210, 212);
81 background-image: url(chrome://theme/IDR_SECONDARY_USER_SETTINGS); 81 background-image: url(chrome://theme/IDR_SECONDARY_USER_SETTINGS);
82 } 82 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/automatic_settings_reset_banner.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698