Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 398.1
edited by Ecaterina Valica
on 2009/03/25 10:57
on 2009/03/25 10:57
Change comment:
There is no comment for this version
To version 391.1
edited by Ecaterina Valica
on 2009/03/25 10:19
on 2009/03/25 10:19
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
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; ... ... @@ -324,7 +324,7 @@ 324 324 list-style-position: outside; 325 325 margin: 0; 326 326 padding: 0; 327 - 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; 328 328 border: 2px solid #ccc; 329 329 border-top: none; 330 330 } ... ... @@ -347,10 +347,7 @@ 347 347 margin: 0; 348 348 clear: both; 349 349 } 350 -.suggestResults ul li a:focus .suggestItem{ 351 - outline: dotted 1px #000; 352 -} 353 -.suggestResults ul li a .suggestItem .suggestTitle{ 350 +.suggestResults ul li a .suggestItem .suggestName{ 354 354 text-align: left; 355 355 width: 60%; 356 356 color: #4D4D4D; ... ... @@ -360,18 +360,13 @@ 360 360 padding-left: 6px; 361 361 margin: 0px; 362 362 } 363 -.suggestResults em{ 364 - background-color:#F7FF94; 365 - padding:0; 366 - margin: 0; 367 - text-decoration: inherited; 360 +.suggestResults ul li a:hover .suggestItem .suggestName{ 361 + text-decoration: underline; 368 368 } 369 -.suggestResults ul li a:hover .suggestItem .suggestTitle, 370 -.suggestResults ul li a:hover .suggestItem .suggestTitle em{ 363 +.suggestResults ul li a:hover .suggestItem .suggestName em{ 371 371 text-decoration: underline; 372 372 } 373 -.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestWiki, 374 -.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestSpace{ 366 +.suggestResults ul li a:hover .suggestItem .suggestLocation{ 375 375 color: #39397F; 376 376 text-decoration: none; 377 377 } ... ... @@ -385,3 +385,9 @@ 385 385 padding-right: 6px; 386 386 margin: 0px; 387 387 } 380 +.suggestResults em{ 381 + background-color:#F7FF94; 382 + padding:0; 383 + margin: 0; 384 + text-decoration: inherited; 385 +}