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

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

Issue 9794016: [webui] get rid of more html[os=] rules (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: presub 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 /* 1 /*
2 * 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 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 body { 7 body {
8 background: #FFFFFF; 8 background: #FFFFFF;
9 margin: 10px 15px; 9 margin: 10px 15px;
10 -webkit-user-select: none; 10 -webkit-user-select: none;
(...skipping 23 matching lines...) Expand all
34 } 34 }
35 35
36 html[dir='rtl'] .cloudprint-success-footer { 36 html[dir='rtl'] .cloudprint-success-footer {
37 text-align: left; 37 text-align: left;
38 left: 0px; 38 left: 0px;
39 bottom: 0px; 39 bottom: 0px;
40 margin-left: 20px; 40 margin-left: 20px;
41 } 41 }
42 42
43 .button { 43 .button {
44 <if expr="is_macosx">
45 font-size: 12pt;
46 </if>
44 min-width: 87px; 47 min-width: 87px;
45 min-height: 26px; 48 min-height: 26px;
46 } 49 }
47
48 html[os='mac'].button {
49 font-size: 12pt;
50 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/bookmark_manager/css/bmm.css ('k') | chrome/browser/resources/extensions/pack_extension_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698