wiki/winehq winehq.py css/screen.css

Dimi Paun dimi at users.sourceforge.net
Sun May 15 22:57:10 CDT 2005


ChangeSet ID:	1116215830974559336043061
CVSROOT:	/cvsroot/wine
Module name:	wiki
Changes by:	dimi at sc8-pr-cvs1.sourceforge.net	2005/05/15 20:57:10

Modified files:
	winehq         : winehq.py 
	winehq/css     : screen.css 

Log message:
	Make sure the search box is always of the right size.


Old revision  New revision  Changes     Path
 1.2           1.3           +1 -1       wiki/winehq/winehq.py
 1.3           1.4           +4 -0       wiki/winehq/css/screen.css

Index: wiki/winehq/winehq.py
diff -u -p wiki/winehq/winehq.py:1.2 wiki/winehq/winehq.py:1.3
--- wiki/winehq/winehq.py	16 May 2005  3:57:10 -0000
+++ /dev/null	16 May 2005  3:57:10 -0000
@@ -114,7 +114,7 @@ class Theme(ThemeBase):
 <input type="hidden" name="action" value="fullsearch">
 <input type="hidden" name="context" value="180">
 <label for="searchinput">%(search_label)s</label>
-<input id="searchinput" type="text" name="value" value="%(search_value)s" size="15"
+<input id="searchinput" type="text" name="value" value="%(search_value)s"
     onfocus="searchFocus(this)" onblur="searchBlur(this)"
     onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search">
 </div>
Index: wiki/winehq/css/screen.css
diff -u -p wiki/winehq/css/screen.css:1.3 wiki/winehq/css/screen.css:1.4
--- wiki/winehq/css/screen.css	16 May 2005  3:57:10 -0000
+++ /dev/null	16 May 2005  3:57:10 -0000
@@ -81,6 +81,10 @@ span.sep {
     
 }
 
+#searchinput {
+    width: 125px;
+}
+
 #contentwell table {
 	padding-right: 40px;
 }



More information about the wine-cvs mailing list