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

Unified Diff: chrome/browser/resources/options/options_settings_app.css

Issue 2121303003: Remove the "Settings" packaged app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/options/options_settings_app.css
diff --git a/chrome/browser/resources/options/options_settings_app.css b/chrome/browser/resources/options/options_settings_app.css
deleted file mode 100644
index e1bd65801d2d9cc04ac822f098e499da4317ef9a..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/options_settings_app.css
+++ /dev/null
@@ -1,47 +0,0 @@
-/* Copyright 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. */
-
-/* Don't use the large margin used for the navigation bar. Settings App uses a
- * 20px margin for headings + 18px for sections.
- */
-html.settings-app body.uber-frame {
- -webkit-margin-start: 38px;
-}
-
-/* There is a tweak in uber_shared.css to improve touch events around the
- * navigation bar (which is not used for the settings app) in reaction to a
- * webkit bug (wk95204). We need to reset back to the original style.
- */
-@media(pointer:coarse) {
- html.settings-app body.uber-frame section {
- -webkit-padding-start: 18px;
- }
- html.settings-app body.uber-frame section > h3 {
- -webkit-margin-start: -18px;
- }
-}
-
-html.settings-app body.uber-frame header {
- left: 20px;
- min-width: 400px;
-}
-
-html.settings-app #content-settings-page .content-area {
- -webkit-margin-start: 18px;
-}
-
-/* Settings App is narrower due to no navigation margin, so the roomy language
- * overlay needs to be trimmed down. 25% is taken off the original height and
- * the width is trimmed proportional to (half) the reduction due to the removal
- * of the left margin.
- */
-html.settings-app .language-options-left {
- height: 300px;
- width: 228px;
-}
-
-html.settings-app .language-options-right {
- height: 300px;
- width: 288px;
-}
« no previous file with comments | « chrome/browser/resources/options/options_page.js ('k') | chrome/browser/resources/options/options_settings_app.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698