1 /* Copyright 2013 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. */
16 -webkit-padding-start: 0;
17 box-sizing: border-box
;
18 margin-bottom: 1.05em;
19 /* 67px is the height of the header's background image. */
28 background: -webkit-image-set
(
29 url
('../../app/theme/default_100_percent/extensions_section.png') 1x,
30 url
('../../app/theme/default_200_percent/extensions_section.png') 2x)
39 html
[dir
=rtl
] #header
> h1
{
40 background: -webkit-image-set
(
41 url
('../../app/theme/default_100_percent/extensions_section.png') 1x,
42 url
('../../app/theme/default_200_percent/extensions_section.png') 2x)
57 padding-bottom: 1.5em;
71 -webkit-padding-start: 5px;
72 background: rgb
(235, 239, 249);
73 border-top: 1px solid rgb
(181, 199, 222);
80 .section-header > table tr td:first-child {
84 .section-header > table tr {
85 vertical-align: center
;
88 .section-header > table {
90 border-collapse:collapse
93 .section-header-title {
98 -webkit-box-orient: vertical
;
103 -webkit-box-align: stretch
;
105 display: -webkit-box
;
109 -webkit-padding-end: 5px;
116 body
.hide-tmi-mode-initial
.show-in-tmi-mode
{
117 height: 0 !important
;
121 body
.hide-tmi-mode
.show-in-tmi-mode
{
122 -webkit-transition: all
100ms ease-out
;
123 height: 0 !important
;
127 body
.show-tmi-mode-initial
.show-in-tmi-mode
{
131 body
.show-tmi-mode
.show-in-tmi-mode
{
132 -webkit-transition: all
100ms ease-in
;
137 -webkit-box-align: stretch
;
157 -webkit-padding-start: 10px;
158 background: rgb
(244, 246, 252);
159 border-bottom: 1px solid rgb
(237, 239, 245);
161 padding-bottom: 0.8em;
166 .component-disabled {
167 background-color: #f0f0f0;
171 .component > tr > td {
179 border-collapse:collapse
188 border-bottom: 1px solid
#cdcdcd;
195 /* Indent the text related to each plug-in. */
197 -webkit-padding-start: 5px;
210 /* Use tables for layout, so eliminate extra spacing. */
211 .plugin-details table {
212 -webkit-border-horizontal-spacing: 0;
213 -webkit-border-vertical-spacing: 0;
217 -webkit-padding-start: 1em;
220 /* Separate the inital line, Description, Location, and MIME Types lines. */
221 .plugin-details > div {
225 /* Align rows of tables along the top. */
230 /* Separate columns by 1em for the most part. */
231 .plugin-details td+td {
232 -webkit-padding-start: 1em;
235 /* Make the MIME Types tables smaller. */
236 .plugin-details .mime-types {
240 /* Separate the header from the contents in each MIME Types table. */
241 .plugin-details .mime-types .header td {
242 border-bottom: 1px solid black
;
243 padding-bottom: 0.1em;
246 /* Separate the columns for tables used for horizontal listings only a bit. */
248 -webkit-padding-start: 0.4em;
251 /* Match the indentation of .plugin-text. */
253 -webkit-padding-start: 5px;
254 margin-bottom: 0.2em;
259 -webkit-margin-start: 30px;