Changes for page ListWebSearch

Last modified by Ecaterina Valica on 2010/07/22 10:30

From version 250.1
edited by Ecaterina Valica
on 2009/03/20 16:13
Change comment: There is no comment for this version
To version 266.1
edited by Guillaume Lerouge
on 2009/03/20 16:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.evalica
1 +xwiki:XWiki.GuillaumeLerouge
Content
... ... @@ -1,7 +1,5 @@
1 1  $xwiki.ssx.use("Main.ListWebSearch")
2 2  
3 -1 Search
4 -
5 5  #if(!$request.space)
6 6   #set($space = "All")
7 7  #else
... ... @@ -38,7 +38,7 @@
38 38  <form action="">
39 39   <div id="searchBar">
40 40   {pre}
41 - <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" size="50" title="$msg.get('xe.search.bar.query.title')"/>
39 + <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" size="40" title="$msg.get('xe.search.bar.query.title')"/>
42 42   #spaceselect($space $spaces $spacesText)
43 43   <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/>
44 44   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -26,11 +26,11 @@
26 26   border:2px solid #B3B3B3;
27 27   color:#FFFFFF;
28 28   font-family:Verdana;
29 - font-size:12px;
30 - font-variant:small-caps;
29 + font-size:14px;
30 +
31 31   font-weight:bold;
32 32   height:24px;
33 - line-height:12px;
33 + line-height:15px;
34 34  }
35 35  .searchHelp{
36 36   font-size: 80%;
... ... @@ -59,7 +59,7 @@
59 59  .paginationFilter {
60 60   color: #808080;
61 61   height: 100%;
62 - border-top: 1px dotted #CCCCCC;
62 + border-top: 1px solid #CCCCCC;
63 63   padding: 2px 0px 5px 5px;
64 64   display: block;
65 65   line-height: 22px;