summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-02-22 01:00:53 +0100
committerGuy Pyrzak <guy.pyrzak@gmail.com>2010-02-22 01:00:53 +0100
commit59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8 (patch)
tree120239facf0172cb7ab89ef4bd39b9b17e4c8224 /skins/standard/global.css
parentea17a5ebc0448e912fb59e03a6d3052a6159edfc (diff)
downloadbugzilla-59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8.tar.gz
bugzilla-59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8.tar.xz
Bug 490923: Autocomplete assignee, qa contact, and cc on the client side
r=LpSolit, a=mkanat
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 438559216..6e55385e7 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -532,3 +532,8 @@ form#Create .comment {
#down_button {
background-image: url(global/down.png);
}
+
+/* custom styles for inline instances of autocomplete input fields*/
+.yui-skin-sam .yui-ac-input { position:static !important;
+ vertical-align:middle !important;}
+.yui-skin-sam .yui-ac-container { left:0px !important;}