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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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 /* 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
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 2 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 3 * found in the LICENSE file. */
5 */
6 4
7 body { 5 body {
8 background: #FFFFFF; 6 -webkit-user-select: none;
7 background: white;
9 margin: 10px 15px; 8 margin: 10px 15px;
10 -webkit-user-select: none;
11 } 9 }
12 10
13 .cloudprint-signup { 11 .cloudprint-signup {
14 vertical-align: top; 12 vertical-align: top;
15 width: 60%; 13 width: 60%;
16 } 14 }
17 15
18 .cloudprint-login { 16 .cloudprint-login {
19 border: 2px; 17 border: 2px;
20 width: 40%; 18 width: 40%;
21 } 19 }
22 20
23 .cloudprint-header { 21 .cloudprint-header {
24 font-weight: bold; 22 font-weight: bold;
25 } 23 }
26 24
27 .cloudprint-item-header { 25 .cloudprint-item-header {
28 font-size: 0.9em; 26 font-size: 0.9em;
29 font-weight: bold; 27 font-weight: bold;
30 } 28 }
31 29
32 .cloudprint-item-explain { 30 .cloudprint-item-explain {
33 font-size: 0.9em; 31 font-size: 0.9em;
34 } 32 }
35 33
36 .cloudprint-item-image { 34 .cloudprint-item-image {
37 padding: 8px; 35 padding: 8px;
38 text-align: center; 36 text-align: center;
39 } 37 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/cloud_print/cloud_print_setup_done.css ('k') | chrome/browser/resources/crashes.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698