Changes for page ListWebSearch

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

From version 327.1
edited by Ecaterina Valica
on 2009/03/23 16:32
Change comment: There is no comment for this version
To version 361.1
edited by Ecaterina Valica
on 2009/03/24 13:55
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -309,15 +309,17 @@
309 309   height: 1px;
310 310   margin: 0 211px;
311 311  }
312 +html>body div.suggestResults{
313 + width: 422px;
314 +}
312 312  div.suggestResults{
316 + width: 400px;
313 313   position: absolute;
314 314   padding: 11px 0px;
315 315   margin: 0px;
316 - z-index: 100013;
320 + z-index: 1000;
317 317   left: 5px;
318 318   top: 27px;
319 - width: 422px;
320 - opacity: 100;
321 321  }
322 322  div.suggestResults ul{
323 323   list-style: none;
... ... @@ -324,13 +324,11 @@
324 324   list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 - overflow: hidden;
328 328   background-color: #fff;
329 329   border: 2px solid #ccc;
330 330   border-top: none;
331 331  }
332 332  div.suggestResults ul li{
333 - color: #ccc;
334 334   padding: 0;
335 335   margin: 0;
336 336   text-align: left;
... ... @@ -339,14 +339,12 @@
339 339   color: #4D4D4D;
340 340   display: block;
341 341   text-decoration: none;
342 + overflow: hidden;
342 342   background-color: transparent;
343 343   position: relative;
344 344   padding: 0;
345 345   width: 100%;
346 346  }
347 -div.suggestResults ul li a:hover{
348 - background-color: #fff;
349 -}
350 350  div.suggestResults ul li a span.suggestItem{
351 351   display: block;
352 352   padding: 0;
... ... @@ -358,8 +358,10 @@
358 358  div.suggestResults ul li a span.suggestItem span.suggestName{
359 359   text-align: left;
360 360   width: 60%;
359 + color: #4D4D4D;
361 361   display:inline-block;
362 362   font-weight: bold;
362 + font-size: 90%;
363 363   padding-left: 6px;
364 364   margin: 0px;
365 365  }
... ... @@ -366,6 +366,13 @@
366 366  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
367 367   text-decoration: underline;
368 368  }
369 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
370 + text-decoration: underline;
371 +}
372 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
373 + color: #5599FF;
374 + text-decoration: none;
375 +}
369 369  div.suggestResults ul li a span.suggestItem span.suggestLocation{
370 370   text-align: right;
371 371   color: #cccccc;
... ... @@ -376,7 +376,9 @@
376 376   padding-right: 6px;
377 377   margin: 0px;
378 378  }
379 -div.suggestResults ul em{
380 - font-style: normal;
381 - color: #5599FF;
386 +em{
387 + background-color:#F7FF94;
388 + padding:0;
389 + margin: 0;
390 + text-decoration: inherited;
382 382  }