Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 351.1
edited by Ecaterina Valica
on 2009/03/24 13:39
on 2009/03/24 13:39
Change comment:
There is no comment for this version
To version 349.1
edited by Ecaterina Valica
on 2009/03/24 13:37
on 2009/03/24 13:37
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -363,16 +363,12 @@ 363 363 width: 60%; 364 364 display:inline-block; 365 365 font-weight: bold; 366 - font-size: 90%; 367 367 padding-left: 6px; 368 368 margin: 0px; 369 369 } 370 -div.suggestResults ul li a:hover span.suggestItem { 369 +div.suggestResults ul li a:hover span.suggestItem span.suggestName{ 371 371 text-decoration: underline; 372 372 } 373 -div.suggestResults ul li a:hover span.suggestLocation{ 374 - text-decoration: none; 375 -} 376 376 div.suggestResults ul li a span.suggestItem span.suggestLocation{ 377 377 text-align: right; 378 378 color: #cccccc; ... ... @@ -388,3 +388,6 @@ 388 388 padding:0; 389 389 margin: 0; 390 390 } 387 +em:hover{ 388 + text-decoration: underline; 389 +}