Bug 101110. Go and Search buttons don't match style-wise. Patch by Bradley Hart <bhart00@yahoo.com> r=andreww@netscape.com, sr=sfraser@netscape.com

This commit is contained in:
stephend%netscape.com 2001-10-10 03:38:56 +00:00
parent 6e59c2206a
commit 53f9763a9f
3 changed files with 10 additions and 0 deletions

View File

@ -179,6 +179,12 @@
margin-right: 2px;
font-weight: bold;
}
#go-button {
margin: 0px 5px 0px 0px;
font: message-box;
font-weight: bold;
}
#statusbar-icon
{

View File

@ -188,6 +188,8 @@
#search-button,
#go-button {
font: message-box;
font-weight: bold;
margin: 0px 5px 0px 0px;
}

View File

@ -337,6 +337,8 @@
}
#go-button {
font: message-box;
font-weight: bold;
margin-right: 6px;
margin-left: 0px;
min-width: 0px;