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 351.1
edited by Ecaterina Valica
on 2009/03/24 13:39
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -309,26 +309,32 @@
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 0 0 0;
318 + padding: 11px 0px;
319 + margin: 0px;
315 315   z-index: 100013;
316 316   left: 5px;
317 - top: 26px;
318 - width: 400px;
322 + top: 27px;
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;
326 326   border: 2px solid #ccc;
332 + border-top: none;
327 327  }
328 328  div.suggestResults ul li{
329 329   color: #ccc;
330 330   padding: 0;
331 - margin: 0 4px 4px;
337 + 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;
344 + 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;
355 + padding: 0;
356 + margin: 0;
349 349   font-weight: normal;
350 - width: 100%;
351 351   clear: both;
359 + overflow:hidden;
352 352  }
353 353  div.suggestResults ul li a span.suggestItem span.suggestName{
354 354   text-align: left;
... ... @@ -355,19 +355,28 @@
355 355   width: 60%;
356 356   display:inline-block;
357 357   font-weight: bold;
366 + font-size: 90%;
367 + padding-left: 6px;
368 + margin: 0px;
358 358  }
359 -div.suggestResults ul li a:hover span.suggestItem span.suggestName{
370 +div.suggestResults ul li a:hover span.suggestItem {
360 360   text-decoration: underline;
361 361  }
373 +div.suggestResults ul li a:hover span.suggestLocation{
374 + text-decoration: none;
375 +}
362 362  div.suggestResults ul li a span.suggestItem span.suggestLocation{
363 363   text-align: right;
364 364   color: #cccccc;
379 + font-size: 90%;
365 365   width: 36%;
366 366   vertical-align: top;
367 367   display:inline-block;
368 368   padding-right: 6px;
384 + margin: 0px;
369 369  }
370 -div.suggestResults ul em{
371 - font-style: normal;
372 - color: #5599FF;
386 +em{
387 + background-color:#F7FF94;
388 + padding:0;
389 + margin: 0;
373 373  }