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

git-svn-id: svn://10.0.0.236/trunk@105000 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stephend%netscape.com 2001-10-10 03:38:56 +00:00
parent 3edd4d2cf9
commit c2ebc3c8c2
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;