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

Side by Side Diff: chrome/browser/resources/cloud_print/cloud_print_setup_done.css

Issue 9689075: Move some resources to a proper location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separated icon addition. 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 /*
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
1 body { 7 body {
2 background: #FFFFFF; 8 background: #FFFFFF;
3 margin: 10px 15px; 9 margin: 10px 15px;
4 -webkit-user-select: none; 10 -webkit-user-select: none;
5 } 11 }
6 12
7 .cloudprint-success-header { 13 .cloudprint-success-header {
8 font-size: 1.4em; 14 font-size: 1.4em;
9 font-weight: bold; 15 font-weight: bold;
10 } 16 }
(...skipping 24 matching lines...) Expand all
35 } 41 }
36 42
37 .button { 43 .button {
38 min-width: 87px; 44 min-width: 87px;
39 min-height: 26px; 45 min-height: 26px;
40 } 46 }
41 47
42 html[os='mac'].button { 48 html[os='mac'].button {
43 font-size: 12pt; 49 font-size: 12pt;
44 } 50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698