From 427ca00367ae35af9c87d8fe3106926d65c26ec7 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 18 Sep 2008 04:48:56 +0000 Subject: Bug 452734: Remove the keyword chooser, because it's a usability regression Patch By Max Kanat-Alexander r=LpSolit, a=mkanat --- skins/standard/global.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index f3dd2ffbe..f1a4a1f0b 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -433,17 +433,6 @@ form#Create .comment { height: 4ex; } -#keyword-chooser { - padding: 10px; - position: absolute; - z-index: 25; - top: 50px; - left: 50px; - border: 2px solid #404D6C; - -moz-border-radius: 5px; - background: white; -} - .image_button { background-repeat: no-repeat; background-position: center center; @@ -465,4 +454,4 @@ form#Create .comment { #down_button { background-image: url(global/down.png); -} \ No newline at end of file +} -- cgit v1.2.3-24-g4f1b