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

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

Issue 2396963002: Fix button spacing for overriding variations country. (Closed)
Patch Set: Created 4 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
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 body { 5 body {
6 color: #333; 6 color: #333;
7 } 7 }
8 8
9 h2 { 9 h2 {
10 font-size: 110%; 10 font-size: 110%;
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 width: 35%; 131 width: 35%;
132 } 132 }
133 133
134 .event-logs-message { 134 .event-logs-message {
135 width: 50%; 135 width: 50%;
136 } 136 }
137 137
138 .prefs-setting-disabled { 138 .prefs-setting-disabled {
139 display: none; 139 display: none;
140 } 140 }
141
142 #country-override br {
dpapad 2016/10/10 17:30:52 This is a very indirect way to add spacing between
hamelphi 2016/10/11 15:54:42 Done.
143 line-height: 180%;
144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698