Changes for page ListWebSearch

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

From version 394.1
edited by Ecaterina Valica
on 2009/03/25 10:31
Change comment: There is no comment for this version
To version 400.1
edited by Ecaterina Valica
on 2009/03/25 11:12
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -76,6 +76,12 @@
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 +}
79 79  .pagination{
80 80   float: right;
81 81   margin-right: 10px;
... ... @@ -295,22 +295,11 @@
295 295   margin-bottom: 15px;
296 296   height: 1px;
297 297  }
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 -}
310 310  html>body .suggestResults{
311 311   width: 422px;
312 312  }
313 313  .suggestResults{
308 + display:none;
314 314   width: 400px;
315 315   position: absolute;
316 316   padding: 11px 0px;
... ... @@ -324,7 +324,7 @@
324 324   list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 - background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0;
322 + background: #FFFFFF url($xwiki.getSkinFile('suggestBg.png')) repeat-x scroll 0 0;
328 328   border: 2px solid #ccc;
329 329   border-top: none;
330 330  }
... ... @@ -347,6 +347,9 @@
347 347   margin: 0;
348 348   clear: both;
349 349  }
345 +.suggestResults ul li a:focus .suggestItem{
346 + outline: dotted 1px #000;
347 +}
350 350  .suggestResults ul li a .suggestItem .suggestTitle{
351 351   text-align: left;
352 352   width: 60%;
... ... @@ -357,9 +357,13 @@
357 357   padding-left: 6px;
358 358   margin: 0px;
359 359  }
360 -.suggestResults ul li a:hover .suggestItem .suggestTitle{
361 - text-decoration: underline;
358 +.suggestResults em{
359 + background-color:#F7FF94;
360 + padding:0;
361 + margin: 0;
362 + text-decoration: inherited;
362 362  }
364 +.suggestResults ul li a:hover .suggestItem .suggestTitle,
363 363  .suggestResults ul li a:hover .suggestItem .suggestTitle em{
364 364   text-decoration: underline;
365 365  }
... ... @@ -378,9 +378,3 @@
378 378   padding-right: 6px;
379 379   margin: 0px;
380 380  }
381 -.suggestResults em{
382 - background-color:#F7FF94;
383 - padding:0;
384 - margin: 0;
385 - text-decoration: inherited;
386 -}