Changes for page ListWebSearch

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

From version 366.1
edited by Ecaterina Valica
on 2009/03/24 14:49
Change comment: There is no comment for this version
To version 359.1
edited by Ecaterina Valica
on 2009/03/24 13:53
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,4 +1,8 @@
1 -39397F Bar*/
1 +#search{
2 + width: 100%;
3 + background-color: #fff;
4 +}
5 +/* Search Bar*/
2 2  #searchBar{
3 3   margin-bottom: 11px;
4 4   padding-left: 5px;
... ... @@ -165,10 +165,10 @@
165 165   width: 82%;
166 166  }
167 167  .itemDescription a{
168 - color: #39397F;
172 + color: #5599ff;
169 169  }
170 170  .itemDescription a:hover{
171 - color: #39397F;
175 + color: #5599ff;
172 172  }
173 173  .itemDescription a:focus {
174 174   outline: dotted 1px #000;
... ... @@ -322,28 +322,37 @@
322 322   list-style-position: outside;
323 323   margin: 0;
324 324   padding: 0;
325 - background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll 0 0;
329 + overflow: hidden;
330 + background-color: #fff;
326 326   border: 2px solid #ccc;
327 327   border-top: none;
328 328  }
329 329  div.suggestResults ul li{
335 + color: #ccc;
330 330   padding: 0;
331 331   margin: 0;
332 332   text-align: left;
333 333  }
334 334  div.suggestResults ul li a{
341 + color: #4D4D4D;
335 335   display: block;
336 336   text-decoration: none;
344 + overflow: hidden;
337 337   background-color: transparent;
338 338   position: relative;
339 339   padding: 0;
340 340   width: 100%;
341 341  }
350 +div.suggestResults ul li a:hover{
351 + background-color: #fff;
352 +}
342 342  div.suggestResults ul li a span.suggestItem{
343 343   display: block;
344 344   padding: 0;
345 345   margin: 0;
357 + font-weight: normal;
346 346   clear: both;
359 + overflow:hidden;
347 347  }
348 348  div.suggestResults ul li a span.suggestItem span.suggestName{
349 349   text-align: left;
... ... @@ -362,7 +362,7 @@
362 362   text-decoration: underline;
363 363  }
364 364  div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
365 - color: #39397F;
378 + color: #5599FF;
366 366   text-decoration: none;
367 367  }
368 368  div.suggestResults ul li a span.suggestItem span.suggestLocation{
... ... @@ -376,7 +376,7 @@
376 376   margin: 0px;
377 377  }
378 378  em{
379 - color:#5599FF;
392 + background-color:#F7FF94;
380 380   padding:0;
381 381   margin: 0;
382 382   text-decoration: inherited;