cookies_view.css revision bda42a81ee5f9b20d2bebedcf0bbef1e30e5b293
1/*
2Copyright (c) 2010 The Chromium Authors. All rights reserved.
3Use of this source code is governed by a BSD-style license that can be
4found in the LICENSE file.
5*/
6
7.cookies-info-table {
8  width: 100%;
9}
10
11.cookies-details-pane {
12  background-color: lightgrey;
13  border: 1px solid grey;
14  margin: 5px 0;
15}
16
17.cookie-details-label {
18  white-space: pre;
19  vertical-align: top;
20}
21
22html[dir=ltr] .cookie-details-label {
23  text-align: right;
24}
25
26#cookiesSearchBox {
27  border: 1px solid lightgrey;
28  display: box;
29  width: 366px;
30}
31
32#cookiesTree {
33  border: 1px solid lightgrey;
34  height: 200px;
35  margin: 0;
36  padding: 5px;
37}
38
39#cookieContent {
40  display: block;
41  width: 520px;
42  word-wrap: break-word;
43}
44