Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / components.css
blob22855b63ce56033734d95938676bb749443b79c5
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. */
5 body {
6 margin: 10px;
7 min-width: 47em;
10 a {
11 color: blue;
12 font-size: 103%;
15 #header {
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. */
20 min-height: 67px;
21 overflow: hidden;
22 padding-bottom: 20px;
23 padding-top: 20px;
24 position: relative;
27 #header > h1 {
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)
31 0 20px no-repeat;
32 display: inline;
33 margin: 0;
34 padding-bottom: 40px;
35 padding-left: 75px;
36 padding-top: 40px;
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)
43 right no-repeat;
44 padding-left: 0;
45 padding-right: 95px;
48 h1 {
49 font-size: 156%;
50 font-weight: bold;
51 margin: 0;
52 padding: 0;
55 #disabled-container {
56 font-size: 120%;
57 padding-bottom: 1.5em;
60 #disabled-header {
61 color: red;
62 font-weight: bold;
65 .content {
66 margin-top: 5px;
69 .section-header {
70 -webkit-padding-start: 5px;
71 background: rgb(235, 239, 249);
72 border-top: 1px solid rgb(181, 199, 222);
73 font-size: 99%;
74 padding-bottom: 2px;
75 padding-top: 3px;
76 width: 100%;
79 .section-header > table tr td:first-child {
80 width: 100%;
83 .section-header > table tr {
84 vertical-align: center;
87 .section-header > table {
88 width: 100%;
89 border-collapse:collapse
92 .section-header-title {
93 font-weight: bold;
96 .vbox-container {
97 -webkit-box-orient: vertical;
98 display: -webkit-box;
101 .wbox {
102 -webkit-box-align: stretch;
103 -webkit-box-flex: 1;
104 display: -webkit-box;
107 #top {
108 -webkit-padding-end: 5px;
111 .show-in-tmi-mode {
112 overflow: hidden;
115 body.hide-tmi-mode-initial .show-in-tmi-mode {
116 height: 0 !important;
117 opacity: 0;
120 body.hide-tmi-mode .show-in-tmi-mode {
121 -webkit-transition: all 100ms ease-out;
122 height: 0 !important;
123 opacity: 0;
126 body.show-tmi-mode-initial .show-in-tmi-mode {
127 opacity: 1;
130 body.show-tmi-mode .show-in-tmi-mode {
131 -webkit-transition: all 100ms ease-in;
132 opacity: 1;
135 .wbox-tmi-mode {
136 -webkit-box-align: stretch;
137 -webkit-box-flex: 1;
140 .tmi-mode-image {
141 margin-top: 2px;
142 padding-left: 5px;
143 padding-right: 5px;
146 .tmi-mode-link {
147 margin-right: 3px;
148 white-space: nowrap;
151 .tmi-mode-link a {
152 font-size: 97%;
155 .tmi-mode {
156 -webkit-padding-start: 10px;
157 background: rgb(244, 246, 252);
158 border-bottom: 1px solid rgb(237, 239, 245);
159 font-size: 89%;
160 padding-bottom: 0.8em;
161 padding-top: 0.8em;
162 width: 100%;
165 .component-disabled {
166 background-color: #f0f0f0;
167 color: #a0a0a0;
170 .component > tr > td {
171 padding-bottom: 4px;
172 padding-top: 5px;
173 vertical-align: top;
176 .component > table {
177 width: 100%;
178 border-collapse:collapse
181 .plugin-file {
182 padding-bottom: 5px;
183 padding-top: 5px;
186 .component {
187 border-bottom: 1px solid #cdcdcd;
190 .critical {
191 color: red;
194 /* Indent the text related to each plug-in. */
195 .component-text {
196 -webkit-padding-start: 5px;
199 .component-name {
200 font-weight: bold;
203 .no-components {
204 font-size: 1.2em;
205 margin: 6em 0 0;
206 text-align: center;
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;
215 .plugin-details {
216 -webkit-padding-start: 1em;
219 /* Separate the inital line, Description, Location, and MIME Types lines. */
220 .plugin-details > div {
221 padding-top: 0.1em
224 /* Align rows of tables along the top. */
225 .plugin-details tr {
226 vertical-align: 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 {
236 font-size: 95%;
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. */
246 .hlisting td+td {
247 -webkit-padding-start: 0.4em;
250 /* Match the indentation of .plugin-text. */
251 .component-actions {
252 -webkit-padding-start: 5px;
253 margin-bottom: 0.2em;
254 margin-top: 0.2em;
257 .always-allow {
258 -webkit-margin-start: 30px;
261 button {
262 font-size: 104%;