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

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

Issue 9303005: [NTP4] Experiment for adding Chrome Web Store link to footer. (Closed)
Patch Set: rebase Created 8 years, 11 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
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.js ('k') | chrome/browser/ui/webui/ntp/new_tab_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/recently_closed.css
diff --git a/chrome/browser/resources/ntp4/recently_closed.css b/chrome/browser/resources/ntp4/recently_closed.css
index 6ea29594012053061bfd8a7e99633d5e12ca6564..60b7b8d26c5211744f2f396da603b03eb4e510c3 100644
--- a/chrome/browser/resources/ntp4/recently_closed.css
+++ b/chrome/browser/resources/ntp4/recently_closed.css
@@ -22,6 +22,12 @@
-webkit-transition-delay: 100ms;
}
+.enable-cws-experiment #recently-closed-menu-button {
+ position: relative;
+ -webkit-margin-end: 0;
+ -webkit-padding-end: 16px;
+}
+
#recently-closed-menu-button:hover:not([menu-shown]) {
color: #666;
}
@@ -107,3 +113,22 @@ html[dir='rtl'] .recent-menu-item {
width: 9px;
-webkit-mask-image: url('images/disclosure_triangle_mask.png');
}
+
+#vertical-separator {
+ background-color: #B2B2B2;
+ display: none;
+ height: 20px;
+ position: absolute;
+ right: 0;
+ top: 14px;
+ width: 1px;
+}
+
+html[dir="rtl"] #vertical-separator {
+ left: 0;
+ right: auto;
+}
+
+.enable-cws-experiment #vertical-separator {
+ display: inline-block;
+}
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.js ('k') | chrome/browser/ui/webui/ntp/new_tab_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698