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

Unified Diff: chrome/browser/resources/ntp_android/bookmarks_tablet.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/bookmarks_tablet.css
diff --git a/chrome/browser/resources/ntp_android/bookmarks_tablet.css b/chrome/browser/resources/ntp_android/bookmarks_tablet.css
new file mode 100644
index 0000000000000000000000000000000000000000..141b9580123c8f64c3435684d6ef95ee1d779d50
--- /dev/null
+++ b/chrome/browser/resources/ntp_android/bookmarks_tablet.css
@@ -0,0 +1,18 @@
+/* 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. */
+
+/* Don't apply tablet styles to TVDPI devices */
+@media only screen and (-webkit-min-device-pixel-ratio: 1.35),
+ only screen and (-webkit-max-device-pixel-ratio: 1.30) {
+ body[device='tablet'] .favicon-cell {
+ height: 120px;
+ padding-left: 36px;
+ padding-right: 36px;
+ width: 98px;
+ }
+ body[device='tablet'] #bookmarks_title_wrapper .title-crumb {
+ margin: 0 25px;
+ }
+}
+
« no previous file with comments | « chrome/browser/resources/ntp_android/bookmarks.css ('k') | chrome/browser/resources/ntp_android/incognito_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698