summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-09-18 06:48:56 +0200
committermkanat%bugzilla.org <>2008-09-18 06:48:56 +0200
commit427ca00367ae35af9c87d8fe3106926d65c26ec7 (patch)
treeb22d7547ce68c255ef987fa477f10d683dd53c0d /skins
parent249bd21ac6cc1c9ef0c9f0f8e9b6b90066dd0a02 (diff)
downloadbugzilla-427ca00367ae35af9c87d8fe3106926d65c26ec7.tar.gz
bugzilla-427ca00367ae35af9c87d8fe3106926d65c26ec7.tar.xz
Bug 452734: Remove the keyword chooser, because it's a usability regression
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css13
1 files changed, 1 insertions, 12 deletions
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
+}