Changes for page ListWebSearch

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

From version 315.1
edited by Ecaterina Valica
on 2009/03/23 15:57
Change comment: There is no comment for this version
To version 342.1
edited by Ecaterina Valica
on 2009/03/24 13:25
Change comment: There is no comment for this version

Summary

Details

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