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

Unified Diff: chrome/browser/resources/shared/css/menu.css

Issue 3315005: NTP: Adds a context menu to the apps section... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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/ntp/most_visited.js ('k') | chrome/browser/resources/shared/js/cr/ui/command.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/menu.css
===================================================================
--- chrome/browser/resources/shared/css/menu.css (revision 58563)
+++ chrome/browser/resources/shared/css/menu.css (working copy)
@@ -1,17 +1,17 @@
menu {
display: none;
- position: absolute;
+ position: fixed;
border: 1px solid rgba(0, 0, 0, .50);
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .50);
color: black;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
left: 0;
white-space: nowrap;
- z-index: 2;
padding: 8px 0;
margin: 0;
cursor: default;
border-radius: 3px;
+ z-index: 3;
}
menu > * {
« no previous file with comments | « chrome/browser/resources/ntp/most_visited.js ('k') | chrome/browser/resources/shared/js/cr/ui/command.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698