summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-02-04 17:44:40 +0100
committerByron Jones <glob@mozilla.com>2015-02-04 17:44:53 +0100
commite1509ebba8b57781780a75f7dfdc6d9dd5989909 (patch)
tree9464c65e8dc4c2a429ea7927d82c12b3bc15b759 /js
parentfe77847fd79f1e2c33754e0960138ca5cba1ca51 (diff)
downloadbugzilla-e1509ebba8b57781780a75f7dfdc6d9dd5989909.tar.gz
bugzilla-e1509ebba8b57781780a75f7dfdc6d9dd5989909.tar.xz
Bug 1129283: "suggested reviewers" missing, due to missing YAHOO.widget.Menu
Diffstat (limited to 'js')
-rw-r--r--js/jquery/plugins/contextMenu/contextMenu.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/jquery/plugins/contextMenu/contextMenu.css b/js/jquery/plugins/contextMenu/contextMenu.css
index 512e24a5f..557d312a5 100644
--- a/js/jquery/plugins/contextMenu/contextMenu.css
+++ b/js/jquery/plugins/contextMenu/contextMenu.css
@@ -16,7 +16,6 @@
margin:0;
padding:0;
min-width: 120px;
- max-width: 250px;
display: inline-block;
position: absolute;
list-style-type: none;
@@ -30,7 +29,8 @@
}
.context-menu-item {
- padding: 2px 2px 2px 24px;
+ padding: 4px 8px;
+ white-space: nowrap;
background-color: #EEE;
position: relative;
-webkit-user-select: none;