Changes for page ListWebSearch

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

From version 193.1
edited by Ecaterina Valica
on 2009/03/19 16:41
Change comment: There is no comment for this version
To version 167.1
edited by Ecaterina Valica
on 2009/03/19 15:49
Change comment: There is no comment for this version

Summary

Details

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