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. */
7 <if expr
="not is_android and not is_ios">
10 /* Should be larger than the evaluated height of needs-restart. */
11 padding-bottom: 100px;
24 -webkit-padding-start: 55px;
25 background: url
(../../../ui/webui/resources/images/hazard.svg)
26 left center
/ 48px no-repeat
;
28 margin-bottom: 1.05em;
33 vertical-align: middle
;
36 html
[dir
=rtl
] #header
{
37 background-position: right center
;
49 padding-bottom: 1.5em;
59 margin: 5px auto
10px;
62 div
.content:last-of-type
{
67 background: rgb
(235, 239, 249);
68 border-top: 1px solid rgb
(181, 199, 222);
74 .section-header > table tr td:first-child {
78 .section-header > table {
82 .section-header-title {
87 #experiment-reset-all {
91 html
[dir
=rtl
] #experiment-reset-all
{
96 -webkit-box-orient: vertical
;
101 -webkit-box-align: stretch
;
103 display: -webkit-box
;
107 -webkit-padding-end: 5px;
110 /* Default and unsupported experiments display grey text on a grey background.
111 The title, however, should remain legible. */
113 .experiment-unsupported
> td
,
114 .experiment-default > td {
119 .experiment-unsupported
.experiment-name
,
120 .experiment-default .experiment-name {
125 border-bottom: 1px solid
#cdcdcd;
133 /* Indent the text related to each experiment. */
135 -webkit-padding-start: 5px;
142 .referenced .experiment-name {
143 background-color: rgb
(255, 255, 0);
152 /* Match the indentation of .experiment-text. */
153 .experiment-actions {
154 -webkit-padding-start: 5px;
155 margin-bottom: 0.2em;
160 /* If you modify properties that change the height of this,
161 * update body.padding-bottom. */
163 border-top: 1px solid rgb
(181, 199, 222);
165 box-shadow: 0 -2px 2px #ddd;
166 box-sizing: border-box
;
168 padding-bottom: 15px;
176 .experiment-restart-button {
177 -webkit-user-select: none
;
178 background: rgb
(76, 142, 250);
181 box-sizing: border-box
;
187 text-transform: uppercase
;
188 transition: box-shadow
200ms cubic-bezier
(0.4, 0, 0.2, 1);