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

Side by Side Diff: chrome/browser/resources/chromeos/charger_replacement.css

Issue 102373006: Merge 240486 "Implement the spring charger replacement UI and ad..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/src/
Patch Set: Created 7 years 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 body { 5 body {
6 padding: 8px; 6 padding: 8px;
7 } 7 }
8 8
9 h2 { 9 h2 {
10 margin-bottom: 20px; 10 margin-bottom: 20px;
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 } 144 }
145 145
146 #confirm-offline-order-checkbox-strip { 146 #confirm-offline-order-checkbox-strip {
147 display: -webkit-flex; 147 display: -webkit-flex;
148 flex-direction: row; 148 flex-direction: row;
149 } 149 }
150 150
151 #finish-still-bad-charger { 151 #finish-still-bad-charger {
152 margin-top: 40px; 152 margin-top: 40px;
153 } 153 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/resources/chromeos/charger_replacement.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698