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/settings/internet_page/network_siminfo.css

Issue 1979693002: [MD settings] removing .css files from internet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 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/settings/internet_page/network_siminfo.css
diff --git a/chrome/browser/resources/settings/internet_page/network_siminfo.css b/chrome/browser/resources/settings/internet_page/network_siminfo.css
deleted file mode 100644
index df0d574c71b027a21d718c480d2bf7b1b0ff3478..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/internet_page/network_siminfo.css
+++ /dev/null
@@ -1,47 +0,0 @@
-/* Copyright 2015 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. */
-
-iron-icon {
- -webkit-margin-end: 5px;
- -webkit-margin-start: -3px;
-}
-
-paper-button {
- margin: 0;
-}
-
-span {
- -webkit-margin-end: 10px;
-}
-
-#lockedDiv span {
- color: red;
- font-weight: 500;
-}
-
-#lockedDiv paper-input {
- -webkit-margin-start: 10px;
- width: 80px;
-}
-
-#unlockSimDialog paper-input {
- -webkit-margin-start: 5px;
-}
-
-#unlockSimDialog span {
- -webkit-margin-start: 5px;
-}
-
-.pin {
- min-width: 100px;
-}
-
-.puk {
- min-width: 200px;
-}
-
-.error {
- color: red;
- max-width: 400px;
-}

Powered by Google App Engine
This is Rietveld 408576698