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. */
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 {
88 .section-header-title {
93 -webkit-box-orient: vertical
;
98 -webkit-box-align: stretch
;
100 display: -webkit-box
;
104 -webkit-padding-end: 5px;
111 body
.hide-tmi-mode-initial
.show-in-tmi-mode
{
112 height: 0 !important
;
116 body
.hide-tmi-mode
.show-in-tmi-mode
{
117 -webkit-transition: all
100ms ease-out
;
118 height: 0 !important
;
122 body
.show-tmi-mode-initial
.show-in-tmi-mode
{
126 body
.show-tmi-mode
.show-in-tmi-mode
{
127 -webkit-transition: all
100ms ease-in
;
132 -webkit-box-align: stretch
;
152 -webkit-padding-start: 10px;
153 background: rgb
(244, 246, 252);
154 border-bottom: 1px solid rgb
(237, 239, 245);
156 padding-bottom: 0.8em;
162 background-color: #f0f0f0;
177 border-bottom: 1px solid
#cdcdcd;
184 /* Indent the text related to each plug-in. */
186 -webkit-padding-start: 5px;
199 /* Use tables for layout, so eliminate extra spacing. */
200 .plugin-details table {
201 -webkit-border-horizontal-spacing: 0;
202 -webkit-border-vertical-spacing: 0;
206 -webkit-padding-start: 1em;
209 /* Separate the inital line, Description, Location, and MIME Types lines. */
210 .plugin-details > div {
214 /* Align rows of tables along the top. */
219 /* Separate columns by 1em for the most part. */
220 .plugin-details td+td {
221 -webkit-padding-start: 1em;
224 /* Make the MIME Types tables smaller. */
225 .plugin-details .mime-types {
229 /* Separate the header from the contents in each MIME Types table. */
230 .plugin-details .mime-types .header td {
231 border-bottom: 1px solid black
;
232 padding-bottom: 0.1em;
235 /* Separate the columns for tables used for horizontal listings only a bit. */
237 -webkit-padding-start: 0.4em;
240 /* Match the indentation of .plugin-text. */
242 -webkit-padding-start: 5px;
243 margin-bottom: 0.2em;
248 -webkit-margin-start: 30px;