Updated drag and drop thumbnails.
[chromium-blink-merge.git] / chrome / browser / resources / managed_mode_block_interstitial.css
blob37e5aab8776d56f4146a9dcd1bc0277850055d89
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. */
5 body {
6 background-image: -webkit-linear-gradient(rgb(226, 241, 255), white);
7 background-repeat: no-repeat;
8 color: #444;
9 margin: 76px;
12 #actions {
13 font-size: 2em;
14 margin: 64px 0;
17 #robot {
18 bottom: 35px;
19 height: 675px;
20 position: absolute;
21 right: 35px;
24 #block-page-title {
25 font-size: 3em;
28 #block-page-url {
29 color: #9c9c9c;
32 #footer-message {
33 bottom: 60px;
34 font-size: 2.5em;
35 padding-left: 9px;
36 position: absolute;
39 #bypass-block-button {
40 font-weight: bold;
41 margin-left: 12px;
42 padding: 0 20px;