Changes for page ListWebSearch

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -76,12 +76,6 @@
76 76  .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
77 77   color: #aaa;
78 78  }
79 -.paginationFooter{
80 - display: block;
81 - clear: both;
82 - text-align: right;
83 - font-size: 90%;
84 -}
85 85  .pagination{
86 86   float: right;
87 87   margin-right: 10px;
... ... @@ -301,6 +301,18 @@
301 301   margin-bottom: 15px;
302 302   height: 1px;
303 303  }
298 +.searchFooter{
299 + display: block;
300 + clear: both;
301 + text-align: right;
302 + font-size: 90%;
303 +}
304 +.divClosure {
305 + background-color: transparent;
306 + clear: both;
307 + height: 1px;
308 + margin: 0 211px;
309 +}
304 304  html>body .suggestResults{
305 305   width: 422px;
306 306  }
... ... @@ -318,7 +318,7 @@
318 318   list-style-position: outside;
319 319   margin: 0;
320 320   padding: 0;
321 - background: #FFFFFF url($xwiki.getSkinFile('suggestBg.png')) repeat-x scroll 0 0;
327 + background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0;
322 322   border: 2px solid #ccc;
323 323   border-top: none;
324 324  }
... ... @@ -341,9 +341,6 @@
341 341   margin: 0;
342 342   clear: both;
343 343  }
344 -.suggestResults ul li a:focus .suggestItem{
345 - outline: dotted 1px #000;
346 -}
347 347  .suggestResults ul li a .suggestItem .suggestTitle{
348 348   text-align: left;
349 349   width: 60%;
... ... @@ -354,18 +354,13 @@
354 354   padding-left: 6px;
355 355   margin: 0px;
356 356  }
357 -.suggestResults em{
358 - background-color:#F7FF94;
359 - padding:0;
360 - margin: 0;
361 - text-decoration: inherited;
360 +.suggestResults ul li a:hover .suggestItem .suggestTitle{
361 + text-decoration: underline;
362 362  }
363 -.suggestResults ul li a:hover .suggestItem .suggestTitle,
364 364  .suggestResults ul li a:hover .suggestItem .suggestTitle em{
365 365   text-decoration: underline;
366 366  }
367 -.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestWiki,
368 -.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestSpace{
366 +.suggestResults ul li a:hover .suggestItem .suggestLocation{
369 369   color: #39397F;
370 370   text-decoration: none;
371 371  }
... ... @@ -379,3 +379,9 @@
379 379   padding-right: 6px;
380 380   margin: 0px;
381 381  }
380 +.suggestResults em{
381 + background-color:#F7FF94;
382 + padding:0;
383 + margin: 0;
384 + text-decoration: inherited;
385 +}