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 379.1
edited by Ecaterina Valica
on 2009/03/24 15:51
Change comment: Upload new image <a href="/xwiki/bin/downloadrev/Main/ListWebSearch/orange.png?rev=1.1">orange.png</a>

Summary

Details

orange.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.evalica
Size
... ... @@ -1,0 +1,1 @@
1 +791 bytes
Content
variants.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.evalica
Size
... ... @@ -1,0 +1,1 @@
1 +179.5 KB
Content
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,19 +324,16 @@
324 324   list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 - overflow: hidden;
328 - background-color: #fff;
329 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll 0 0;
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;
337 337  }
338 338  div.suggestResults ul li a{
339 - color: #4D4D4D;
340 340   display: block;
341 341   text-decoration: none;
342 342   background-color: transparent;
... ... @@ -344,22 +344,18 @@
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;
353 353   margin: 0;
354 - font-weight: normal;
355 355   clear: both;
356 - overflow:hidden;
357 357  }
358 358  div.suggestResults ul li a span.suggestItem span.suggestName{
359 359   text-align: left;
360 360   width: 60%;
355 + color: #4D4D4D;
361 361   display:inline-block;
362 - font-weight: bold;
357 + font-size: 90%;
363 363   padding-left: 6px;
364 364   margin: 0px;
365 365  }
... ... @@ -366,9 +366,16 @@
366 366  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
367 367   text-decoration: underline;
368 368  }
364 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
365 + text-decoration: underline;
366 +}
367 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
368 + color: #5599FF;
369 + text-decoration: none;
370 +}
369 369  div.suggestResults ul li a span.suggestItem span.suggestLocation{
370 370   text-align: right;
371 - color: #cccccc;
373 + color: #bbb;
372 372   font-size: 90%;
373 373   width: 36%;
374 374   vertical-align: top;
... ... @@ -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;
381 +em{
382 + background-color:#F7FF94;
383 + padding:0;
384 + margin: 0;
385 + text-decoration: inherited;
382 382  }