Changes for page ListWebSearch

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

From version 300.1
edited by Ecaterina Valica
on 2009/03/22 12:18
Change comment: There is no comment for this version
To version 221.1
edited by Ecaterina Valica
on 2009/03/20 13:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,7 @@
1 1  $xwiki.ssx.use("Main.ListWebSearch")
2 2  
3 +1 Search
4 +
3 3  #if(!$request.space)
4 4   #set($space = "All")
5 5  #else
... ... @@ -38,7 +38,7 @@
38 38   {pre}
39 39   <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" size="50" title="$msg.get('xe.search.bar.query.title')"/>
40 40   #spaceselect($space $spaces $spacesText)
41 - <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/>
43 + <span class="searchButton"><input class="button" type="image" src="$xwiki.getSkinFile("goBB.png")" value="Go" title="$msg.get('xe.search.bar.go.title')"/></span>
42 42   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
43 43   {/pre}
44 44   </div>
backgroundVersion.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -122.4 KB
Content
blueVersion.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -21.8 KB
Content
greyVersion.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -21.8 KB
Content
SearchImprovementIdeas.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.GuillaumeLerouge
Size
... ... @@ -1,0 +1,1 @@
1 +351.6 KB
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,4 +2,3 @@
1 -
2 2  #search{
3 3   width: 100%;
4 4   background-color: #fff;
... ... @@ -9,29 +9,18 @@
9 9   padding-left: 5px;
10 10   clear: both;
11 11  }
12 -#searchBar select {
13 - border: 2px solid #CCCCCC;
11 +#searchBar .searchQuery, #searchBar select {
12 + border: 1px solid #5599FF;
14 14   color: #4d4d4d;
15 - font-size:15px;
16 16  }
17 17  .searchQuery{
18 18   background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat;
19 19   display:inline-block;
20 20   padding-left:18px;
21 - border: 2px solid #CCCCCC;
22 - color: #4d4d4d;
23 - font-size:15px;
24 24  }
25 25  .searchButton{
26 - background-color:#B3B3B3;
27 - border:2px solid #B3B3B3;
28 - color:#FFFFFF;
29 - font-family:Verdana;
30 - font-size:11px;
31 - font-variant:small-caps;
32 - font-weight:bold;
33 - height:23px;
34 - line-height:12px;
21 + height: 100%;
22 + vertical-align: middle;
35 35  }
36 36  .searchHelp{
37 37   font-size: 80%;
... ... @@ -50,12 +50,9 @@
50 50  #sortFilter a.sortType{
51 51   color: #808080;
52 52  }
53 -#sortFilter a.sortType:hover{
41 +#sortFilter a:hover{
54 54   color: #4D4D4D;
55 55  }
56 -#sortFilter a.sortType:focus {
57 - outline: dotted 1px #000;
58 -}
59 59  #sortFilter a#currentSort{
60 60   color: #4D4D4D;
61 61   font-weight: bold;
... ... @@ -88,9 +88,6 @@
88 88   color: #4D4D4D;
89 89   font-weight: bold;
90 90  }
91 -.pagination a:focus {
92 - outline: dotted 1px #000;
93 -}
94 94  .controlPagination{
95 95   position:relative;
96 96   width:41px;
... ... @@ -171,9 +171,6 @@
171 171  .itemDescription a:hover{
172 172   color: #5599ff;
173 173  }
174 -.itemDescription a:focus {
175 - outline: dotted 1px #000;
176 -}
177 177  .itemTitle a{
178 178   color: #4d4d4d;
179 179   font-weight: bold;
... ... @@ -184,12 +184,6 @@
184 184   font-weight: bold;
185 185   font-size:130%;
186 186  }
187 -.itemTitle a:focus {
188 - outline: dotted 1px #000;
189 -}
190 -a.itemAuthor:focus{
191 - outline: dotted 1px #000;
192 -}
193 193  .itemLocation{
194 194   color: #808080;
195 195   font-size:90%;