summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index c5dd62156..4f2709e10 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -518,16 +518,19 @@ input.required, select.required, span.required_explanation {
width:auto !important; }
.yui-skin-sam .yui-ac-container { left:0px !important; }
.yui-skin-sam .yui-ac { display: inline-block; }
+#bugzilla-body .yui-ac-content {
+ max-height: 19em;
+ overflow: auto;
+ overflow-x: hidden;
+}
#keyword_container {
padding-bottom: 2em;
padding-top: .2em;
}
+
#keyword_container .yui-ac-content {
- max-height: 19em;
- overflow: auto;
- overflow-x: hidden;
margin-left: -1px;
}