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

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

Issue 10217006: Make certificate manager touch friendly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make certificate manager touch friendly. 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_shared2.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_shared2.css">
10 10
(...skipping 20 matching lines...) Expand all
31 padding-top: 8px; 31 padding-top: 8px;
32 } 32 }
33 33
34 button:not(.custom-appearance):not(.link-button), 34 button:not(.custom-appearance):not(.link-button),
35 input[type=button]:not(.custom-appearance), 35 input[type=button]:not(.custom-appearance),
36 input[type=submit]:not(.custom-appearance), 36 input[type=submit]:not(.custom-appearance),
37 select { 37 select {
38 margin-bottom: 6px; 38 margin-bottom: 6px;
39 margin-top: 6px; 39 margin-top: 6px;
40 } 40 }
41
42 html[touch-optimized] .tree-item > .tree-row {
43 padding: 4px 3px;
44 }
45
Evan Stade 2012/04/24 20:30:26 extra newline?
kevers 2012/04/24 20:38:27 Removed.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698