Changes for page ListWebSearch

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

From version 393.1
edited by Ecaterina Valica
on 2009/03/25 10:30
Change comment: There is no comment for this version
To version 391.1
edited by Ecaterina Valica
on 2009/03/25 10:19
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -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;
... ... @@ -347,7 +347,7 @@
347 347   margin: 0;
348 348   clear: both;
349 349  }
350 -.suggestResults ul li a .suggestItem .suggestTitle{
350 +.suggestResults ul li a .suggestItem .suggestName{
351 351   text-align: left;
352 352   width: 60%;
353 353   color: #4D4D4D;
... ... @@ -357,10 +357,10 @@
357 357   padding-left: 6px;
358 358   margin: 0px;
359 359  }
360 -.suggestResults ul li a:hover .suggestItem .suggestTitle{
360 +.suggestResults ul li a:hover .suggestItem .suggestName{
361 361   text-decoration: underline;
362 362  }
363 -.suggestResults ul li a:hover .suggestItem .suggestTitle em{
363 +.suggestResults ul li a:hover .suggestItem .suggestName em{
364 364   text-decoration: underline;
365 365  }
366 366  .suggestResults ul li a:hover .suggestItem .suggestLocation{