summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/memory_internals/extension_view.css
blob: 24d2a25176e2f7e9ec7fdf5c409655d67bbff487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Copyright 2013 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. */

#extension-view .extension-id {
  text-align: right;
  width: 4em;
}

#extension-view .extension-info {
  text-align: left;
}

#extension-view .extension-memory {
  border-left: 1px solid rgb(181, 198, 222);
  text-align: right;
  width: 7em;
}

#extension-template {
  display: none;
}