Jeremy Newman : search box should be a fixed pixel size to avoid rendering issues with

Jeremy Newman jnewman at winehq.org
Mon Dec 8 15:07:59 CST 2008


Module: website
Branch: master
Commit: 6547597626ac9829c325233076f13a2545e48d29
URL:    http://source.winehq.org/git/website.git/?a=commit;h=6547597626ac9829c325233076f13a2545e48d29

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Mon Dec  8 15:07:22 2008 -0600

search box should be a fixed pixel size to avoid rendering issues with
other content

---

 styles.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/styles.css b/styles.css
index f508270..297e898 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               {




More information about the wine-cvs mailing list