Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / nfc_debug.css
blob9ffa968f66a2f64de595fc9d140507bdccf02554
1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
6 body {
7 margin: 0
10 p {
11 white-space: pre-wrap;
14 label {
15 display: block;
18 h1 {
19 margin: 1%;
22 div.entity-div {
23 box-shadow: 0 0 20px 2px #aaa;
24 display: inline-block;
25 margin: 10px 5px;
26 overflow: hidden;
27 padding: 10px;
28 vertical-align: top;
31 #nfc-adapter-info {
32 width: 165px;
35 #ndef-record-form {
36 width: 300px;
39 #nfc-tag-info,
40 #nfc-peer-info {
41 width: 270px;
42 word-wrap: break-word;
45 #ndef-record-form input {
46 width: 99%;
49 .parameters-table td {
50 padding: 0 10px 10px 0;
53 .transition-in {
54 -webkit-transition: opacity 250ms ease-in-out;
55 opacity: 1;
56 transition: opacity 250ms ease-in-out;
59 .transition-out {
60 -webkit-transition: opacity 250ms ease-in-out;
61 opacity: 0.25;
62 transition: opacity 250ms ease-in-out;
65 hr {
66 background: #888;
67 border: 0;
68 border-bottom: 1px dashed #ccc;
71 div.record-key-value-div {
72 margin-bottom: 10px;
75 span.record-key-span,
76 div.record-key-div {
77 font-style: italic;
78 font-weight: bold;
79 margin-right: 10px;
82 .record-value-div > * {
83 margin: 10px;