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

Unified Diff: chrome/browser/resources/options2/content_settings.css

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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/options2/content_settings.css
diff --git a/chrome/browser/resources/options2/content_settings.css b/chrome/browser/resources/options2/content_settings.css
deleted file mode 100644
index 53b7ca663f55301b3907fc37a12d4ab4200745c8..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/content_settings.css
+++ /dev/null
@@ -1,84 +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. */
-
-#content-settings-page {
- min-width: 600px;
-}
-
-#content-settings-exceptions-area {
- min-width: 540px;
-}
-
-.exception-pattern {
- -webkit-box-flex: 1;
- -webkit-margin-end: 10px;
- -webkit-margin-start: 14px;
-}
-
-.exception-setting {
- display: inline-block;
- width: 120px;
-}
-
-select.exception-setting {
- vertical-align: middle;
-}
-
-#exception-column-headers {
- -webkit-margin-start: 17px;
- display: -webkit-box;
- margin-top: 17px;
-}
-
-#exception-column-headers > div {
- font-weight: bold;
-}
-
-#exception-pattern-column {
- -webkit-box-flex: 1;
-}
-
-#exception-behavior-column {
- width: 145px;
-}
-
-.otr-explanation {
- font-style: italic;
-}
-
-#content-settings-exceptions-area list {
- margin-bottom: 10px;
- margin-top: 4px;
-}
-
-#disable-plugins-container {
- /* Same as .checkbox and .radio padding. Using padding instead of margin
- * to ensure minimum height for tap target. */
- padding: 7px 0;
-}
-
-div[role='listitem'][managedby] {
- color: #666;
- font-style: italic;
- position: relative;
-}
-
-.settings-list div[role='listitem'][managedby='policy'],
-.settings-list div[role='listitem'][managedby='extension'] {
- background: -webkit-linear-gradient(rgb(250, 230, 146), rgb(250, 230, 146));
- border-bottom: 1px solid rgb(201, 189, 141);
- border-top: 0;
-}
-
-list div[role='listitem'][managedby='policy'] .close-button {
- background-image: url('chrome://theme/IDR_MANAGED');
- background-size: 16px;
- opacity: 1;
-}
-
-list div[role='listitem'][managedby='extension'] .close-button {
- background-image: url('chrome://theme/IDR_EXTENSIONS_SECTION_SMALL');
- background-size: 16px;
- opacity: 1;
-}

Powered by Google App Engine
This is Rietveld 408576698