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: 75px;
25 background: -webkit-image-set
(
26 url
(../../app/theme/default_100_percent/flags_section.png) 1x,
27 url
(../../app/theme/default_200_percent/flags_section.png) 2x)
28 no-repeat left center
;
29 box-sizing: border-box
;
31 margin-bottom: 1.05em;
32 /* 67px is the height of the header's image. */
40 vertical-align: middle
;
43 html
[dir
=rtl
] #header
{
44 background-position: right center
;
56 padding-bottom: 1.5em;
66 margin: 5px auto
10px;
69 div
.content:last-of-type
{
74 background: rgb
(235, 239, 249);
75 border-top: 1px solid rgb
(181, 199, 222);
81 .section-header > table tr td:first-child {
85 .section-header > table {
89 .section-header-title {
94 #experiment-reset-all {
98 html
[dir
=rtl
] #experiment-reset-all
{
103 -webkit-box-orient: vertical
;
104 display: -webkit-box
;
108 -webkit-box-align: stretch
;
110 display: -webkit-box
;
114 -webkit-padding-end: 5px;
117 /* Default and unsupported experiments display grey text on a grey background.
118 The title, however, should remain legible. */
120 .experiment-unsupported
> td
,
121 .experiment-default > td {
126 .experiment-unsupported
.experiment-name
,
127 .experiment-default .experiment-name {
132 border-bottom: 1px solid
#cdcdcd;
140 /* Indent the text related to each experiment. */
142 -webkit-padding-start: 5px;
149 .referenced .experiment-name {
150 background-color: rgb
(255, 255, 0);
159 /* Match the indentation of .experiment-text. */
160 .experiment-actions {
161 -webkit-padding-start: 5px;
162 margin-bottom: 0.2em;
167 /* If you modify properties that change the height of this,
168 * update body.padding-bottom. */
170 border-top: 1px solid rgb
(181, 199, 222);
172 box-shadow: 0 -2px 2px #ddd;
173 box-sizing: border-box
;
175 padding-bottom: 15px;
183 .experiment-restart-button {
184 -webkit-user-select: none
;
185 background: rgb
(76, 142, 250);
188 box-sizing: border-box
;
194 text-transform: uppercase
;
195 transition: box-shadow
200ms cubic-bezier
(0.4, 0, 0.2, 1);