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">
10 /* Should match needs-restart.height + 5 */
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 /* Disabled and unsupported experiments display grey text on a grey background.
118 The title, however, should remain legible. */
120 .experiment-unsupported
> td
,
121 .experiment-disabled > td {
126 .experiment-unsupported
.experiment-name
,
127 .experiment-disabled .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;
168 border-top: 1px solid rgb
(181, 199, 222);
170 box-sizing: border-box
;
171 /* If you change this, update body.padding-bottom */
174 padding-bottom: 25px;