Changes for page ListWebSearch

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

From version 392.1
edited by Ecaterina Valica
on 2009/03/25 10:25
Change comment: There is no comment for this version
To version 389.1
edited by Ecaterina Valica
on 2009/03/25 10:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -37,7 +37,7 @@
37 37   {pre}
38 38   <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" title="$msg.get('xe.search.bar.query.title')"/>
39 39   #spaceselect($space $spaces $spacesText)
40 - <input type="submit" class="searchButton" value="$msg.get('xe.search.bar.go')" title="$msg.get('xe.search.bar.go.title')"/>
40 + <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/>
41 41   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
42 42   {/pre}
43 43  </form>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -53,7 +53,7 @@
53 53   color: #4D4D4D;
54 54  }
55 55  #sortFilter a.sortType:focus {
56 - outline: dotted 1px #000;
56 + outline: dotted 1px #000;
57 57  }
58 58  #sortFilter a#currentSort{
59 59   color: #4D4D4D;
... ... @@ -60,7 +60,7 @@
60 60   font-weight: bold;
61 61  }
62 62  #sortFilter a#currentSort:focus {
63 - outline: dotted 1px #000;
63 + outline: dotted 1px #000;
64 64  }
65 65  .paginationFilter {
66 66   color: #aaa;
... ... @@ -91,7 +91,7 @@
91 91   font-weight: bold;
92 92  }
93 93  .pagination a:focus {
94 - outline: dotted 1px #000;
94 + outline: dotted 1px #000;
95 95  }
96 96  .controlPagination{
97 97   position:relative;
... ... @@ -126,8 +126,8 @@
126 126   width: 100%;
127 127   z-index: 1;
128 128  }
129 -/* Search Result*/
130 -#searchResults{
129 +/* Search Result List*/
130 +#searchResultsList{
131 131   clear: both;
132 132   display: table;
133 133   padding-top: 15px;
... ... @@ -174,7 +174,7 @@
174 174   color: #39397F;
175 175  }
176 176  .itemDescription a:focus {
177 - outline: dotted 1px #000;
177 + outline: dotted 1px #000;
178 178  }
179 179  .itemTitle a{
180 180   color: #4d4d4d;
... ... @@ -187,10 +187,10 @@
187 187   font-size:130%;
188 188  }
189 189  .itemTitle a:focus {
190 - outline: dotted 1px #000;
190 + outline: dotted 1px #000;
191 191  }
192 192  a.itemAuthor:focus{
193 - outline: dotted 1px #000;
193 + outline: dotted 1px #000;
194 194  }
195 195  .itemLocation{
196 196   color: #aaa;
... ... @@ -201,11 +201,10 @@
201 201   color: #aaa;
202 202   font-size:90%;
203 203  }
204 -.itemContext em{
205 - background-color:#F7FF94;
206 - padding:0;
207 - margin: 0;
208 - text-decoration: inherited;
204 +.itemModifiers a.itemAuthor, .itemModifiers a.itemDate{}
205 +.itemContext .highlight{
206 + background-color: #f7ff94;
207 + padding: 0px 5px 0px 5px;
209 209  }
210 210  .itemOthers{
211 211   font-size:80%;
... ... @@ -377,7 +377,7 @@
377 377   padding-right: 6px;
378 378   margin: 0px;
379 379  }
380 -.suggestResults em{
379 +em{
381 381   background-color:#F7FF94;
382 382   padding:0;
383 383   margin: 0;