up vote 5 down vote favorite
share [g+] share [fb]

I can not stand the new Google search box (and buttons). I feel they are extremely oversized and I would love to revert them back to their former selves.

enter image description here

How can I do this on Safari 4? I am aware of Stylish for Firefox, but Stylish themes don't seem to work with Safari.

link|improve this question

I totally agree. The new google search is like for people 95 and older with eye problems. How do you fix this in FF? – D'Arvit Sep 11 '09 at 11:08
1  
huh, I thought i was going crazy when it got bigger. Good to know that i am not crazy... – Tony Sep 11 '09 at 11:13
3  
Or you can just get used to it. You won't even notice it a couple of days or weeks in. – christian Sep 11 '09 at 11:27
feedback

2 Answers

up vote 3 down vote accepted

You could install this greasmonkey script to undo it.

link|improve this answer
1  
Is greasemonkey available for safari 4? – joshhunt Sep 11 '09 at 10:54
+1 for saving me from poking my eye out with a sharp character (FF user here)... for safari I found this: simplehelp.net/2007/11/14/… check comments for safari 4 compatibility, didn't test it though since I don't use it – T. Kaltnekar Sep 11 '09 at 11:15
Works well but stretches the page a little. +1 – D'Arvit Sep 11 '09 at 11:28
feedback

You could create a user stylesheet for Safari with the lines:

input.lst { 
  font-size: 13px;
  margin-bottom: 0;
  }
input.lsb {
  font-size: 13px;
  height: 22px;
  margin: 0
  }

Might also need to add something like:  width:25em  to  input.lst  if the search box is still too wide.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.