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

Side by Side Diff: chrome/browser/resources/print_preview/settings/copies_settings.css

Issue 10450022: Print Preview Print Destination Search Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Set --bary flag Created 8 years, 6 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
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * 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
3 * found in the LICENSE file. 3 * found in the LICENSE file. */
4 */
5 4
6 #copies-settings .copies-settings-copies { 5 #copies-settings .copies-settings-copies {
7 position: relative; 6 position: relative;
8 width: 2.75em; 7 width: 2.75em;
9 } 8 }
10 9
11 #copies-settings .copies-settings-copies.invalid { 10 #copies-settings .copies-settings-copies.invalid {
12 background: rgb(255, 240, 240); 11 background: rgb(255, 240, 240);
13 color: rgb(140, 20, 20); 12 color: rgb(140, 20, 20);
14 } 13 }
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 border-top-left-radius: 0; 46 border-top-left-radius: 0;
48 border-top-right-radius: 3px; 47 border-top-right-radius: 3px;
49 } 48 }
50 49
51 html[dir='rtl'] #copies-settings .copies-settings-decrement { 50 html[dir='rtl'] #copies-settings .copies-settings-decrement {
52 border-bottom-left-radius: 3px; 51 border-bottom-left-radius: 3px;
53 border-bottom-right-radius: 0; 52 border-bottom-right-radius: 0;
54 border-top-left-radius: 3px; 53 border-top-left-radius: 3px;
55 border-top-right-radius: 0; 54 border-top-right-radius: 0;
56 } 55 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698