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

Unified Diff: chrome/browser/resources/chromeos/nfc_debug.css

Issue 2292703002: chromeos: Remove unused NFC D-Bus client library (Closed)
Patch Set: rebase Created 4 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/chromeos/nfc_debug.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/nfc_debug.css
diff --git a/chrome/browser/resources/chromeos/nfc_debug.css b/chrome/browser/resources/chromeos/nfc_debug.css
deleted file mode 100644
index 1c7dc7307c0bc9ecb668949fc71b484d104f2663..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/nfc_debug.css
+++ /dev/null
@@ -1,83 +0,0 @@
-/* Copyright 2014 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. */
-
-body {
- margin: 0
-}
-
-p {
- white-space: pre-wrap;
-}
-
-label {
- display: block;
-}
-
-h1 {
- margin: 1%;
-}
-
-div.entity-div {
- box-shadow: 0 0 20px 2px #aaa;
- display: inline-block;
- margin: 10px 5px;
- overflow: hidden;
- padding: 10px;
- vertical-align: top;
-}
-
-#nfc-adapter-info {
- width: 165px;
-}
-
-#ndef-record-form {
- width: 300px;
-}
-
-#nfc-tag-info,
-#nfc-peer-info {
- width: 270px;
- word-wrap: break-word;
-}
-
-#ndef-record-form input {
- width: 99%;
-}
-
-.parameters-table td {
- padding: 0 10px 10px 0;
-}
-
-.transition-in {
- -webkit-transition: opacity 250ms ease-in-out;
- opacity: 1;
- transition: opacity 250ms ease-in-out;
-}
-
-.transition-out {
- -webkit-transition: opacity 250ms ease-in-out;
- opacity: 0.25;
- transition: opacity 250ms ease-in-out;
-}
-
-hr {
- background: #888;
- border: 0;
- border-bottom: 1px dashed #ccc;
-}
-
-div.record-key-value-div {
- margin-bottom: 10px;
-}
-
-span.record-key-span,
-div.record-key-div {
- font-style: italic;
- font-weight: bold;
- margin-right: 10px;
-}
-
-.record-value-div > * {
- margin: 10px;
-}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/chromeos/nfc_debug.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698