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
;
17 * This class is used to create the splitter widget in
18 * ResizbleVerticalSplitView.
21 -webkit-user-select: none
;
22 border-left: 1px solid
#afafaf;
28 /* Needs to be wider on touch devices. */
29 .touch .vertical-splitter {
42 * This class should be given to top-level content boxes (like the view's main
43 * DIV). It gives them a consistent padding, and makes them scrollable.
47 padding: 20px 10px 10px 20px;
61 * Styles for TABLE that uses a thin collapsed border.
64 border-collapse: collapse
;
70 border: 1px solid
#777;
76 background: rgb
(224,236,255);
79 .styled-table th.title {
80 background: rgb
(255,217,217);
84 * Styling for event logs.
96 text-decoration: none
;
100 * Styling for text indicating a potential problem or error state.
103 color: rgb
(238, 0, 0);
107 * Styling for help windows that appear when mousing over an element.
111 border: 1px solid black
;
117 * Styling for elements that show a help window on mouse over.
119 .mouse-over-help-hover {