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

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

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: csilv review 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
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 5
6 html { 6 html {
7 height: 100%; 7 height: 100%;
8 } 8 }
9 9
10 body { 10 body {
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 html[dir='rtl'] #decrement { 286 html[dir='rtl'] #decrement {
287 border-bottom-left-radius: 3px; 287 border-bottom-left-radius: 3px;
288 border-bottom-right-radius: 0; 288 border-bottom-right-radius: 0;
289 border-top-left-radius: 3px; 289 border-top-left-radius: 3px;
290 border-top-right-radius: 0; 290 border-top-right-radius: 0;
291 } 291 }
292 292
293 #system-dialog-link { 293 #system-dialog-link {
294 -webkit-margin-start: 16px; 294 -webkit-margin-start: 16px;
295 margin-top: 10px; 295 margin-top: 10px;
296 /* TODO: Remove !important when it is also removed from link-button in 296 padding: 0;
297 * chrome/browser/resources/shared/css/button.css also removes it.
298 */
299 padding: 0 !important;
300 } 297 }
301 298
302 /* PDF view */ 299 /* PDF view */
303 300
304 #print-preview #mainview { 301 #print-preview #mainview {
305 -webkit-margin-start: 310px; 302 -webkit-margin-start: 310px;
306 -webkit-padding-start: 0; 303 -webkit-padding-start: 0;
307 -webkit-user-select: none; 304 -webkit-user-select: none;
308 background-color: #ccc; 305 background-color: #ccc;
309 overflow: hidden; 306 overflow: hidden;
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 } 444 }
448 445
449 #intentionally-blank { 446 #intentionally-blank {
450 color: black; 447 color: black;
451 display: inline-block; 448 display: inline-block;
452 font-style: italic; 449 font-style: italic;
453 text-align: center; 450 text-align: center;
454 text-decoration: none; 451 text-decoration: none;
455 padding: 0 10px; 452 padding: 0 10px;
456 } 453 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/policy.html ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698