Changes for page ListWebSearch

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

From version 174.1
edited by Ecaterina Valica
on 2009/03/19 15:56
Change comment: There is no comment for this version
To version 190.1
edited by Ecaterina Valica
on 2009/03/19 16:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,6 @@
4 4  #else
5 5   #set($space = $request.space)
6 6  #end
7 -
8 8  #set($spacesText = {})
9 9  #set($spaces = $xwiki.spaces)
10 10  #set($ok = $spacesText.put("All","All"))
... ... @@ -36,7 +36,7 @@
36 36  <form action="">
37 37   <div id="searchBar">
38 38   {pre}
39 - <input type="text" name="text" class="searchQuery"value="search..." size="50"/>
38 + <input type="text" name="text" class="searchQuery" value="search..." size="50"/>
40 40   #spaceselect($space $spaces $spacesText) <input class="button" type="image" src="/xwiki/skins/albatross/go.png" value="Go"/>
41 41   <div class="searchHelp">eq. xwiki* AND "search query"</div>
42 42   {/pre}
XWiki.StyleSheetExtension[0]
Code
... ... @@ -4,7 +4,6 @@
4 4  }
5 5  /* Search Bar*/
6 6  #searchBar{
7 - border: 1px solid #b3b3b3;
8 8   margin-bottom: 11px;
9 9   clear: both;
10 10  }
... ... @@ -12,8 +12,10 @@
12 12   border: 1px solid #5599FF;
13 13   color: #4d4d4d;
14 14  }
15 -.searchButton{
16 - border: none;
14 +.searchQuery{
15 + background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat;
16 + display:inline-block;
17 + padding-left:18px;
17 17  }
18 18  .searchHelp{
19 19   font-size: 80%;
... ... @@ -22,12 +22,11 @@
22 22  /* Search Filters*/
23 23  .searchFilters{
24 24   clear: both;
25 - margin-bottom: 15px;
26 + margin-bottom: 10px;
26 26   font-size: 90%;
27 27  }
28 28  #sortFilter{
29 29   color: #808080;
30 - background-color: #F9F9F9;
31 31   padding: 5px;
32 32   line-height: 16px;
33 33  }
... ... @@ -36,7 +36,6 @@
36 36  }
37 37  #sortFilter a:hover{
38 38   color: #777777;
39 - font-weight: bold;
40 40  }
41 41  #sortFilter a#currentSort{
42 42   color: #777777;
... ... @@ -45,9 +45,8 @@
45 45  .paginationFilter {
46 46   color: #808080;
47 47   height: 100%;
48 - background-color: #F9F9F9;
49 49   border-top: 1px solid #CCCCCC;
50 - padding: 5px;
48 + padding: 5px 0px 5px 5px;
51 51   display: block;
52 52   line-height: 22px;
53 53  }
... ... @@ -66,7 +66,6 @@
66 66  }
67 67  .pagination a:hover{
68 68   color: #777777;
69 - font-weight: bold;
70 70  }
71 71  .pagination a.currentPagination{
72 72   color: #777777;
... ... @@ -123,13 +123,13 @@
123 123   width: 3%;
124 124  }
125 125  .itemType .typeComment{
126 - background:transparent url($xwiki.getSkinFile("comment.png")) center right no-repeat;
123 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
127 127   display:inline-block;
128 128   width:16px;
129 129   height:16px;
130 130  }
131 131  .itemType .typeAttachment{
132 - background:transparent url($xwiki.getSkinFile("attach.png")) center right no-repeat;
129 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
133 133   display:inline-block;
134 134   width:16px;
135 135   height:16px;
... ... @@ -148,11 +148,19 @@
148 148  .itemDescription a{
149 149   color: #5599ff;
150 150  }
148 +.itemDescription a:hover{
149 + color: #5599ff;
150 +}
151 151  .itemTitle a{
152 152   color: #4d4d4d;
153 153   font-weight: bold;
154 154   font-size:130%;
155 155  }
156 +.itemTitle a:hover{
157 + color: #4d4d4d;
158 + font-weight: bold;
159 + font-size:130%;
160 +}
156 156  .itemLocation{
157 157   color: #808080;
158 158   font-size:90%;
... ... @@ -255,7 +255,6 @@
255 255   height: 1px;
256 256  }
257 257  .searchFooter{
258 - margin-bottom: 15px;
259 259   display: block;
260 260   clear: both;
261 261   text-align: right;