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

Unified Diff: chrome/browser/resources/options2/chromeos/internet_detail.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/chromeos/internet_detail.css
diff --git a/chrome/browser/resources/options2/chromeos/internet_detail.css b/chrome/browser/resources/options2/chromeos/internet_detail.css
deleted file mode 100644
index b92a4f544ae3c86010e246844ee4019a08d91d74..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/chromeos/internet_detail.css
+++ /dev/null
@@ -1,83 +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. */
-
-/* Force tab strip to extend to the left and right edges of the window. */
-#internet-details-content-area {
- -webkit-box-orient: vertical;
- display: -webkit-box;
- padding: 6px 0 0 0;
-}
-
-#network-details-header {
- -webkit-padding-start: 20px;
- margin: 0;
- padding-bottom: 12px;
- padding-top: 32px;
-}
-
-#network-details-title {
- font-size: 18px;
-}
-
-#network-details-subtitle-status {
- color: rgb(53, 174, 71);
-}
-
-
-/* Fix the height of the subpages so that the dialog does not resize when the
- user switches tabs. */
-#internet-details-content-area > .subpages-tab-contents {
- -webkit-box-flex: 1;
- -webkit-box-sizing: border-box;
- -webkit-padding-end: 10px;
- height: 380px;
- min-width: 480px;
- overflow-y: auto;
-}
-
-#ip-config-list {
- min-height: 96px !important;
-}
-
-/* Minimum and maximum height are integer multiples of the height of a list
- entry. */
-#ignored-host-list {
- -webkit-margin-start: 0;
- border: solid 1px #999;
- max-height: 128px;
- min-height: 64px;
- width: 400px;
-}
-
-#new-host {
- -webkit-margin-start: 0;
- margin-top: 8px;
-}
-
-#ipconfig-section {
- border-top: 1px solid #eee;
- margin-bottom: 10px;
- padding-top: 10px;
-}
-
-#ipconfig-dns-section {
- border-top: 1px solid #eee;
- padding-top: 10px;
-}
-
-#user-dns-settings:not([selected]) {
- display: none;
-}
-
-.dns-display {
- -webkit-margin-start: 24px;
- -webkit-transition: opacity 150ms ease-in-out;
- color: #bbb;
- font-style: italic;
-}
-
-.dns-display:not([selected]) {
- -webkit-transition: opacity 150ms ease-in-out;
- display: none;
-}

Powered by Google App Engine
This is Rietveld 408576698