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

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

Issue 618163002: Remove -webkit-*-before/after in: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/chromeos/login/accessibility_menu.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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 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 html, 5 html,
6 body, 6 body,
7 ul, 7 ul,
8 li { 8 li {
9 margin: 0; 9 margin: 0;
10 padding: 0; 10 padding: 0;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 p { 61 p {
62 margin-top: 0; 62 margin-top: 0;
63 } 63 }
64 64
65 progress { 65 progress {
66 margin-bottom: 0; 66 margin-bottom: 0;
67 width: 371px; 67 width: 371px;
68 } 68 }
69 69
70 ul { 70 ul {
71 -webkit-margin-after: 25px; 71 margin-bottom: 25px;
72 -webkit-margin-before: 0; 72 margin-top: 0;
73 } 73 }
74 74
75 .aligned-to-start { 75 .aligned-to-start {
76 -webkit-padding-start: 120px; 76 -webkit-padding-start: 120px;
77 } 77 }
78 78
79 .float-start { 79 .float-start {
80 float: left; 80 float: left;
81 } 81 }
82 82
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 215
216 #main-content.success #warning-button, 216 #main-content.success #warning-button,
217 #main-content.warning-no-conf #warning-button, 217 #main-content.warning-no-conf #warning-button,
218 #main-content.device-detected-none #warning-button { 218 #main-content.device-detected-none #warning-button {
219 display: none; 219 display: none;
220 } 220 }
221 221
222 #main-content.error #warning-button { 222 #main-content.error #warning-button {
223 clear: both; 223 clear: both;
224 } 224 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/accessibility_menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698