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 background: url
(../../../ui/webui/resources/images/extension.svg)
18 left center
/ 48px no-repeat
;
19 box-sizing: border-box
;
20 margin-bottom: 1.05em;
25 html
[dir
=rtl
] #header
{
26 background-position-x: right
;
30 -webkit-padding-start: 51px;
43 padding-bottom: 1.5em;
56 -webkit-padding-start: 5px;
57 background: rgb
(235, 239, 249);
58 border-top: 1px solid rgb
(181, 199, 222);
65 .section-header > table tr td:first-child {
69 .section-header > table {
73 .section-header-title {
78 -webkit-box-orient: vertical
;
83 -webkit-box-align: stretch
;
89 -webkit-padding-end: 5px;
96 body
.hide-tmi-mode-initial
.show-in-tmi-mode
{
101 body
.hide-tmi-mode
.show-in-tmi-mode
{
102 -webkit-transition: all
100ms ease-out
;
103 height: 0 !important
;
107 body
.show-tmi-mode-initial
.show-in-tmi-mode
{
111 body
.show-tmi-mode
.show-in-tmi-mode
{
112 -webkit-transition: all
100ms ease-in
;
117 -webkit-box-align: stretch
;
137 -webkit-padding-start: 10px;
138 background: rgb
(244, 246, 252);
139 border-bottom: 1px solid rgb
(237, 239, 245);
141 padding-bottom: 0.8em;
147 background-color: #f0f0f0;
162 border-bottom: 1px solid
#cdcdcd;
169 /* Indent the text related to each plug-in. */
171 -webkit-padding-start: 5px;
184 /* Use tables for layout, so eliminate extra spacing. */
185 .plugin-details table {
186 -webkit-border-horizontal-spacing: 0;
187 -webkit-border-vertical-spacing: 0;
191 -webkit-padding-start: 1em;
194 /* Separate the inital line, Description, Location, and MIME Types lines. */
195 .plugin-details > div {
199 /* Align rows of tables along the top. */
204 /* Separate columns by 1em for the most part. */
205 .plugin-details td+td {
206 -webkit-padding-start: 1em;
209 /* Make the MIME Types tables smaller. */
210 .plugin-details .mime-types {
214 /* Separate the header from the contents in each MIME Types table. */
215 .plugin-details .mime-types .header td {
216 border-bottom: 1px solid black
;
217 padding-bottom: 0.1em;
220 /* Separate the columns for tables used for horizontal listings only a bit. */
222 -webkit-padding-start: 0.4em;
225 /* Match the indentation of .plugin-text. */
227 -webkit-padding-start: 5px;
228 margin-bottom: 0.2em;
233 -webkit-margin-start: 30px;