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

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

Issue 9959030: Allow hiding of sessions from Other Devices via context menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/footer_menu.css
diff --git a/chrome/browser/resources/ntp4/footer_menu.css b/chrome/browser/resources/ntp4/footer_menu.css
index ba2be476151d5ce1bbdf24edf50b52ee87142b55..5a42d82a6bd5123809b65181039d6d17afc284b7 100644
--- a/chrome/browser/resources/ntp4/footer_menu.css
+++ b/chrome/browser/resources/ntp4/footer_menu.css
@@ -45,6 +45,11 @@
z-index: 10;
}
+.footer-menu,
+.footer-menu-context-menu {
+ min-width: 150px;
+}
+
/* TODO(dubroy): Unify this with tile page scrollbar. */
.footer-menu::-webkit-scrollbar-button {
display: none;
@@ -105,6 +110,19 @@
margin-top: 4px;
}
+/* Used to add additional details to a section header */
+.footer-menu section h3 .details {
+ color: rgb(151, 156, 160);
+ font-style: italic;
+ font-weight: normal;
+}
+
+.footer-menu section h3 .details:before {
+ content: '\2013'; /* En-dash character. */
+ margin: 0 0.5em;
+}
+
Evan Stade 2012/03/30 21:00:30 extra \n
Patrick Dubroy 2012/03/30 21:21:20 Done.
+
html[dir='rtl'] .footer-menu-item {
background: no-repeat 100% 50%;
}
@@ -128,3 +146,14 @@ html[dir='rtl'] .footer-menu-item {
height: 9px;
width: 9px;
}
+
+.footer-menu-context-menu {
+ /* Needs to be above .footer-menu. */
+ z-index: 11;
+}
+
+.footer-menu hr {
+ background-color: rgb(217, 217, 217);
+ border: 0;
+ height: 1px;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/other_sessions.js » ('j') | chrome/browser/resources/ntp4/other_sessions.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698