mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 07:04:09 +00:00
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:
parent
6e59c2206a
commit
53f9763a9f
@ -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
|
||||
{
|
||||
|
@ -188,6 +188,8 @@
|
||||
|
||||
#search-button,
|
||||
#go-button {
|
||||
font: message-box;
|
||||
font-weight: bold;
|
||||
margin: 0px 5px 0px 0px;
|
||||
}
|
||||
|
||||
|
@ -337,6 +337,8 @@
|
||||
}
|
||||
|
||||
#go-button {
|
||||
font: message-box;
|
||||
font-weight: bold;
|
||||
margin-right: 6px;
|
||||
margin-left: 0px;
|
||||
min-width: 0px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user