Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 359.1
edited by Ecaterina Valica
on 2009/03/24 13:53
on 2009/03/24 13:53
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
-
... ... @@ -317,7 +317,7 @@ 317 317 position: absolute; 318 318 padding: 11px 0px; 319 319 margin: 0px; 320 - z-index: 1000; 320 + z-index: 100013; 321 321 left: 5px; 322 322 top: 27px; 323 323 } ... ... @@ -361,10 +361,8 @@ 361 361 div.suggestResults ul li a span.suggestItem span.suggestName{ 362 362 text-align: left; 363 363 width: 60%; 364 - color: #4D4D4D; 365 365 display:inline-block; 366 366 font-weight: bold; 367 - font-size: 90%; 368 368 padding-left: 6px; 369 369 margin: 0px; 370 370 } ... ... @@ -371,13 +371,6 @@ 371 371 div.suggestResults ul li a:hover span.suggestItem span.suggestName{ 372 372 text-decoration: underline; 373 373 } 374 -div.suggestResults ul li a:hover span.suggestItem span.suggestName em{ 375 - text-decoration: underline; 376 -} 377 -div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{ 378 - color: #5599FF; 379 - text-decoration: none; 380 -} 381 381 div.suggestResults ul li a span.suggestItem span.suggestLocation{ 382 382 text-align: right; 383 383 color: #cccccc; ... ... @@ -392,5 +392,7 @@ 392 392 background-color:#F7FF94; 393 393 padding:0; 394 394 margin: 0; 395 - text-decoration: inherited; 396 396 } 387 +em:hover{ 388 + text-decoration: underline; 389 +}