bug 122492 - addressing widget text not centered - r=bhuvan, sr=sspitzer

This commit is contained in:
shliang%netscape.com 2002-02-20 06:48:44 +00:00
parent 35d10f6565
commit dd393e5666

View File

@ -46,6 +46,9 @@
textbox[type="autocomplete"] {
cursor: default !important;
}
.textbox-input-box {
-moz-box-align: center;
}