Jeremy Newman : search box tweaks
Module: bugzilla Branch: master Commit: de239140e4439768bc6462f2ebd38d8ab8fe7739 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=de239140e4439768bc6462... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Mon Dec 8 15:15:13 2008 -0600 search box tweaks --- styles.css | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/styles.css b/styles.css index 0578028..d56a1c1 100644 --- a/styles.css +++ b/styles.css @@ -53,7 +53,9 @@ BODY { width: 250px; margin: 0; padding: 0; + font-size: 10px; } +#search_box INPUT { font-size: 12px; width: 175px; margin: 0; padding: 2px; border: 1px inset red; } /* top tabs */ #tabs {
participants (1)
-
Jeremy Newman