cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / ssl / blocking.css
blob221dc3487ac1adac41b16b3a55b23eb635295f19
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 .explanation-par {
6 line-height: 18px;
7 padding: 0 20px 20px 20px;
10 #icon-lock {
11 content: -webkit-image-set(
12 url('images/1x/locked_page.png') 1x,
13 url('images/2x/locked_page.png') 2x);
14 padding-bottom: 15px;
15 padding-top: 10px;
18 /* Decrease padding at low sizes. */
19 @media (max-width: 640px),
20 @media (max-height: 640px) {
21 .explanation-par,
22 .ssl-help-box-inner {
23 padding: 0;
27 .ssl-help-box-inner {
28 padding: 0 20px;