summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/content_settings.css
blob: 5e1bffe61ca3b01c09f5610b1fcc813ba6fb90e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
Copyright (c) 2010 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.
*/

#contentSettingsPage list {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.exceptionPattern {
  display: -webkit-box;
  -webkit-box-flex: 1;
}

.exceptionSetting {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
}