Changes for page ListWebSearch

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

From version 366.1
edited by Ecaterina Valica
on 2009/03/24 14:49
Change comment: There is no comment for this version
To version 350.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
... ... @@ -1,4 +1,8 @@
1 -39397F Bar*/
1 +#search{
2 + width: 100%;
3 + background-color: #fff;
4 +}
5 +/* Search Bar*/
2 2  #searchBar{
3 3   margin-bottom: 11px;
4 4   padding-left: 5px;
... ... @@ -165,10 +165,10 @@
165 165   width: 82%;
166 166  }
167 167  .itemDescription a{
168 - color: #39397F;
172 + color: #5599ff;
169 169  }
170 170  .itemDescription a:hover{
171 - color: #39397F;
175 + color: #5599ff;
172 172  }
173 173  .itemDescription a:focus {
174 174   outline: dotted 1px #000;
... ... @@ -313,7 +313,7 @@
313 313   position: absolute;
314 314   padding: 11px 0px;
315 315   margin: 0px;
316 - z-index: 1000;
320 + z-index: 100013;
317 317   left: 5px;
318 318   top: 27px;
319 319  }
... ... @@ -322,33 +322,41 @@
322 322   list-style-position: outside;
323 323   margin: 0;
324 324   padding: 0;
325 - background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll 0 0;
329 + overflow: hidden;
330 + background-color: #fff;
326 326   border: 2px solid #ccc;
327 327   border-top: none;
328 328  }
329 329  div.suggestResults ul li{
335 + color: #ccc;
330 330   padding: 0;
331 331   margin: 0;
332 332   text-align: left;
333 333  }
334 334  div.suggestResults ul li a{
341 + color: #4D4D4D;
335 335   display: block;
336 336   text-decoration: none;
344 + overflow: hidden;
337 337   background-color: transparent;
338 338   position: relative;
339 339   padding: 0;
340 340   width: 100%;
341 341  }
350 +div.suggestResults ul li a:hover{
351 + background-color: #fff;
352 +}
342 342  div.suggestResults ul li a span.suggestItem{
343 343   display: block;
344 344   padding: 0;
345 345   margin: 0;
357 + font-weight: normal;
346 346   clear: both;
359 + overflow:hidden;
347 347  }
348 348  div.suggestResults ul li a span.suggestItem span.suggestName{
349 349   text-align: left;
350 350   width: 60%;
351 - color: #4D4D4D;
352 352   display:inline-block;
353 353   font-weight: bold;
354 354   font-size: 90%;
... ... @@ -355,16 +355,9 @@
355 355   padding-left: 6px;
356 356   margin: 0px;
357 357  }
358 -div.suggestResults ul li a:hover span.suggestItem span.suggestName{
370 +div.suggestResults ul li a:hover span.suggestItem {
359 359   text-decoration: underline;
360 360  }
361 -div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
362 - text-decoration: underline;
363 -}
364 -div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
365 - color: #39397F;
366 - text-decoration: none;
367 -}
368 368  div.suggestResults ul li a span.suggestItem span.suggestLocation{
369 369   text-align: right;
370 370   color: #cccccc;
... ... @@ -376,8 +376,7 @@
376 376   margin: 0px;
377 377  }
378 378  em{
379 - color:#5599FF;
384 + background-color:#F7FF94;
380 380   padding:0;
381 381   margin: 0;
382 - text-decoration: inherited;
383 383  }