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/common/extensions_section.png) 1x,
30 url
(../../app/theme/default_200_percent/common/extensions_section.png) 2x)
39 html
[dir
=rtl
] #header
> h1
{
40 background: -webkit-image-set
(
41 url
(../../app/theme/default_100_percent/common/extensions_section.png) 1x,
42 url
(../../app/theme/default_200_percent/common/extensions_section.png) 2x)
57 padding-bottom: 1.5em;
70 -webkit-padding-start: 5px;
71 background: rgb
(235, 239, 249);
72 border-top: 1px solid rgb
(181, 199, 222);
79 .section-header > table tr td:first-child {
83 .section-header > table tr {
84 vertical-align: center
;
87 .section-header > table {
89 border-collapse:collapse
92 .section-header-title {
97 -webkit-box-orient: vertical
;
102 -webkit-box-align: stretch
;
104 display: -webkit-box
;
108 -webkit-padding-end: 5px;
115 body
.hide-tmi-mode-initial
.show-in-tmi-mode
{
116 height: 0 !important
;
120 body
.hide-tmi-mode
.show-in-tmi-mode
{
121 -webkit-transition: all
100ms ease-out
;
122 height: 0 !important
;
126 body
.show-tmi-mode-initial
.show-in-tmi-mode
{
130 body
.show-tmi-mode
.show-in-tmi-mode
{
131 -webkit-transition: all
100ms ease-in
;
136 -webkit-box-align: stretch
;
156 -webkit-padding-start: 10px;
157 background: rgb
(244, 246, 252);
158 border-bottom: 1px solid rgb
(237, 239, 245);
160 padding-bottom: 0.8em;
165 .component-disabled {
166 background-color: #f0f0f0;
170 .component > tr > td {
178 border-collapse:collapse
187 border-bottom: 1px solid
#cdcdcd;
194 /* Indent the text related to each plug-in. */
196 -webkit-padding-start: 5px;
209 /* Use tables for layout, so eliminate extra spacing. */
210 .plugin-details table {
211 -webkit-border-horizontal-spacing: 0;
212 -webkit-border-vertical-spacing: 0;
216 -webkit-padding-start: 1em;
219 /* Separate the inital line, Description, Location, and MIME Types lines. */
220 .plugin-details > div {
224 /* Align rows of tables along the top. */
229 /* Separate columns by 1em for the most part. */
230 .plugin-details td+td {
231 -webkit-padding-start: 1em;
234 /* Make the MIME Types tables smaller. */
235 .plugin-details .mime-types {
239 /* Separate the header from the contents in each MIME Types table. */
240 .plugin-details .mime-types .header td {
241 border-bottom: 1px solid black
;
242 padding-bottom: 0.1em;
245 /* Separate the columns for tables used for horizontal listings only a bit. */
247 -webkit-padding-start: 0.4em;
250 /* Match the indentation of .plugin-text. */
252 -webkit-padding-start: 5px;
253 margin-bottom: 0.2em;
258 -webkit-margin-start: 30px;