Changes for page ListWebSearch

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

From version 385.1
edited by Ecaterina Valica
on 2009/03/24 16:12
Change comment: There is no comment for this version
To version 373.1
edited by Ecaterina Valica
on 2009/03/24 15:12
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
... ... @@ -307,10 +307,10 @@
307 307   height: 1px;
308 308   margin: 0 211px;
309 309  }
310 -html>body .suggestResults{
310 +html>body div.suggestResults{
311 311   width: 422px;
312 312  }
313 -.suggestResults{
313 +div.suggestResults{
314 314   width: 400px;
315 315   position: absolute;
316 316   padding: 11px 0px;
... ... @@ -319,21 +319,21 @@
319 319   left: 5px;
320 320   top: 27px;
321 321  }
322 -.suggestResults ul{
322 +div.suggestResults ul{
323 323   list-style: none;
324 324   list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 - background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0;
327 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll right bottom;
328 328   border: 2px solid #ccc;
329 329   border-top: none;
330 330  }
331 -.suggestResults ul li{
331 +div.suggestResults ul li{
332 332   padding: 5px 0 0;
333 333   margin: 0;
334 334   text-align: left;
335 335  }
336 -.suggestResults ul li a{
336 +div.suggestResults ul li a{
337 337   display: block;
338 338   text-decoration: none;
339 339   background-color: transparent;
... ... @@ -341,35 +341,34 @@
341 341   padding: 0;
342 342   width: 100%;
343 343  }
344 -.suggestResults ul li a .suggestItem{
344 +div.suggestResults ul li a span.suggestItem{
345 345   display: block;
346 346   padding: 0;
347 347   margin: 0;
348 348   clear: both;
349 349  }
350 -.suggestResults ul li a .suggestItem .suggestName{
350 +div.suggestResults ul li a span.suggestItem span.suggestName{
351 351   text-align: left;
352 352   width: 60%;
353 353   color: #4D4D4D;
354 354   display:inline-block;
355 - font-weight: bold;
356 356   font-size: 90%;
357 357   padding-left: 6px;
358 358   margin: 0px;
359 359  }
360 -.suggestResults ul li a:hover .suggestItem .suggestName{
359 +div.suggestResults ul li a:hover span.suggestItem span.suggestName{
361 361   text-decoration: underline;
362 362  }
363 -.suggestResults ul li a:hover .suggestItem .suggestName em{
362 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
364 364   text-decoration: underline;
365 365  }
366 -.suggestResults ul li a:hover .suggestItem .suggestLocation{
365 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
367 367   color: #39397F;
368 368   text-decoration: none;
369 369  }
370 -.suggestResults ul li a .suggestItem .suggestLocation{
369 +div.suggestResults ul li a span.suggestItem span.suggestLocation{
371 371   text-align: right;
372 - color: #aaa;
371 + color: #cccccc;
373 373   font-size: 90%;
374 374   width: 36%;
375 375   vertical-align: top;
... ... @@ -378,7 +378,7 @@
378 378   margin: 0px;
379 379  }
380 380  em{
381 - color:orange;
380 + color:#5599FF;
382 382   padding:0;
383 383   margin: 0;
384 384   text-decoration: inherited;