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

Side by Side Diff: chrome/browser/resources/shared/css/chrome_shared_touch.css

Issue 10444043: rename chrome_shared2.css to chrome_shared.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 /* 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 4
5 /* NB: do not include this file directly. Include chrome_shared2.css. If touch 5 /* NB: do not include this file directly. Include chrome_shared.css. If touch
6 * optimization is enabled, these rules will be automatically loaded by the 6 * optimization is enabled, these rules will be automatically loaded by the
7 * SharedResourceDataSource. */ 7 * SharedResourceDataSource. */
8 8
9 <include src="chrome_shared2.css"> 9 <include src="chrome_shared.css">
10 10
11 input[type='input'], 11 input[type='input'],
12 input[type='password'], 12 input[type='password'],
13 input[type='search'], 13 input[type='search'],
14 input[type='text'], 14 input[type='text'],
15 input[type='url'] { 15 input[type='url'] {
16 padding-bottom: 7px; 16 padding-bottom: 7px;
17 padding-top: 6px; 17 padding-top: 6px;
18 } 18 }
19 19
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 } 59 }
60 60
61 list button:not(.custom-appearance):not(.link-button), 61 list button:not(.custom-appearance):not(.link-button),
62 list input[type=button]:not(.custom-appearance), 62 list input[type=button]:not(.custom-appearance),
63 list input[type=submit]:not(.custom-appearance), 63 list input[type=submit]:not(.custom-appearance),
64 list select { 64 list select {
65 margin: 0; 65 margin: 0;
66 padding-bottom: 0; 66 padding-bottom: 0;
67 padding-top: 3px; 67 padding-top: 3px;
68 } 68 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/css/chrome_shared2_touch.css ('k') | chrome/browser/resources/shared_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698