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

Side by Side Diff: chrome/browser/resources/cloud_print/cloud_print_setup_login.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-signup { 13 .cloudprint-signup {
8 vertical-align: top; 14 vertical-align: top;
9 width: 60%; 15 width: 60%;
10 } 16 }
(...skipping 13 matching lines...) Expand all
24 } 30 }
25 31
26 .cloudprint-item-explain { 32 .cloudprint-item-explain {
27 font-size: 0.9em; 33 font-size: 0.9em;
28 } 34 }
29 35
30 .cloudprint-item-image { 36 .cloudprint-item-image {
31 padding: 8px; 37 padding: 8px;
32 text-align: center; 38 text-align: center;
33 } 39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698