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 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 tr {
70 vertical-align: center
;
73 .section-header > table {
75 border-collapse:collapse
78 .section-header-title {
83 -webkit-box-orient: vertical
;
88 -webkit-box-align: stretch
;
94 -webkit-padding-end: 5px;
101 body
.hide-tmi-mode-initial
.show-in-tmi-mode
{
102 height: 0 !important
;
106 body
.hide-tmi-mode
.show-in-tmi-mode
{
107 -webkit-transition: all
100ms ease-out
;
108 height: 0 !important
;
112 body
.show-tmi-mode-initial
.show-in-tmi-mode
{
116 body
.show-tmi-mode
.show-in-tmi-mode
{
117 -webkit-transition: all
100ms ease-in
;
122 -webkit-box-align: stretch
;
142 -webkit-padding-start: 10px;
143 background: rgb
(244, 246, 252);
144 border-bottom: 1px solid rgb
(237, 239, 245);
146 padding-bottom: 0.8em;
151 .component-disabled {
152 background-color: #f0f0f0;
156 .component > tr > td {
164 border-collapse:collapse
173 border-bottom: 1px solid
#cdcdcd;
180 /* Indent the text related to each plug-in. */
182 -webkit-padding-start: 5px;
195 /* Use tables for layout, so eliminate extra spacing. */
196 .plugin-details table {
197 -webkit-border-horizontal-spacing: 0;
198 -webkit-border-vertical-spacing: 0;
202 -webkit-padding-start: 1em;
205 /* Separate the inital line, Description, Location, and MIME Types lines. */
206 .plugin-details > div {
210 /* Align rows of tables along the top. */
215 /* Separate columns by 1em for the most part. */
216 .plugin-details td+td {
217 -webkit-padding-start: 1em;
220 /* Make the MIME Types tables smaller. */
221 .plugin-details .mime-types {
225 /* Separate the header from the contents in each MIME Types table. */
226 .plugin-details .mime-types .header td {
227 border-bottom: 1px solid black
;
228 padding-bottom: 0.1em;
231 /* Separate the columns for tables used for horizontal listings only a bit. */
233 -webkit-padding-start: 0.4em;
236 /* Match the indentation of .plugin-text. */
238 -webkit-padding-start: 5px;
239 margin-bottom: 0.2em;
244 -webkit-margin-start: 30px;