Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(905)

Side by Side Diff: trunk/src/chrome/browser/resources/ntp_android/incognito_tab.css

Issue 264543002: Revert 267095 "Remove WebUI NTP on Android." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 html[dir='ltr'] #incognito_container .icon { 5 html[dir='ltr'] #incognito_container .icon {
6 -webkit-transform: scale(-1, 1); 6 -webkit-transform: scale(-1, 1);
7 float: right; 7 float: right;
8 margin: 0 6px 0 3px; 8 margin: 0 6px 0 3px;
9 } 9 }
10 10
11 html[dir='rtl'] #incognito_container .icon { 11 html[dir='rtl'] #incognito_container .icon {
12 float: left; 12 float: left;
13 margin: 0 3px 0 6px; 13 margin: 0 3px 0 6px;
14 } 14 }
15 15
16 #incognito_container .content { 16 #incognito_container .content {
17 background-color: #eee; 17 background-color: #eee;
18 border-radius: 5px 5px; 18 border-radius: 5px 5px;
19 color: black; 19 color: black;
20 margin-left: auto; 20 margin-left: auto;
21 margin-right: auto; 21 margin-right: auto;
22 margin-top: 66px; 22 margin-top: 66px;
23 max-width: 600px; 23 max-width: 600px;
24 padding: 10px; 24 padding: 10px;
25 } 25 }
26 26
27 body[device='phone'] #incognito_container .content { 27 body[device='phone'] #incognito_container .content {
28 margin: 10px; 28 margin: 10px;
29 } 29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698