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

Unified Diff: chrome/browser/resources/shared/css/chrome_shared2_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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/shared/css/chrome_shared2_touch.css
diff --git a/chrome/browser/resources/shared/css/chrome_shared2_touch.css b/chrome/browser/resources/shared/css/chrome_shared2_touch.css
deleted file mode 100644
index cd9207fa7da1451574f36ad74f0bc4ea6aea0684..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/shared/css/chrome_shared2_touch.css
+++ /dev/null
@@ -1,68 +0,0 @@
-/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-/* NB: do not include this file directly. Include chrome_shared2.css. If touch
- * optimization is enabled, these rules will be automatically loaded by the
- * SharedResourceDataSource. */
-
-<include src="chrome_shared2.css">
-
-input[type='input'],
-input[type='password'],
-input[type='search'],
-input[type='text'],
-input[type='url'] {
- padding-bottom: 7px;
- padding-top: 6px;
-}
-
-/* Margins are not touchable. Use padding on the inner label instead to
- increase the size of the touch target. */
-.checkbox,
-.radio {
- margin: 0;
-}
-
-.checkbox label,
-.radio label {
- padding-bottom: 7px;
- padding-top: 7px;
-}
-
-li > button.link-button {
- padding-bottom: 8px;
- padding-top: 8px;
-}
-
-button:not(.custom-appearance):not(.link-button),
-input[type=button]:not(.custom-appearance),
-input[type=submit]:not(.custom-appearance),
-select {
- margin-bottom: 6px;
- margin-top: 6px;
- padding-bottom: 7px;
- padding-top: 6px;
-}
-
-html[touch-optimized] .tree-item > .tree-row {
- padding: 4px 3px;
-}
-
-list input[type='input'],
-list input[type='password'],
-list input[type='search'],
-list input[type='text'],
-list input[type='url'] {
- margin: 0;
- padding: 3px 3px 2px 3px;
-}
-
-list button:not(.custom-appearance):not(.link-button),
-list input[type=button]:not(.custom-appearance),
-list input[type=submit]:not(.custom-appearance),
-list select {
- margin: 0;
- padding-bottom: 0;
- padding-top: 3px;
-}
« no previous file with comments | « chrome/browser/resources/shared/css/chrome_shared2.css ('k') | chrome/browser/resources/shared/css/chrome_shared_touch.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698