Changes for page ListWebSearch

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

From version 400.1
edited by Ecaterina Valica
on 2009/03/25 11:12
Change comment: There is no comment for this version
To version 396.1
edited by Ecaterina Valica
on 2009/03/25 10:47
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,11 +301,22 @@
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  }
307 307  .suggestResults{
308 - display:none;
309 309   width: 400px;
310 310   position: absolute;
311 311   padding: 11px 0px;
... ... @@ -342,9 +342,6 @@
342 342   margin: 0;
343 343   clear: both;
344 344  }
345 -.suggestResults ul li a:focus .suggestItem{
346 - outline: dotted 1px #000;
347 -}
348 348  .suggestResults ul li a .suggestItem .suggestTitle{
349 349   text-align: left;
350 350   width: 60%;
... ... @@ -361,7 +361,9 @@
361 361   margin: 0;
362 362   text-decoration: inherited;
363 363  }
364 -.suggestResults ul li a:hover .suggestItem .suggestTitle,
366 +.suggestResults ul li a:hover .suggestItem .suggestTitle{
367 + text-decoration: underline;
368 +}
365 365  .suggestResults ul li a:hover .suggestItem .suggestTitle em{
366 366   text-decoration: underline;
367 367  }