Changes for page ListWebSearch

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

From version 390.1
edited by Ecaterina Valica
on 2009/03/25 10:14
Change comment: There is no comment for this version
To version 396.1
edited by Ecaterina Valica
on 2009/03/25 10:47
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 List*/
130 -#searchResultsList{
129 +/* Search Result*/
130 +#searchResults{
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,10 +201,11 @@
201 201   color: #aaa;
202 202   font-size:90%;
203 203  }
204 -.itemModifiers a.itemAuthor, .itemModifiers a.itemDate{}
205 -.itemContext .highlight{
206 - background-color: #f7ff94;
207 - padding: 0px 5px 0px 5px;
204 +.itemContext em{
205 + background-color:#F7FF94;
206 + padding:0;
207 + margin: 0;
208 + text-decoration: inherited;
208 208  }
209 209  .itemOthers{
210 210   font-size:80%;
... ... @@ -323,7 +323,7 @@
323 323   list-style-position: outside;
324 324   margin: 0;
325 325   padding: 0;
326 - background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0;
327 + background: #FFFFFF url($xwiki.getSkinFile('suggestBg.png')) repeat-x scroll 0 0;
327 327   border: 2px solid #ccc;
328 328   border-top: none;
329 329  }
... ... @@ -346,7 +346,7 @@
346 346   margin: 0;
347 347   clear: both;
348 348  }
349 -.suggestResults ul li a .suggestItem .suggestName{
350 +.suggestResults ul li a .suggestItem .suggestTitle{
350 350   text-align: left;
351 351   width: 60%;
352 352   color: #4D4D4D;
... ... @@ -356,13 +356,20 @@
356 356   padding-left: 6px;
357 357   margin: 0px;
358 358  }
359 -.suggestResults ul li a:hover .suggestItem .suggestName{
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{
360 360   text-decoration: underline;
361 361  }
362 -.suggestResults ul li a:hover .suggestItem .suggestName em{
369 +.suggestResults ul li a:hover .suggestItem .suggestTitle em{
363 363   text-decoration: underline;
364 364  }
365 -.suggestResults ul li a:hover .suggestItem .suggestLocation{
372 +.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestWiki,
373 +.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestSpace{
366 366   color: #39397F;
367 367   text-decoration: none;
368 368  }
... ... @@ -376,9 +376,3 @@
376 376   padding-right: 6px;
377 377   margin: 0px;
378 378  }
379 -em{
380 - background-color:#F7FF94;
381 - padding:0;
382 - margin: 0;
383 - text-decoration: inherited;
384 -}