Changes for page ListWebSearch

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

From version 341.1
edited by Ecaterina Valica
on 2009/03/24 13:20
Change comment: Rollback to version 334.1
To version 368.1
edited by Ecaterina Valica
on 2009/03/24 15:03
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,8 +1,4 @@
1 -#search{
2 - width: 100%;
3 - background-color: #fff;
4 -}
5 -/* Search Bar*/
1 +39397F Bar*/
6 6  #searchBar{
7 7   margin-bottom: 11px;
8 8   padding-left: 5px;
... ... @@ -43,12 +43,12 @@
43 43   font-size: 90%;
44 44  }
45 45  #sortFilter{
46 - color: #808080;
42 + color: #aaa;
47 47   padding: 5px;
48 48   line-height: 16px;
49 49  }
50 50  #sortFilter a.sortType{
51 - color: #808080;
47 + color: #aaa;
52 52  }
53 53  #sortFilter a.sortType:hover{
54 54   color: #4D4D4D;
... ... @@ -64,7 +64,7 @@
64 64   outline: dotted 1px #000;
65 65  }
66 66  .paginationFilter {
67 - color: #808080;
63 + color: #aaa;
68 68   height: 100%;
69 69   border-top: 1px solid #CCCCCC;
70 70   padding: 2px 0px 5px 5px;
... ... @@ -169,10 +169,10 @@
169 169   width: 82%;
170 170  }
171 171  .itemDescription a{
172 - color: #5599ff;
168 + color: #39397F;
173 173  }
174 174  .itemDescription a:hover{
175 - color: #5599ff;
171 + color: #39397F;
176 176  }
177 177  .itemDescription a:focus {
178 178   outline: dotted 1px #000;
... ... @@ -194,12 +194,12 @@
194 194   outline: dotted 1px #000;
195 195  }
196 196  .itemLocation{
197 - color: #808080;
193 + color: #aaa;
198 198   font-size:90%;
199 199  }
200 200  .itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{}
201 201  .itemModifiers{
202 - color: #808080;
198 + color: #aaa;
203 203   font-size:90%;
204 204  }
205 205  .itemModifiers a.itemAuthor, .itemModifiers a.itemDate{}
... ... @@ -208,7 +208,6 @@
208 208   padding: 0px 5px 0px 5px;
209 209  }
210 210  .itemOthers{
211 - color: #808080;
212 212   font-size:80%;
213 213  }
214 214  .itemOthers .itemComments, .itemOthers .itemAttachments, .itemOthers .itemRating{
... ... @@ -309,15 +309,17 @@
309 309   height: 1px;
310 310   margin: 0 211px;
311 311  }
307 +html>body div.suggestResults{
308 + width: 422px;
309 +}
312 312  div.suggestResults{
311 + width: 400px;
313 313   position: absolute;
314 314   padding: 11px 0px;
315 315   margin: 0px;
316 - z-index: 100013;
315 + z-index: 1000;
317 317   left: 5px;
318 318   top: 27px;
319 - width: 422px;
320 - display: none;
321 321  }
322 322  div.suggestResults ul{
323 323   list-style: none;
... ... @@ -324,43 +324,35 @@
324 324   list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 - overflow: hidden;
328 - background-color: #fff;
324 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll right bottom;
329 329   border: 2px solid #ccc;
330 330   border-top: none;
331 331  }
332 332  div.suggestResults ul li{
333 - color: #ccc;
334 - padding: 0;
329 + padding: 5px 0 0;
335 335   margin: 0;
336 336   text-align: left;
337 337  }
338 338  div.suggestResults ul li a{
339 - color: #4D4D4D;
340 340   display: block;
341 341   text-decoration: none;
342 - overflow: hidden;
343 343   background-color: transparent;
344 344   position: relative;
345 345   padding: 0;
346 346   width: 100%;
347 347  }
348 -div.suggestResults ul li a:hover{
349 - background-color: #fff;
350 -}
351 351  div.suggestResults ul li a span.suggestItem{
352 352   display: block;
353 353   padding: 0;
354 354   margin: 0;
355 - font-weight: normal;
356 356   clear: both;
357 - overflow:hidden;
358 358  }
359 359  div.suggestResults ul li a span.suggestItem span.suggestName{
360 360   text-align: left;
361 361   width: 60%;
350 + color: #4D4D4D;
362 362   display:inline-block;
363 - font-weight: bold;
352 + font-size: 90%;
364 364   padding-left: 6px;
365 365   margin: 0px;
366 366  }
... ... @@ -367,6 +367,13 @@
367 367  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
368 368   text-decoration: underline;
369 369  }
359 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
360 + text-decoration: underline;
361 +}
362 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
363 + color: #39397F;
364 + text-decoration: none;
365 +}
370 370  div.suggestResults ul li a span.suggestItem span.suggestLocation{
371 371   text-align: right;
372 372   color: #cccccc;
... ... @@ -377,7 +377,9 @@
377 377   padding-right: 6px;
378 378   margin: 0px;
379 379  }
380 -div.suggestResults ul em{
381 - font-style: normal;
382 - color: #5599FF;
376 +em{
377 + color:#5599FF;
378 + padding:0;
379 + margin: 0;
380 + text-decoration: inherited;
383 383  }