Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 365.1
edited by Ecaterina Valica
on 2009/03/24 14:49
on 2009/03/24 14:49
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
-
... ... @@ -169,10 +169,10 @@ 169 169 width: 82%; 170 170 } 171 171 .itemDescription a{ 172 - color: # 39397F;172 + color: #5599ff; 173 173 } 174 174 .itemDescription a:hover{ 175 - color: # 39397F;175 + color: #5599ff; 176 176 } 177 177 .itemDescription a:focus { 178 178 outline: dotted 1px #000; ... ... @@ -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 } ... ... @@ -326,36 +326,43 @@ 326 326 list-style-position: outside; 327 327 margin: 0; 328 328 padding: 0; 329 - background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll 0 0; 329 + overflow: hidden; 330 + background-color: #fff; 330 330 border: 2px solid #ccc; 331 331 border-top: none; 332 332 } 333 333 div.suggestResults ul li{ 335 + color: #ccc; 334 334 padding: 0; 335 335 margin: 0; 336 336 text-align: left; 337 337 } 338 338 div.suggestResults ul li a{ 341 + color: #4D4D4D; 339 339 display: block; 340 340 text-decoration: none; 344 + overflow: hidden; 341 341 background-color: transparent; 342 342 position: relative; 343 343 padding: 0; 344 344 width: 100%; 345 345 } 350 +div.suggestResults ul li a:hover{ 351 + background-color: #fff; 352 +} 346 346 div.suggestResults ul li a span.suggestItem{ 347 347 display: block; 348 348 padding: 0; 349 349 margin: 0; 357 + font-weight: normal; 350 350 clear: both; 359 + overflow:hidden; 351 351 } 352 352 div.suggestResults ul li a span.suggestItem span.suggestName{ 353 353 text-align: left; 354 354 width: 60%; 355 - color: #4D4D4D; 356 356 display:inline-block; 357 357 font-weight: bold; 358 - font-size: 90%; 359 359 padding-left: 6px; 360 360 margin: 0px; 361 361 } ... ... @@ -362,13 +362,6 @@ 362 362 div.suggestResults ul li a:hover span.suggestItem span.suggestName{ 363 363 text-decoration: underline; 364 364 } 365 -div.suggestResults ul li a:hover span.suggestItem span.suggestName em{ 366 - text-decoration: underline; 367 -} 368 -div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{ 369 - color: #39397F; 370 - text-decoration: none; 371 -} 372 372 div.suggestResults ul li a span.suggestItem span.suggestLocation{ 373 373 text-align: right; 374 374 color: #cccccc; ... ... @@ -383,5 +383,7 @@ 383 383 background-color:#F7FF94; 384 384 padding:0; 385 385 margin: 0; 386 - text-decoration: inherited; 387 387 } 387 +em:hover{ 388 + text-decoration: underline; 389 +}