Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / resources / ntp4 / incognito_tab.css
blob875d0b556511ef27f3c0f3c6dab717b37a950fb0
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-start: 25px;
11 content: -webkit-image-set(
12 url(../../../browser/resources/ntp4/images/incognito_icon.png) 1x,
13 url(../../../browser/resources/ntp4/images/2x/incognito_icon.png) 2x);
14 float: right;
15 height: 128px;
16 margin-bottom: 10px;
17 margin-top: 4px;
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;