Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
[chromium-blink-merge.git] / chrome / browser / resources / ntp4 / incognito_tab.css
blob15df69653c6cbb123240c0d0fbdef03700e00f94
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 .content > span {
6 max-width: 416px;
9 .icon {
10 -webkit-margin-after: 10px;
11 -webkit-margin-before: 4px;
12 -webkit-margin-start: 25px;
13 content: -webkit-image-set(
14 url('../../../browser/resources/ntp4/images/incognito_icon.png') 1x,
15 url('../../../browser/resources/ntp4/images/2x/incognito_icon.png') 2x);
16 float: right;
17 height: 128px;
18 width: 128px;
21 html[dir='rtl'] .icon {
22 float: left;
25 @media (max-width:400px) {
26 .icon {
27 -webkit-margin-start: 15px;
28 height: 96px;
29 width: 96px;