Changes for page ListWebSearch

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

From version 312.1
edited by Ecaterina Valica
on 2009/03/23 15:52
Change comment: There is no comment for this version
To version 331.1
edited by Ecaterina Valica
on 2009/03/23 16:52
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -310,25 +310,32 @@
310 310   margin: 0 211px;
311 311  }
312 312  div.suggestResults{
313 + width: 400px;
313 313   position: absolute;
314 - padding: 10px 0 0 0;
315 + padding: 11px 0px;
316 + margin: 0px;
315 315   z-index: 100013;
316 316   left: 5px;
317 - top: 26px;
318 - width: 400px;
319 + top: 27px;
320 + opacity: 100;
319 319  }
322 +html>body div.suggestResults{
323 + width: 422px;
324 +}
320 320  div.suggestResults ul{
321 321   list-style: none;
322 - margin: 0 0 -4px 0;
327 + list-style-position: outside;
328 + margin: 0;
323 323   padding: 0;
324 324   overflow: hidden;
325 325   background-color: #fff;
326 326   border: 2px solid #ccc;
333 + border-top: none;
327 327  }
328 328  div.suggestResults ul li{
329 329   color: #ccc;
330 330   padding: 0;
331 - margin: 0 4px 4px;
338 + margin: 0;
332 332   text-align: left;
333 333  }
334 334  div.suggestResults ul li a{
... ... @@ -335,6 +335,7 @@
335 335   color: #4D4D4D;
336 336   display: block;
337 337   text-decoration: none;
345 + overflow: hidden;
338 338   background-color: transparent;
339 339   position: relative;
340 340   padding: 0;
... ... @@ -345,10 +345,11 @@
345 345  }
346 346  div.suggestResults ul li a span.suggestItem{
347 347   display: block;
348 - padding: 3px 6px;
356 + padding: 0;
357 + margin: 0;
349 349   font-weight: normal;
350 - width: 100%;
351 351   clear: both;
360 + overflow:hidden;
352 352  }
353 353  div.suggestResults ul li a span.suggestItem span.suggestName{
354 354   text-align: left;
... ... @@ -355,6 +355,8 @@
355 355   width: 60%;
356 356   display:inline-block;
357 357   font-weight: bold;
367 + padding-left: 6px;
368 + margin: 0px;
358 358  }
359 359  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
360 360   text-decoration: underline;
... ... @@ -362,10 +362,12 @@
362 362  div.suggestResults ul li a span.suggestItem span.suggestLocation{
363 363   text-align: right;
364 364   color: #cccccc;
376 + font-size: 90%;
365 365   width: 36%;
366 366   vertical-align: top;
367 367   display:inline-block;
368 368   padding-right: 6px;
381 + margin: 0px;
369 369  }
370 370  div.suggestResults ul em{
371 371   font-style: normal;