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/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 {
87 .section-header-title {
92 -webkit-box-orient: vertical
;
97 -webkit-box-align: stretch
;
103 -webkit-padding-end: 5px;
110 body
.hide-tmi-mode-initial
.show-in-tmi-mode
{
111 height: 0 !important
;
115 body
.hide-tmi-mode
.show-in-tmi-mode
{
116 -webkit-transition: all
100ms ease-out
;
117 height: 0 !important
;
121 body
.show-tmi-mode-initial
.show-in-tmi-mode
{
125 body
.show-tmi-mode
.show-in-tmi-mode
{
126 -webkit-transition: all
100ms ease-in
;
131 -webkit-box-align: stretch
;
151 -webkit-padding-start: 10px;
152 background: rgb
(244, 246, 252);
153 border-bottom: 1px solid rgb
(237, 239, 245);
155 padding-bottom: 0.8em;
161 background-color: #f0f0f0;
176 border-bottom: 1px solid
#cdcdcd;
183 /* Indent the text related to each plug-in. */
185 -webkit-padding-start: 5px;
198 /* Use tables for layout, so eliminate extra spacing. */
199 .plugin-details table {
200 -webkit-border-horizontal-spacing: 0;
201 -webkit-border-vertical-spacing: 0;
205 -webkit-padding-start: 1em;
208 /* Separate the inital line, Description, Location, and MIME Types lines. */
209 .plugin-details > div {
213 /* Align rows of tables along the top. */
218 /* Separate columns by 1em for the most part. */
219 .plugin-details td+td {
220 -webkit-padding-start: 1em;
223 /* Make the MIME Types tables smaller. */
224 .plugin-details .mime-types {
228 /* Separate the header from the contents in each MIME Types table. */
229 .plugin-details .mime-types .header td {
230 border-bottom: 1px solid black
;
231 padding-bottom: 0.1em;
234 /* Separate the columns for tables used for horizontal listings only a bit. */
236 -webkit-padding-start: 0.4em;
239 /* Match the indentation of .plugin-text. */
241 -webkit-padding-start: 5px;
242 margin-bottom: 0.2em;
247 -webkit-margin-start: 30px;