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

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

Issue 9794016: [webui] get rid of more html[os=] rules (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: presub Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_search.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: 5px 0; 8 margin: 5px 0;
9 } 9 }
10 10
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 #password-row { 201 #password-row {
202 margin-top: 2px; 202 margin-top: 2px;
203 } 203 }
204 204
205 #action-area { 205 #action-area {
206 margin-top: 2px; 206 margin-top: 2px;
207 } 207 }
208 208
209 #sync-setup-configure { 209 #sync-setup-configure {
210 background: white; 210 background: white;
211 } 211 <if expr="is_macosx">
212
213 html[os='mac'] #sync-setup-configure {
214 line-height: 1.5em; 212 line-height: 1.5em;
213 </if>
215 } 214 }
216 215
217 #choose-data-types-form { 216 #choose-data-types-form {
218 -webkit-user-select: none; 217 -webkit-user-select: none;
219 } 218 }
220 219
221 #chooseDataTypesRadio { 220 #chooseDataTypesRadio {
222 vertical-align: top; 221 vertical-align: top;
223 } 222 }
224 223
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 } 476 }
478 477
479 .signin-box .help-link:visited { 478 .signin-box .help-link:visited {
480 color: #fff !important; 479 color: #fff !important;
481 } 480 }
482 481
483 .signin-box .help-link:hover { 482 .signin-box .help-link:hover {
484 color: #fff !important; 483 color: #fff !important;
485 opacity: .7; 484 opacity: .7;
486 } 485 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_search.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698