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

Side by Side Diff: chrome/browser/resources/cloud_print/cloud_print_setup_done.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-success-header { 11 .cloudprint-success-header {
14 font-size: 1.4em; 12 font-size: 1.4em;
15 font-weight: bold; 13 font-weight: bold;
16 } 14 }
17 15
18 .cloudprint-success-image { 16 .cloudprint-success-image {
17 margin: 20px;
19 text-align: center; 18 text-align: center;
20 margin: 20px;
21 } 19 }
22 20
23 #message { 21 #message {
24 font-weight: bold; 22 font-weight: bold;
25 } 23 }
26 24
27 .cloudprint-success-footer { 25 .cloudprint-success-footer {
26 bottom: 0;
27 font-size: 1.2em;
28 margin-bottom: 10px;
29 margin-right: 10px;
28 position: fixed; 30 position: fixed;
29 font-size: 1.2em; 31 right: 0;
30 right: 0px;
31 bottom: 0px;
32 margin-right: 10px;
33 margin-bottom: 10px;
34 } 32 }
35 33
36 html[dir='rtl'] .cloudprint-success-footer { 34 html[dir='rtl'] .cloudprint-success-footer {
35 bottom: 0;
36 left: 0;
37 margin-left: 20px;
37 text-align: left; 38 text-align: left;
38 left: 0px;
39 bottom: 0px;
40 margin-left: 20px;
41 } 39 }
42 40
43 .button { 41 .button {
44 <if expr="is_macosx"> 42 <if expr="is_macosx">
45 font-size: 12pt; 43 font-size: 12pt;
46 </if> 44 </if>
45 min-height: 26px;
47 min-width: 87px; 46 min-width: 87px;
48 min-height: 26px;
49 } 47 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/cloud_print/cloud_print_setup_login.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698