1 /* Copyright (c) 2012 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.
6 /* Only common styles should be declared here. */
9 box-sizing: border-box
;
16 /* This class is used to create the splitter widget in
17 ResizbleVerticalSplitView */
19 -webkit-user-select: none
;
20 border-left: 1px solid
#afafaf;
26 /* Needs to be wider on touch devices. */
27 .touch .vertical-splitter {
35 .log-source-entry * p {
40 .log-source-entry * td {
45 * This class should be given to top-level content boxes (like the view's main
46 * DIV). It gives them a consistent padding, and makes them scrollable.
50 padding: 20px 10px 10px 20px;
64 * Styles for TABLE that uses a thin collapsed border.
67 border-collapse: collapse
;
73 border: 1px solid
#777;
79 background: rgb
(224,236,255);
82 .styled-table th.title {
83 background: rgb
(255,217,217);
87 * Styling for event logs.
99 text-decoration: none
;
103 * Styling for text indicating a potential problem or error state.
106 color: rgb
(238, 0, 0);
110 * Styling for help windows that appear when mousing over an element.
114 border: 1px solid black
;
121 * Styling for elements that show a help window on mouse over.
123 .mouse-over-help-hover {