Changes for page ListWebSearch

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

From version 395.1
edited by Ecaterina Valica
on 2009/03/25 10:46
Change comment: There is no comment for this version
To version 390.1
edited by Ecaterina Valica
on 2009/03/25 10:14
Change comment: There is no comment for this version

Summary

Details

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%;
... ... @@ -324,7 +324,7 @@
324 324   list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 - background: #FFFFFF url($xwiki.getSkinFile('suggestGrey.png')) repeat-x scroll 0 0;
326 + background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0;
328 328   border: 2px solid #ccc;
329 329   border-top: none;
330 330  }
... ... @@ -347,7 +347,7 @@
347 347   margin: 0;
348 348   clear: both;
349 349  }
350 -.suggestResults ul li a .suggestItem .suggestTitle{
349 +.suggestResults ul li a .suggestItem .suggestName{
351 351   text-align: left;
352 352   width: 60%;
353 353   color: #4D4D4D;
... ... @@ -357,20 +357,13 @@
357 357   padding-left: 6px;
358 358   margin: 0px;
359 359  }
360 -.suggestResults em{
361 - background-color:#F7FF94;
362 - padding:0;
363 - margin: 0;
364 - text-decoration: inherited;
365 -}
366 -.suggestResults ul li a:hover .suggestItem .suggestTitle{
359 +.suggestResults ul li a:hover .suggestItem .suggestName{
367 367   text-decoration: underline;
368 368  }
369 -.suggestResults ul li a:hover .suggestItem .suggestTitle em{
362 +.suggestResults ul li a:hover .suggestItem .suggestName em{
370 370   text-decoration: underline;
371 371  }
372 -.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestWiki,
373 -.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestSpace{
365 +.suggestResults ul li a:hover .suggestItem .suggestLocation{
374 374   color: #39397F;
375 375   text-decoration: none;
376 376  }
... ... @@ -384,3 +384,9 @@
384 384   padding-right: 6px;
385 385   margin: 0px;
386 386  }
379 +em{
380 + background-color:#F7FF94;
381 + padding:0;
382 + margin: 0;
383 + text-decoration: inherited;
384 +}