Changes for page ListWebSearch

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

From version 386.1
edited by Ecaterina Valica
on 2009/03/24 16:20
Change comment: There is no comment for this version
To version 372.1
edited by Ecaterina Valica
on 2009/03/24 15:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,7 +33,8 @@
33 33   #set($url = $xwiki.getURL("Main.WebSearchRss", "view", "xpage=rdf&space=$space&text=${utext}"))
34 34  #end
35 35  <div id="search">
36 -<form action="" id="searchBar">
36 +<form action="">
37 + <div id="searchBar">
37 37   {pre}
38 38   <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" title="$msg.get('xe.search.bar.query.title')"/>
39 39   #spaceselect($space $spaces $spacesText)
... ... @@ -40,6 +40,7 @@
40 40   <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/>
41 41   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
42 42   {/pre}
44 + </div>
43 43  </form>
44 44  #includeInContext("XWiki.WebSearchCode")
45 45  #includeInContext("XWiki.ListSuggestions")
variants.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -179.5 KB
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,8 +1,4 @@
1 -#search{
2 - width: 100%;
3 - background-color: #fff;
4 -}
5 -/* Search Bar*/
1 +39397F Bar*/
6 6  #searchBar{
7 7   margin-bottom: 11px;
8 8   padding-left: 5px;
... ... @@ -26,6 +26,7 @@
26 26   background-color:#B3B3B3;
27 27   border:2px solid #B3B3B3;
28 28   color:#FFFFFF;
25 + font-family:Verdana;
29 29   font-size:11px;
30 30   font-variant:small-caps;
31 31   font-weight:bold;
... ... @@ -306,10 +306,10 @@
306 306   height: 1px;
307 307   margin: 0 211px;
308 308  }
309 -html>body .suggestResults{
306 +html>body div.suggestResults{
310 310   width: 422px;
311 311  }
312 -.suggestResults{
309 +div.suggestResults{
313 313   width: 400px;
314 314   position: absolute;
315 315   padding: 11px 0px;
... ... @@ -318,21 +318,21 @@
318 318   left: 5px;
319 319   top: 27px;
320 320  }
321 -.suggestResults ul{
318 +div.suggestResults ul{
322 322   list-style: none;
323 323   list-style-position: outside;
324 324   margin: 0;
325 325   padding: 0;
326 - background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0;
323 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll right bottom;
327 327   border: 2px solid #ccc;
328 328   border-top: none;
329 329  }
330 -.suggestResults ul li{
327 +div.suggestResults ul li{
331 331   padding: 5px 0 0;
332 332   margin: 0;
333 333   text-align: left;
334 334  }
335 -.suggestResults ul li a{
332 +div.suggestResults ul li a{
336 336   display: block;
337 337   text-decoration: none;
338 338   background-color: transparent;
... ... @@ -340,35 +340,34 @@
340 340   padding: 0;
341 341   width: 100%;
342 342  }
343 -.suggestResults ul li a .suggestItem{
340 +div.suggestResults ul li a span.suggestItem{
344 344   display: block;
345 345   padding: 0;
346 346   margin: 0;
347 347   clear: both;
348 348  }
349 -.suggestResults ul li a .suggestItem .suggestName{
346 +div.suggestResults ul li a span.suggestItem span.suggestName{
350 350   text-align: left;
351 351   width: 60%;
352 352   color: #4D4D4D;
353 353   display:inline-block;
354 - font-weight: bold;
355 355   font-size: 90%;
356 356   padding-left: 6px;
357 357   margin: 0px;
358 358  }
359 -.suggestResults ul li a:hover .suggestItem .suggestName{
355 +div.suggestResults ul li a:hover span.suggestItem span.suggestName{
360 360   text-decoration: underline;
361 361  }
362 -.suggestResults ul li a:hover .suggestItem .suggestName em{
358 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
363 363   text-decoration: underline;
364 364  }
365 -.suggestResults ul li a:hover .suggestItem .suggestLocation{
361 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
366 366   color: #39397F;
367 367   text-decoration: none;
368 368  }
369 -.suggestResults ul li a .suggestItem .suggestLocation{
365 +div.suggestResults ul li a span.suggestItem span.suggestLocation{
370 370   text-align: right;
371 - color: #aaa;
367 + color: #cccccc;
372 372   font-size: 90%;
373 373   width: 36%;
374 374   vertical-align: top;
... ... @@ -377,7 +377,7 @@
377 377   margin: 0px;
378 378  }
379 379  em{
380 - color:orange;
376 + color:#5599FF;
381 381   padding:0;
382 382   margin: 0;
383 383   text-decoration: inherited;