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

Unified Diff: chrome/browser/resources/ntp_android/incognito_tab.css

Issue 10831317: Upstream Android NTP resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved .png files to separate CL Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/ntp_android/incognito_tab.css
diff --git a/chrome/browser/resources/ntp_android/incognito_tab.css b/chrome/browser/resources/ntp_android/incognito_tab.css
new file mode 100644
index 0000000000000000000000000000000000000000..810bd8c87acc4696c1a5f7ac58036382634b807d
--- /dev/null
+++ b/chrome/browser/resources/ntp_android/incognito_tab.css
@@ -0,0 +1,29 @@
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+html[dir='ltr'] #incognito_container .icon {
+ -webkit-transform: scale(-1, 1);
+ float: right;
+ margin: 0 6px 0 3px;
+}
+
+html[dir='rtl'] #incognito_container .icon {
+ float: left;
+ margin: 0 3px 0 6px;
+}
+
+#incognito_container .content {
+ background-color: #eee;
+ border-radius: 5px 5px;
+ color: black;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 66px;
+ max-width: 600px;
+ padding: 10px;
+}
+
+body[device='phone'] #incognito_container .content {
+ margin: 10px;
+}
« no previous file with comments | « chrome/browser/resources/ntp_android/bookmarks_tablet.css ('k') | chrome/browser/resources/ntp_android/mostvisited.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698