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

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: removing .py files 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 */ 4 */
Evan Stade 2012/04/03 02:59:48 poop
Dan Beam 2012/04/03 04:15:06 Done.
6 5
7 body { 6 body {
8 background: #FFFFFF; 7 -webkit-user-select: none;
8 background: #fff;
Evan Stade 2012/04/03 02:59:48 white
Dan Beam 2012/04/03 04:15:06 Done.
9 margin: 10px 15px; 9 margin: 10px 15px;
10 -webkit-user-select: none;
11 } 10 }
12 11
13 .cloudprint-signup { 12 .cloudprint-signup {
14 vertical-align: top; 13 vertical-align: top;
15 width: 60%; 14 width: 60%;
16 } 15 }
17 16
18 .cloudprint-login { 17 .cloudprint-login {
19 border: 2px; 18 border: 2px;
20 width: 40%; 19 width: 40%;
21 } 20 }
22 21
23 .cloudprint-header { 22 .cloudprint-header {
24 font-weight: bold; 23 font-weight: bold;
25 } 24 }
26 25
27 .cloudprint-item-header { 26 .cloudprint-item-header {
28 font-size: 0.9em; 27 font-size: 0.9em;
29 font-weight: bold; 28 font-weight: bold;
30 } 29 }
31 30
32 .cloudprint-item-explain { 31 .cloudprint-item-explain {
33 font-size: 0.9em; 32 font-size: 0.9em;
34 } 33 }
35 34
36 .cloudprint-item-image { 35 .cloudprint-item-image {
37 padding: 8px; 36 padding: 8px;
38 text-align: center; 37 text-align: center;
39 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698