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

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

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (Closed)
Patch Set: rebase Created 3 years, 10 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
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 /* TODO(jhawkins): Organize these by page. */ 5 /* TODO(jhawkins): Organize these by page. */
6 6
7 #sync-setup-overlay * h4 { 7 #sync-setup-overlay * h4 {
8 margin: 15px 0 5px; 8 margin: 15px 0 5px;
9 } 9 }
10 10
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 #learn-more-link { 204 #learn-more-link {
205 float: right; 205 float: right;
206 } 206 }
207 207
208 html[dir='rtl'] #learn-more-link { 208 html[dir='rtl'] #learn-more-link {
209 float: left; 209 float: left;
210 } 210 }
211 211
212 #customize-link, 212 #customize-link,
213 #use-default-link { 213 #use-default-link {
214 -webkit-transition: opacity 250ms; 214 transition: opacity 250ms;
215 } 215 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698