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 363.1
edited by Ecaterina Valica
on 2009/03/24 14:43
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,7 +322,7 @@
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 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll 0 0
326 326   border: 2px solid #ccc;
327 327   border-top: none;
328 328  }
... ... @@ -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;
369 + 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;
383 + background-color:#F7FF94;
380 380   padding:0;
381 381   margin: 0;
382 382   text-decoration: inherited;