Changes for page ListWebSearch

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

From version 318.1
edited by Ecaterina Valica
on 2009/03/23 16:04
Change comment: There is no comment for this version
To version 360.1
edited by Ecaterina Valica
on 2009/03/24 13:54
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -309,18 +309,22 @@
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 - padding: 10px 0px;
318 + 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 320  }
321 321  div.suggestResults ul{
322 322   list-style: none;
323 - margin: 0 0 -4px 0;
326 + list-style-position: outside;
327 + margin: 0;
324 324   padding: 0;
325 325   overflow: hidden;
326 326   background-color: #fff;
... ... @@ -330,7 +330,7 @@
330 330  div.suggestResults ul li{
331 331   color: #ccc;
332 332   padding: 0;
333 - margin: 0 4px 4px;
337 + margin: 0;
334 334   text-align: left;
335 335  }
336 336  div.suggestResults ul li a{
... ... @@ -337,40 +337,53 @@
337 337   color: #4D4D4D;
338 338   display: block;
339 339   text-decoration: none;
344 + overflow: hidden;
340 340   background-color: transparent;
341 341   position: relative;
342 342   padding: 0;
343 343   width: 100%;
344 344  }
345 -div.suggestResults ul li a:hover{
346 - background-color: #fff;
347 -}
348 348  div.suggestResults ul li a span.suggestItem{
349 349   display: block;
350 - padding: 3px 6px;
352 + padding: 0;
351 351   margin: 0;
352 352   font-weight: normal;
353 - width: 100%;
354 354   clear: both;
356 + overflow:hidden;
355 355  }
356 356  div.suggestResults ul li a span.suggestItem span.suggestName{
357 357   text-align: left;
358 358   width: 60%;
361 + color: #4D4D4D;
359 359   display:inline-block;
360 360   font-weight: bold;
364 + font-size: 90%;
365 + padding-left: 6px;
366 + margin: 0px;
361 361  }
362 362  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
363 363   text-decoration: underline;
364 364  }
371 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
372 + text-decoration: underline;
373 +}
374 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
375 + color: #5599FF;
376 + text-decoration: none;
377 +}
365 365  div.suggestResults ul li a span.suggestItem span.suggestLocation{
366 366   text-align: right;
367 367   color: #cccccc;
381 + font-size: 90%;
368 368   width: 36%;
369 369   vertical-align: top;
370 370   display:inline-block;
371 371   padding-right: 6px;
386 + margin: 0px;
372 372  }
373 -div.suggestResults ul em{
374 - font-style: normal;
375 - color: #5599FF;
388 +em{
389 + background-color:#F7FF94;
390 + padding:0;
391 + margin: 0;
392 + text-decoration: inherited;
376 376  }