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

Unified Diff: chrome/browser/resources/local_ntp/local_ntp.css

Issue 14685004: Add finch flag for rendering a recently closed link on the local ntp. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Created 7 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/local_ntp/local_ntp.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index f70a5ccb498d67ac2c67f09a4c06ceebb6cbf2c0..e4b3debe1ee5c72bf2affadce33eba8130e11d16 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -123,7 +123,8 @@ body.fakebox-focused #cursor {
}
.custom-theme .mv-title,
-.custom-theme #mv-msg {
+.custom-theme #mv-msg,
+.custom-theme #recent-tabs {
color: #fff;
text-shadow: black 0 1px 3px;
}
@@ -294,7 +295,8 @@ body.fakebox-focused #cursor {
padding: 0 4px;
}
-#mv-notice-links span:hover {
+#mv-notice-links span:hover,
+#recent-tabs:hover {
text-decoration: underline;
}
@@ -313,20 +315,33 @@ body.fakebox-focused #cursor {
display: none;
}
-#attribution {
+#footer {
-webkit-user-select: none;
- bottom: 0;
+ bottom: 8px;
+ position: absolute;
+ right: 13px;
+ white-space: nowrap;
+}
+
+#attribution {
color: #fff;
cursor: default;
+ display: inline-block;
font-size: 75%;
- position: absolute;
- right: 13px;
+ margin-left: 10px;
text-align: left;
z-index: -1;
}
-#attribution img {
- display: block;
+#attribution.attribution-hide {
+ display: none;
+}
+
+#recent-tabs {
+ color: rgb(17, 85, 204);
+ cursor: pointer;
+ font-family: Arial;
+ font-size: 14px;
}
.suggestions-box {
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.html » ('j') | chrome/browser/resources/local_ntp/local_ntp.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698