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

Unified Diff: chrome/browser/resources/ntp4/apps_page.css

Issue 7038051: NTP4: Add ability to drag links to the apps pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/ntp4/apps_page.css
diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css
index e3e3a8c84dd98a6f4ddddeac6b96422da7a3760f..4ede0dac28aeeaa6679aba907d7dbcddae1f94ab 100644
--- a/chrome/browser/resources/ntp4/apps_page.css
+++ b/chrome/browser/resources/ntp4/apps_page.css
@@ -51,3 +51,18 @@
its almost home. */
z-index: 100;
}
+
+/* Link (bookmark) tiles. */
+.link {
+ display: -webkit-box;
+ position: absolute;
+ -webkit-box-orient: vertical;
+}
+
+.link > * {
+ -webkit-box-flex: 1;
+}
+
+.link span {
+ display: block;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/apps_page.js » ('j') | chrome/browser/resources/ntp4/apps_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698