Changes for page ListWebSearch

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

From version 173.1
edited by Ecaterina Valica
on 2009/03/19 15:53
Change comment: There is no comment for this version
To version 150.1
edited by Ecaterina Valica
on 2009/03/18 14:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,13 +34,13 @@
34 34  #end
35 35  <div id="search">
36 36  <form action="">
37 - <div id="searchBar">
38 38   {pre}
39 - <input type="text" name="text" class="searchQuery"value="search..." size="50"/>
40 - #spaceselect($space $spaces $spacesText) <input class="button" type="image" src="/xwiki/skins/albatross/go.png" value="Go"/>
38 + <div id="searchBar">
39 + <input type="text" name="text" value="$xwiki.getFormEncoded($!text)" size="50"/>
40 + #spaceselect($space $spaces $spacesText) <input type="submit" value="Search"/>
41 41   <div class="searchHelp">eq. xwiki* AND "search query"</div>
42 + </div>
42 42   {/pre}
43 - </div>
44 44  </form>
45 45  #includeInContext("XWiki.WebSearchCode")
46 46  #includeInContext("XWiki.ListResults")
XWiki.StyleSheetExtension[0]
Code
... ... @@ -10,13 +10,10 @@
10 10   margin-bottom: 11px;
11 11   clear: both;
12 12  }
13 -#searchBar .searchQuery, #searchBar select {
13 +#searchBar input, #searchBar select {
14 14   border: 1px solid #b3b3b3;
15 15   color: #4d4d4d;
16 16  }
17 -.searchButton{
18 - border: none;
19 -}
20 20  .searchHelp{
21 21   font-size: 80%;
22 22   color: #808080;
... ... @@ -25,15 +25,13 @@
25 25  .searchFilters{
26 26   clear: both;
27 27   margin-bottom: 15px;
28 - font-size: 90%;
29 29  }
30 30  #sortFilter{
31 31   color: #808080;
32 - background-color: #F9F9F9;
28 + background-color: #e6e6e6;
33 33   padding: 5px;
34 - line-height: 16px;
35 35  }
36 -#sortFilter a.sortType{
31 +#sortFilter a{
37 37   color: #808080;
38 38  }
39 39  #sortFilter a:hover{
... ... @@ -47,11 +47,10 @@
47 47  .paginationFilter {
48 48   color: #808080;
49 49   height: 100%;
50 - background-color: #F9F9F9;
51 - border-top: 1px solid #CCCCCC;
45 + background-color: #f2f2f2;
46 + border-top: 2px solid #b3b3b3;
52 52   padding: 5px;
53 53   display: block;
54 - line-height: 22px;
55 55  }
56 56  .resultsNo{
57 57   float: left;
... ... @@ -61,7 +61,6 @@
61 61  }
62 62  .pagination{
63 63   float: right;
64 - margin-right: 10px;
65 65  }
66 66  .pagination a{
67 67   color: #808080;
... ... @@ -76,13 +76,13 @@
76 76  }
77 77  .controlPagination{
78 78   position:relative;
79 - width:41px;
72 + width:44px;
80 80   height:22px;
81 81   overflow:hidden;
82 82   margin:0!important;
83 83   padding:0!important;
84 84   list-style:none;
85 - background-image:url($xwiki.getSkinFile("navigation.png"));
78 + background-image:url($xwiki.getSkinFile("navigation2.png"));
86 86   float: right;
87 87  }
88 88  .controlPagination li{
... ... @@ -125,13 +125,13 @@
125 125   width: 3%;
126 126  }
127 127  .itemType .typeComment{
128 - background:transparent url($xwiki.getSkinFile("comment.png")) center right no-repeat;
121 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
129 129   display:inline-block;
130 130   width:16px;
131 131   height:16px;
132 132  }
133 133  .itemType .typeAttachment{
134 - background:transparent url($xwiki.getSkinFile("attach.png")) center right no-repeat;
127 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
135 135   display:inline-block;
136 136   width:16px;
137 137   height:16px;
... ... @@ -150,7 +150,7 @@
150 150  .itemDescription a{
151 151   color: #5599ff;
152 152  }
153 -.itemTitle a{
146 +.itemTitle{
154 154   color: #4d4d4d;
155 155   font-weight: bold;
156 156   font-size:130%;
... ... @@ -261,7 +261,6 @@
261 261   display: block;
262 262   clear: both;
263 263   text-align: right;
264 - font-size: 90%;
265 265  }
266 266  .divClosure {
267 267   background-color: transparent;