BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / about_invalidations.css
blob4f52a608d2ec67a4e6b8eebb9ff2bf9688918402
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 font-size: 80%;
10 #invalidations-info .lead {
11 color: rgb(74, 142, 230);
12 display: block;
13 font-size: 100%;
14 font-weight: bold;
15 margin-top: 10px;
16 word-wrap: normal;
19 #invalidations-info .section {
20 display: inline-block;
21 margin-left: auto;
22 margin-right: auto;
23 width: 100%;
26 #objectsid-table-container .td {
27 font-size: 50%;
30 #objectsid-table-container .error {
31 background: rgb(255, 204, 204);
34 #objectsid-table-container .header {
35 background: rgb(255, 255, 204);
38 #objectsid-table-container .content {
39 background: rgb(204, 255, 204);
42 #objectsid-table-container .greyed {
43 background: rgb(204, 204, 204);